Package org.geotools.ows.wmts.model
Class WMTSCapabilities
Object
Capabilities
WMTSCapabilities
Represents a base object for a WMTS getCapabilities response.
(Based on existing work by rgould for WMS service)
- Author:
- ian, Emanuele Tajariol (etj at geo-solutions dot it), Matthias Schulze (LDBV at ldbv dot bayern dot de)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CRSEnvelope
bbox2bbox
(BoundingBoxType bbox) String[]
Exceptions declare what kind of formats this server can return exceptions in.Access a flat view of the layers available in the WMTS.getMatrixSet
(String identifier) The request contains information about possible Requests that can be made against this server, including URLs and formats.getType()
void
setExceptions
(String[] exceptions) void
setMatrixSets
(List<TileMatrixSet> matrixes) Clears all matrixSet's and populates with the listvoid
setRequest
(WMTSRequest request) Methods inherited from class Capabilities
getService, getUpdateSequence, getVersion, setService, setUpdateSequence, setVersion
-
Field Details
-
LOGGER
-
-
Constructor Details
-
WMTSCapabilities
- Throws:
ServiceException
-
-
Method Details
-
getType
- Returns:
- the type
-
getLayerList
Access a flat view of the layers available in the WMTS.- Returns:
- Unmodifiable List of all available layers
-
getRequest
The request contains information about possible Requests that can be made against this server, including URLs and formats.- Returns:
- Returns the request.
-
setRequest
- Parameters:
request
- The request to set.
-
getExceptions
Exceptions declare what kind of formats this server can return exceptions in. They are used during subsequent requests. -
setExceptions
-
getMatrixSets
- Returns:
- An unmodifiable list of MatrixSets
-
setMatrixSets
Clears all matrixSet's and populates with the list -
getMatrixSet
-
getLayer
- Parameters:
name
- of the layer- Returns:
- the WMTS layer
-
bbox2bbox
-