Package org.geotools.ows.wmts.model
Class WMTSLayer
- All Implemented Interfaces:
- Comparable<Layer>
- Author:
- ian, Emanuele Tajariol (etj at geo-solutions dot it)
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidaddTileMatrixLinks(List<TileMatrixSetLink> limitList) protected Collection<String>getTemplate(String key) Return the possible templates for this layer keyed by format.voidputResourceURL(String format, String template) voidsetDefaultStyle(StyleImpl style) voidsetFormats(List<String> formats) voidsetInfoFormats(List<String> infoFormats) voidsetPreferredCRS(CoordinateReferenceSystem preferredCRS) Methods inherited from class LayeraddChildren, 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
 
- 
getTemplatesReturn the possible templates for this layer keyed by format.- Returns:
 
- 
extractCRSNames- Overrides:
- extractCRSNamesin class- Layer
 
 
-