com.supermap.services.protocols.wcs

Class CoverageDomain

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


  • public class CoverageDomain
    extends java.lang.Object
    

    The available space-time range for the current coverage.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      SpatialDomain spatialDomain
      The current coverage of the coverage area.
    • Method Summary

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

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

      • spatialDomain

        public SpatialDomain spatialDomain
        
        The current coverage of the coverage area.
    • Constructor Detail

      • CoverageDomain

        public CoverageDomain()
        

        The Constructor.

      • CoverageDomain

        public CoverageDomain(CoverageDomain coverageDomain)
        

        The Constructor.

        Parameters:
        coverageDomain - The current range of coverage.
    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)
        

        Determines whether the specified CoverageDomain object and the current CoverageDomain object are equal.

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