Uses of Class
org.geotools.ows.wmts.model.TileMatrixSet
Packages that use TileMatrixSet
-
Uses of TileMatrixSet in org.geotools.ows.wmts
Methods in org.geotools.ows.wmts that return TileMatrixSetModifier and TypeMethodDescriptionWebMapTileServer.selectMatrixSet
(WMTSLayer layer, CoordinateReferenceSystem requestCRS) Selects the tileMatrixSet that is linked to this layer with the given CRS -
Uses of TileMatrixSet in org.geotools.ows.wmts.client
Methods in org.geotools.ows.wmts.client that return TileMatrixSetMethods in org.geotools.ows.wmts.client with parameters of type TileMatrixSetModifier and TypeMethodDescriptionstatic TileMatrixLimits
WMTSTileFactory.getLimits
(TileMatrixSetLink tmsl, TileMatrixSet tms, int z) void
WMTSTileService.setMatrixSet
(TileMatrixSet matrixSet) Constructors in org.geotools.ows.wmts.client with parameters of type TileMatrixSetModifierConstructorDescriptionWMTSTileService
(String templateURL, WMTSLayer layer, TileMatrixSet tileMatrixSet) Creates a WMTSTileService based on the templateURL for loading images.WMTSTileService
(String templateURL, WMTSLayer layer, TileMatrixSet tileMatrixSet, HTTPClient client) Create a service that uses the templateURL to load images.WMTSTileService
(String templateURL, WMTSServiceType type, WMTSLayer layer, String styleName, TileMatrixSet tileMatrixSet) Create a service with templateURL for loading images directly.WMTSTileService
(String templateURL, WMTSServiceType type, WMTSLayer layer, String styleName, TileMatrixSet tileMatrixSet, HTTPClient client) Create a service with templateURL for loading images directly.WMTSTileService
(WebMapTileServer wmtsServer, WMTSLayer layer, TileMatrixSet tileMatrixSet) Create a WMTSTileservice using a WebMapTileServer to load the tile images.WMTSTileService
(WebMapTileServer wmtsServer, WMTSLayer layer, TileMatrixSet tileMatrixSet, String format) Create a WMTSTileService using an WebMapTileServer to load the tile images. -
Uses of TileMatrixSet in org.geotools.ows.wmts.model
Methods in org.geotools.ows.wmts.model that return TileMatrixSetModifier and TypeMethodDescriptionWMTSCapabilities.getMatrixSet
(String identifier) TileMatrix.getParent()
Methods in org.geotools.ows.wmts.model that return types with arguments of type TileMatrixSetMethods in org.geotools.ows.wmts.model with parameters of type TileMatrixSetMethod parameters in org.geotools.ows.wmts.model with type arguments of type TileMatrixSetModifier and TypeMethodDescriptionvoid
WMTSCapabilities.setMatrixSets
(List<TileMatrixSet> matrixes) Clears all matrixSet's and populates with the list