com.supermap.services.protocols.wcs

Class WCSCapabilities

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


  • public class WCSCapabilities
    extends java.lang.Object
    

    WCS service capability information.

    Stores the result of the GetCapabilities operation provided by WCS.

    • Field Detail

      • serviceProvider

        public ServiceProvider serviceProvider
        
        WCS service provider information.
      • coverageSummaryList

        public java.util.List<CoverageSummary> coverageSummaryList
        
        Coverage Summary List.
    • Constructor Detail

      • WCSCapabilities

        public WCSCapabilities()
        

        The Constructor.

    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)
        

        Determines whether two objects are equal.

        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - The object to be compared.
        Returns:
        a value indicating whether the two objects are equal, true that the two objects are equal.
      • hashCode

        public int hashCode()
        

        Get the hash code.

        Overrides:
        hashCode in class java.lang.Object
        Returns:
        hash code value.