com.supermap.services.protocols.wcs

Class GridCRS

  • java.lang.Object
    • com.supermap.services.protocols.wcs.GridCRS


  • public class GridCRS
    extends java.lang.Object
    

    Grid reference space used by data.

    • Field Summary

      Fields 
      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 Summary

      Constructors 
      Constructor and Description
      GridCRS()
      The Constructor.
      GridCRS(GridCRS gridCRS)
      The Constructor.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Determines whether the specified GridCRS object is equal to the current GridCRS object.
      int hashCode()
      Return hash code.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • 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:
        equals in class java.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:
        hashCode in class java.lang.Object
        Returns:
        hash code.