public class WMTSLayer extends Layer
Modifier and Type | Method and Description |
---|---|
void |
addSRS(CoordinateReferenceSystem crs) |
void |
addTileMatrixLink(TileMatrixSetLink link) |
void |
addTileMatrixLinks(List<TileMatrixSetLink> limitList) |
protected Collection<String> |
extractCRSNames(CoordinateReferenceSystem crs) |
StyleImpl |
getDefaultStyle() |
List<String> |
getFormats() |
List<String> |
getInfoFormats() |
CoordinateReferenceSystem |
getPreferredCRS() |
String |
getTemplate(String key) |
Map<String,String> |
getTemplates()
Return the possible templates for this layer keyed by format.
|
Map<String,TileMatrixSetLink> |
getTileMatrixLinks() |
void |
putResourceURL(String format,
String template) |
void |
setDefaultStyle(StyleImpl style) |
void |
setFormats(List<String> formats) |
void |
setInfoFormats(List<String> infoFormats) |
void |
setPreferredCRS(CoordinateReferenceSystem preferredCRS) |
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, 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, toString
public static final Logger LOGGER
public WMTSLayer(String title)
title
- public Map<String,TileMatrixSetLink> getTileMatrixLinks()
public void addTileMatrixLinks(List<TileMatrixSetLink> limitList)
limitList
- public void addTileMatrixLink(TileMatrixSetLink link)
public void setInfoFormats(List<String> infoFormats)
infoFormats
- the infoFormats to setpublic void addSRS(CoordinateReferenceSystem crs)
public CoordinateReferenceSystem getPreferredCRS()
public void setPreferredCRS(CoordinateReferenceSystem preferredCRS)
preferredCRS
- the preferredCRS to setpublic void setDefaultStyle(StyleImpl style)
style
- public StyleImpl getDefaultStyle()
public Map<String,String> getTemplates()
protected Collection<String> extractCRSNames(CoordinateReferenceSystem crs)
extractCRSNames
in class Layer
Copyright © 1996–2022 Geotools. All rights reserved.