Uses of Class
de.terrestris.shoguncore.model.layer.util.TileGrid
-
-
Uses of TileGrid in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type TileGrid Modifier and Type Class Description classTileGridDao<E extends TileGrid> -
Uses of TileGrid in de.terrestris.shoguncore.model.layer.source
Methods in de.terrestris.shoguncore.model.layer.source that return TileGrid Modifier and Type Method Description TileGridTileWmsLayerDataSource. getTileGrid()Methods in de.terrestris.shoguncore.model.layer.source with parameters of type TileGrid Modifier and Type Method Description voidTileWmsLayerDataSource. setTileGrid(TileGrid tileGrid)Constructors in de.terrestris.shoguncore.model.layer.source with parameters of type TileGrid Constructor Description TileWmsLayerDataSource(String name, String type, String url, String format, int width, int height, String version, String layerNames, String layerStyles, TileGrid tileGrid) -
Uses of TileGrid in de.terrestris.shoguncore.model.layer.util
Subclasses of TileGrid in de.terrestris.shoguncore.model.layer.util Modifier and Type Class Description classWmtsTileGridClass representing a WMTS tile grid -
Uses of TileGrid in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type TileGrid Modifier and Type Class Description classTileGridRestController<E extends TileGrid,D extends TileGridDao<E>,S extends TileGridService<E,D>> -
Uses of TileGrid in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type TileGrid Modifier and Type Class Description classTileGridService<E extends TileGrid,D extends TileGridDao<E>>Service class for theModulemodel.
-