public class WMTSMapLayer
extends java.lang.Object
implements java.io.Serializable
WMTS layer information.
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 and Description |
---|
WMTSMapLayer() |
public java.lang.String identifier
public java.lang.String format
public java.lang.String[] formats
public java.lang.String tileMatrixSet
public BoundsWithCRS wgs84BoundingBox
public BoundsWithCRS[] boundingBoxes
public java.lang.String[] tileMatrixSets
public java.lang.String[] styles
public boolean equals(java.lang.Object obj)
Determines whether two objects are equal.
equals
in class java.lang.Object
obj
- the object to be compared.public int hashCode()
hashCode
in class java.lang.Object