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 TileMatrixSetLinkWMTSTileService. getMatrixSetLink()Methods in org.geotools.ows.wmts.client with parameters of type TileMatrixSetLink Modifier and Type Method Description static TileMatrixLimitsWMTSTileFactory. 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 voidWMTSLayer. addTileMatrixLink(TileMatrixSetLink link)Method parameters in org.geotools.ows.wmts.model with type arguments of type TileMatrixSetLink Modifier and Type Method Description voidWMTSLayer. addTileMatrixLinks(List<TileMatrixSetLink> limitList)
-