public class WMTSCapabilities extends Capabilities
(Based on existing work by rgould for WMS service)
Constructor and Description |
---|
WMTSCapabilities(CapabilitiesType capabilities) |
Modifier and Type | Method and Description |
---|---|
static CRSEnvelope |
bbox2bbox(BoundingBoxType bbox) |
String[] |
getExceptions()
Exceptions declare what kind of formats this server can return exceptions in.
|
WMTSLayer |
getLayer(String name) |
List<WMTSLayer> |
getLayerList()
Access a flat view of the layers available in the WMTS.
|
TileMatrixSet |
getMatrixSet(String identifier) |
List<TileMatrixSet> |
getMatrixSets() |
WMTSRequest |
getRequest()
The request contains information about possible Requests that can be made against this
server, including URLs and formats.
|
WMTSServiceType |
getType() |
void |
setExceptions(String[] exceptions) |
void |
setMatrixSets(List<TileMatrixSet> matrixes) |
void |
setRequest(WMTSRequest request) |
getService, getUpdateSequence, getVersion, setService, setUpdateSequence, setVersion
public static final Logger LOGGER
public WMTSCapabilities(CapabilitiesType capabilities) throws ServiceException
object
- ServiceException
public WMTSServiceType getType()
public List<WMTSLayer> getLayerList()
public WMTSRequest getRequest()
public void setRequest(WMTSRequest request)
request
- The request to set.public String[] getExceptions()
public void setExceptions(String[] exceptions)
public List<TileMatrixSet> getMatrixSets()
public void setMatrixSets(List<TileMatrixSet> matrixes)
matrixes
- the matrixes to setpublic TileMatrixSet getMatrixSet(String identifier)
public static CRSEnvelope bbox2bbox(BoundingBoxType bbox)
Copyright © 1996–2019 Geotools. All rights reserved.