Uses of Class
de.terrestris.shoguncore.model.layer.util.Extent
-
-
Uses of Extent in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type Extent Modifier and Type Class Description classExtentDao<E extends Extent> -
Uses of Extent in de.terrestris.shoguncore.model.layer.source
Methods in de.terrestris.shoguncore.model.layer.source that return Extent Modifier and Type Method Description ExtentXyzLayerDataSource. getExtent()Methods in de.terrestris.shoguncore.model.layer.source with parameters of type Extent Modifier and Type Method Description voidXyzLayerDataSource. setExtent(Extent extent)Constructors in de.terrestris.shoguncore.model.layer.source with parameters of type Extent Constructor Description XyzLayerDataSource(String name, String type, String url, String format, Point2D.Double center, Extent extent, List<Point2D.Double> resolutions, Integer tileSize) -
Uses of Extent in de.terrestris.shoguncore.model.layer.util
Methods in de.terrestris.shoguncore.model.layer.util that return Extent Modifier and Type Method Description ExtentTileGrid. getTileGridExtent()Methods in de.terrestris.shoguncore.model.layer.util with parameters of type Extent Modifier and Type Method Description voidTileGrid. setTileGridExtent(Extent tileGridExtent)Constructors in de.terrestris.shoguncore.model.layer.util with parameters of type Extent Constructor Description TileGrid(Point2D.Double tileGridOrigin, Extent tileGridExtent, Integer tileSize) -
Uses of Extent in de.terrestris.shoguncore.model.map
Methods in de.terrestris.shoguncore.model.map that return Extent Modifier and Type Method Description ExtentMapConfig. getExtent()Methods in de.terrestris.shoguncore.model.map with parameters of type Extent Modifier and Type Method Description voidMapConfig. setExtent(Extent extent)Constructors in de.terrestris.shoguncore.model.map with parameters of type Extent Constructor Description MapConfig(String name, Point2D.Double center, Extent extent, List<Double> resolutions, Integer zoom, Double maxResolution, Double minResolution, Double rotation, String projection) -
Uses of Extent in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type Extent Modifier and Type Class Description classExtentRestController<E extends Extent,D extends ExtentDao<E>,S extends ExtentService<E,D>> -
Uses of Extent in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type Extent Modifier and Type Class Description classExtentService<E extends Extent,D extends ExtentDao<E>>Service class for theModulemodel.
-