| Modifier and Type | Class and Description |
|---|---|
class |
ExtentDao<E extends Extent> |
| Modifier and Type | Method and Description |
|---|---|
Extent |
XyzLayerDataSource.getExtent() |
| Modifier and Type | Method and Description |
|---|---|
void |
XyzLayerDataSource.setExtent(Extent extent) |
| Constructor and Description |
|---|
XyzLayerDataSource(String name,
String type,
String url,
String format,
Point2D.Double center,
Extent extent,
List<Point2D.Double> resolutions,
Integer tileSize) |
| Modifier and Type | Method and Description |
|---|---|
Extent |
TileGrid.getTileGridExtent() |
| Modifier and Type | Method and Description |
|---|---|
void |
TileGrid.setTileGridExtent(Extent tileGridExtent) |
| Constructor and Description |
|---|
TileGrid(Point2D.Double tileGridOrigin,
Extent tileGridExtent,
Integer tileSize) |
| Modifier and Type | Method and Description |
|---|---|
Extent |
MapConfig.getExtent() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapConfig.setExtent(Extent extent) |
| Constructor and Description |
|---|
MapConfig(String name,
Point2D.Double center,
Extent extent,
List<Double> resolutions,
Integer zoom,
Double maxResolution,
Double minResolution,
Double rotation,
String projection) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtentRestController<E extends Extent,D extends ExtentDao<E>,S extends ExtentService<E,D>> |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtentService<E extends Extent,D extends ExtentDao<E>>
Service class for the
Module model. |
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.