com.supermap.services.protocols.wcs

Class SpatialDomain

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


  • public class SpatialDomain
    extends java.lang.Object
    

    The current coverage of the coverage area.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.util.List<BoundingBox> boundingBoxList
      The current bounding box of the coverage.
      GridCRS gridCRS
      The current grid supports the gridCRS.
    • Method Summary

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

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • boundingBoxList

        public java.util.List<BoundingBox> boundingBoxList
        
        The current bounding box of the coverage.
      • gridCRS

        public GridCRS gridCRS
        
        The current grid supports the gridCRS.
    • Constructor Detail

      • SpatialDomain

        public SpatialDomain()
        

        The Constructor.

      • SpatialDomain

        public SpatialDomain(SpatialDomain spatialDomain)
        

        The Constructor.

        Parameters:
        spatialDomain - The current coverage of the coverage area.
    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)
        

        Determines whether the specified SpatialDomain object is equal to the current SpatialDomain object.

        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - The object that is compared with the current SpatialDomain 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.