com.supermap.services.providers

Class WMTSMapLayer

  • java.lang.Object
    • com.supermap.services.providers.WMTSMapLayer
  • All Implemented Interfaces:
    java.io.Serializable


    public class WMTSMapLayer
    extends java.lang.Object
    implements java.io.Serializable
    

    WMTS layer information.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      BoundsWithCRS[] boundingBoxes
      Bounds of the current Layer in different coordinate systems
      java.lang.String format
      The default image format used by the current Layer
      java.lang.String[] formats
      A collection of image formats supported by the current Layer
      java.lang.String identifier
      Name
      java.lang.String[] styles
      style.
      java.lang.String tileMatrixSet
      The current Layer defaults to the scale set used
      java.lang.String[] tileMatrixSets
      The current scale supported by the Layer
      BoundsWithCRS wgs84BoundingBox
      Current Layer in the WGS84 coordinate system under the Bounds
    • Constructor Summary

      Constructors 
      Constructor and Description
      WMTSMapLayer() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Determines whether two objects are equal.
      int hashCode()
      Gets the hash value of the object instance
      • Methods inherited from class java.lang.Object

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

      • identifier

        public java.lang.String identifier
        
        Name
      • format

        public java.lang.String format
        
        The default image format used by the current Layer
      • formats

        public java.lang.String[] formats
        
        A collection of image formats supported by the current Layer
      • tileMatrixSet

        public java.lang.String tileMatrixSet
        
        The current Layer defaults to the scale set used
      • wgs84BoundingBox

        public BoundsWithCRS wgs84BoundingBox
        
        Current Layer in the WGS84 coordinate system under the Bounds
      • boundingBoxes

        public BoundsWithCRS[] boundingBoxes
        
        Bounds of the current Layer in different coordinate systems
      • tileMatrixSets

        public java.lang.String[] tileMatrixSets
        
        The current scale supported by the Layer
      • styles

        public java.lang.String[] styles
        
        style.
    • Constructor Detail

      • WMTSMapLayer

        public WMTSMapLayer()
        
    • 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:
        whether or not equal,and true mean that the two objects are equal.
      • hashCode

        public int hashCode()
        
        Gets the hash value of the object instance
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        hash value