public class CoverageDomain
extends java.lang.Object
The available space-time range for the current coverage.
Modifier and Type | Field and Description |
---|---|
SpatialDomain |
spatialDomain
The current coverage of the coverage area.
|
Constructor and Description |
---|
CoverageDomain()
The Constructor.
|
CoverageDomain(CoverageDomain coverageDomain)
The Constructor.
|
public SpatialDomain spatialDomain
public CoverageDomain()
The Constructor.
public CoverageDomain(CoverageDomain coverageDomain)
The Constructor.
coverageDomain
- The current range of coverage.public boolean equals(java.lang.Object obj)
Determines whether the specified CoverageDomain object and the current CoverageDomain object are equal.
equals
in class java.lang.Object
obj
- The object that is compared with the current CoverageDomain object.public int hashCode()
Return hash code.
hashCode
in class java.lang.Object