public class GridCRS
extends java.lang.Object
Grid reference space used by data.
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String | gridBaseCRSBase coordinate reference system identifier. | 
| java.lang.String | gridCSCoordinate system identifier. | 
| java.util.List<java.lang.Double> | gridOffsetsOffset. | 
| java.util.List<java.lang.Double> | gridOriginstarting point. | 
| java.lang.String | gridTypeType identifier. | 
| java.lang.String | srsNameSpace 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.Objectobj - The object that is compared with the current GridCRS object.public int hashCode()
Return hash code.
hashCode in class java.lang.Object