Uses of Class
org.geotools.ows.wmts.client.WMTSTileService
-
Packages that use WMTSTileService Package Description org.geotools.ows.wmts.client -
-
Uses of WMTSTileService in org.geotools.ows.wmts.client
Methods in org.geotools.ows.wmts.client with parameters of type WMTSTileService Modifier and Type Method Description WMTSTile
WMTSTileFactory. constrainToUpperLeftTile(Tile matrixTile, WMTSZoomLevel zl, WMTSTileService service)
If the tile is outside the limits, take a valid one which can be used to start a loop on.Tile
WMTSTileFactory. findUpperLeftTile(double lon, double lat, WMTSZoomLevel zoomLevel, WMTSTileService service)
Find the first valid Upper Left tile for the current layer.
-