com.supermap.services.protocols.wcs
Class GridCRS
- java.lang.Object
-
- com.supermap.services.protocols.wcs.GridCRS
-
public class GridCRS extends java.lang.ObjectGrid reference space used by data.
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.StringgridBaseCRSBase coordinate reference system identifier.java.lang.StringgridCSCoordinate system identifier.java.util.List<java.lang.Double>gridOffsetsOffset.java.util.List<java.lang.Double>gridOriginstarting point.java.lang.StringgridTypeType identifier.java.lang.StringsrsNameSpace reference system name.
-
Constructor Summary
Constructors Constructor and Description GridCRS()The Constructor.GridCRS(GridCRS gridCRS)The Constructor.
-
-
-
Field Detail
-
srsName
public java.lang.String srsName
Space reference system name.
-
gridBaseCRS
public java.lang.String gridBaseCRS
Base coordinate reference system identifier.
-
gridType
public java.lang.String gridType
Type identifier.
-
gridOrigin
public java.util.List<java.lang.Double> gridOrigin
starting point.
-
gridOffsets
public java.util.List<java.lang.Double> gridOffsets
Offset.
-
gridCS
public java.lang.String gridCS
Coordinate system identifier.
-
-
Constructor Detail
-
GridCRS
public GridCRS()
The Constructor.
-
GridCRS
public GridCRS(GridCRS gridCRS)
The Constructor.
- Parameters:
gridCRS- Grid spatial reference system.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Determines whether the specified GridCRS object is equal to the current GridCRS object.
- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- The object that is compared with the current GridCRS 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.
-
-