public class WMTSMapLayer
extends java.lang.Object
implements java.io.Serializable
WMTS layer information.
| Modifier and Type | Field and Description | 
|---|---|
| BoundsWithCRS[] | boundingBoxesBounds of the current Layer in different coordinate systems | 
| java.lang.String | formatThe default image format used by the current Layer | 
| java.lang.String[] | formatsA collection of image formats supported by the current Layer | 
| java.lang.String | identifierName | 
| java.lang.String[] | stylesstyle. | 
| java.lang.String | tileMatrixSetThe current Layer defaults to the scale set used | 
| java.lang.String[] | tileMatrixSetsThe current scale supported by the Layer | 
| BoundsWithCRS | wgs84BoundingBoxCurrent 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.Objectobj - the object to be compared.public int hashCode()
hashCode in class java.lang.Object