Uses of Class
org.geotools.ows.wmts.model.TileMatrixSetLink
-
Packages that use TileMatrixSetLink Package Description org.geotools.ows.wmts.client org.geotools.ows.wmts.model -
-
Uses of TileMatrixSetLink in org.geotools.ows.wmts.client
Methods in org.geotools.ows.wmts.client that return TileMatrixSetLink Modifier and Type Method Description TileMatrixSetLink
WMTSTileService. getMatrixSetLink()
Methods in org.geotools.ows.wmts.client with parameters of type TileMatrixSetLink Modifier and Type Method Description static TileMatrixLimits
WMTSTileFactory. getLimits(TileMatrixSetLink tmsl, TileMatrixSet tms, int z)
-
Uses of TileMatrixSetLink in org.geotools.ows.wmts.model
Methods in org.geotools.ows.wmts.model that return types with arguments of type TileMatrixSetLink Modifier and Type Method Description Map<String,TileMatrixSetLink>
WMTSLayer. getTileMatrixLinks()
Methods in org.geotools.ows.wmts.model with parameters of type TileMatrixSetLink Modifier and Type Method Description void
WMTSLayer. addTileMatrixLink(TileMatrixSetLink link)
Method parameters in org.geotools.ows.wmts.model with type arguments of type TileMatrixSetLink Modifier and Type Method Description void
WMTSLayer. addTileMatrixLinks(List<TileMatrixSetLink> limitList)
-