com.supermap.services.protocols.wcs
Class SpatialDomain
- java.lang.Object
-
- com.supermap.services.protocols.wcs.SpatialDomain
-
public class SpatialDomain extends java.lang.ObjectThe current coverage of the coverage area.
-
-
Field Summary
Fields Modifier and Type Field and Description java.util.List<BoundingBox>boundingBoxListThe current bounding box of the coverage.GridCRSgridCRSThe current grid supports the gridCRS.
-
Constructor Summary
Constructors Constructor and Description SpatialDomain()The Constructor.SpatialDomain(SpatialDomain spatialDomain)The Constructor.
-
-
-
Field Detail
-
boundingBoxList
public java.util.List<BoundingBox> boundingBoxList
The current bounding box of the coverage.
-
gridCRS
public GridCRS gridCRS
The current grid supports the gridCRS.
-
-
Constructor Detail
-
SpatialDomain
public SpatialDomain()
The Constructor.
-
SpatialDomain
public SpatialDomain(SpatialDomain spatialDomain)
The Constructor.
- Parameters:
spatialDomain- The current coverage of the coverage area.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Determines whether the specified SpatialDomain object is equal to the current SpatialDomain object.
- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- The object that is compared with the current SpatialDomain 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.
-
-