public class SpatialDomain
extends java.lang.Object
The current coverage of the coverage area.
| Modifier and Type | Field and Description | 
|---|---|
| java.util.List<BoundingBox> | boundingBoxListThe current bounding box of the coverage. | 
| GridCRS | gridCRSThe current grid supports the gridCRS. | 
| Constructor and Description | 
|---|
| SpatialDomain()The Constructor. | 
| SpatialDomain(SpatialDomain spatialDomain)The Constructor. | 
public java.util.List<BoundingBox> boundingBoxList
public GridCRS gridCRS
public SpatialDomain()
The Constructor.
public SpatialDomain(SpatialDomain spatialDomain)
The Constructor.
spatialDomain - The current coverage of the coverage area.public boolean equals(java.lang.Object obj)
Determines whether the specified SpatialDomain object is equal to the current SpatialDomain object.
equals in class java.lang.Objectobj - The object that is compared with the current SpatialDomain object.public int hashCode()
Return hash code.
hashCode in class java.lang.Object