Package org.geotools.ows.wmts.model
Class WMTSLayer
- All Implemented Interfaces:
Comparable<Layer>
- Author:
- ian, Emanuele Tajariol (etj at geo-solutions dot it)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
addTileMatrixLinks
(List<TileMatrixSetLink> limitList) protected Collection<String>
getTemplate
(String key) Return the possible templates for this layer keyed by format.void
putResourceURL
(String format, String template) void
setDefaultStyle
(StyleImpl style) void
setFormats
(List<String> formats) void
setInfoFormats
(List<String> infoFormats) void
setPreferredCRS
(CoordinateReferenceSystem preferredCRS) Methods inherited from class Layer
addChildren, clearCache, compareTo, get_abstract, getAttribution, getBoundingBoxes, getCascaded, getChildren, getDimension, getDimensions, getEnvelope, getExtent, getExtents, getKeywords, getLatLonBoundingBox, getLayerBoundingBoxes, getLayerChildren, getLayerDimensions, getLayerExtents, getMetadataURL, getName, getParent, getScaleDenominatorMax, getScaleDenominatorMin, getSrs, getStyles, getTitle, getVendorParameters, isQueryable, set_abstract, setAttribution, setBoundingBoxes, setBoundingBoxes, setCascaded, setChildren, setDimensions, setDimensions, setDimensions, setExtents, setExtents, setExtents, setKeywords, setLatLonBoundingBox, setMetadataURL, setName, setParent, setQueryable, setScaleDenominatorMax, setScaleDenominatorMin, setSrs, setStyles, setTitle, setVendorParameters, toString
-
Field Details
-
LOGGER
-
-
Constructor Details
-
WMTSLayer
- Parameters:
title
-
-
-
Method Details
-
getTileMatrixLinks
- Returns:
- the limits
-
addTileMatrixLinks
- Parameters:
limitList
-
-
addTileMatrixLink
-
getFormats
- Returns:
- the formats
-
setFormats
- Parameters:
formats
- the formats to set
-
getInfoFormats
- Returns:
- the infoFormats
-
setInfoFormats
- Parameters:
infoFormats
- the infoFormats to set
-
putResourceURL
-
getTemplate
-
addSRS
-
getPreferredCRS
- Returns:
- the preferredCRS
-
setPreferredCRS
- Parameters:
preferredCRS
- the preferredCRS to set
-
setDefaultStyle
- Parameters:
style
-
-
getDefaultStyle
- Returns:
- the defaultStyle
-
getTemplates
Return the possible templates for this layer keyed by format.- Returns:
-
extractCRSNames
- Overrides:
extractCRSNames
in classLayer
-