com.supermap.services.protocols.wcs
Class CoverageDomain
- java.lang.Object
-
- com.supermap.services.protocols.wcs.CoverageDomain
-
public class CoverageDomain extends java.lang.ObjectThe available space-time range for the current coverage.
-
-
Field Summary
Fields Modifier and Type Field and Description SpatialDomainspatialDomainThe current coverage of the coverage area.
-
Constructor Summary
Constructors Constructor and Description CoverageDomain()The Constructor.CoverageDomain(CoverageDomain coverageDomain)The Constructor.
-
-
-
Field Detail
-
spatialDomain
public SpatialDomain spatialDomain
The current coverage of the coverage area.
-
-
Constructor Detail
-
CoverageDomain
public CoverageDomain()
The Constructor.
-
CoverageDomain
public CoverageDomain(CoverageDomain coverageDomain)
The Constructor.
- Parameters:
coverageDomain- The current range of coverage.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Determines whether the specified CoverageDomain object and the current CoverageDomain object are equal.
- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- The object that is compared with the current CoverageDomain object.- Returns:
- Returns true if both objects are equal; false otherwise.
-
hashCode
public int hashCode()
Return hash code.
- Overrides:
hashCodein classjava.lang.Object- Returns:
- hash code.
-
-