public class GridCRS
extends java.lang.Object
Grid reference space used by data.
Modifier and Type | Field and Description |
---|---|
java.lang.String |
gridBaseCRS
Base coordinate reference system identifier.
|
java.lang.String |
gridCS
Coordinate system identifier.
|
java.util.List<java.lang.Double> |
gridOffsets
Offset.
|
java.util.List<java.lang.Double> |
gridOrigin
starting point.
|
java.lang.String |
gridType
Type identifier.
|
java.lang.String |
srsName
Space reference system name.
|
Constructor and Description |
---|
GridCRS()
The Constructor.
|
GridCRS(GridCRS gridCRS)
The Constructor.
|
public java.lang.String srsName
public java.lang.String gridBaseCRS
public java.lang.String gridType
public java.util.List<java.lang.Double> gridOrigin
public java.util.List<java.lang.Double> gridOffsets
public java.lang.String gridCS
public GridCRS()
The Constructor.
public GridCRS(GridCRS gridCRS)
The Constructor.
gridCRS
- Grid spatial reference system.public boolean equals(java.lang.Object obj)
Determines whether the specified GridCRS object is equal to the current GridCRS object.
equals
in class java.lang.Object
obj
- The object that is compared with the current GridCRS object.public int hashCode()
Return hash code.
hashCode
in class java.lang.Object