Uses of Class
org.geotools.ows.wmts.model.TileMatrixLimits
- 
Packages that use TileMatrixLimits Package Description org.geotools.ows.wmts.client org.geotools.ows.wmts.model 
- 
- 
Uses of TileMatrixLimits in org.geotools.ows.wmts.clientMethods in org.geotools.ows.wmts.client that return TileMatrixLimits Modifier and Type Method Description static TileMatrixLimitsWMTSTileFactory. getLimits(TileMatrixSetLink tmsl, TileMatrixSet tms, int z)
- 
Uses of TileMatrixLimits in org.geotools.ows.wmts.modelMethods in org.geotools.ows.wmts.model that return types with arguments of type TileMatrixLimits Modifier and Type Method Description List<TileMatrixLimits>TileMatrixSetLink. getLimits()Methods in org.geotools.ows.wmts.model with parameters of type TileMatrixLimits Modifier and Type Method Description voidTileMatrixSetLink. addLimit(TileMatrixLimits limit)Method parameters in org.geotools.ows.wmts.model with type arguments of type TileMatrixLimits Modifier and Type Method Description voidTileMatrixSetLink. setLimits(List<TileMatrixLimits> limits)
 
-