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.SerializableWMTS layer information.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description BoundsWithCRS[]boundingBoxesBounds of the current Layer in different coordinate systemsjava.lang.StringformatThe default image format used by the current Layerjava.lang.String[]formatsA collection of image formats supported by the current Layerjava.lang.StringidentifierNamejava.lang.String[]stylesstyle.java.lang.StringtileMatrixSetThe current Layer defaults to the scale set usedjava.lang.String[]tileMatrixSetsThe current scale supported by the LayerBoundsWithCRSwgs84BoundingBoxCurrent Layer in the WGS84 coordinate system under the Bounds
-
Constructor Summary
Constructors Constructor and Description WMTSMapLayer()
-
-
-
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.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Determines whether two objects are equal.
- Overrides:
equalsin classjava.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:
hashCodein classjava.lang.Object- Returns:
- hash value
-
-