| Package | Description |
|---|---|
| de.terrestris.shogun2.model.layer.appearance | |
| de.terrestris.shogun2.model.layer.source | |
| de.terrestris.shogun2.model.layer.util | |
| de.terrestris.shogun2.model.map |
| Modifier and Type | Method and Description |
|---|---|
Resolution |
LayerAppearance.getMaxResolution() |
Resolution |
LayerAppearance.getMinResolution() |
| Modifier and Type | Method and Description |
|---|---|
void |
LayerAppearance.setMaxResolution(Resolution maxResolution) |
void |
LayerAppearance.setMinResolution(Resolution minResolution) |
| Constructor and Description |
|---|
LayerAppearance(String attribution,
String name,
Resolution maxResolution,
Resolution minResolution,
Double opacity,
Boolean visible) |
| Modifier and Type | Method and Description |
|---|---|
List<Resolution> |
XyzLayerDataSource.getResolutions() |
| Modifier and Type | Method and Description |
|---|---|
void |
XyzLayerDataSource.setResolutions(List<Resolution> resolutions) |
| Constructor and Description |
|---|
XyzLayerDataSource(String name,
String type,
String url,
Point2D.Double center,
Extent extent,
List<Resolution> resolutions,
Integer tileSize) |
| Modifier and Type | Method and Description |
|---|---|
List<Resolution> |
WmsTileGrid.getTileGridResolutions() |
| Modifier and Type | Method and Description |
|---|---|
void |
WmsTileGrid.setTileGridResolutions(List<Resolution> tileGridResolutions) |
| Modifier and Type | Method and Description |
|---|---|
Resolution |
MapConfig.getMaxResolution() |
Resolution |
MapConfig.getMinResolution() |
| Modifier and Type | Method and Description |
|---|---|
List<Resolution> |
MapConfig.getResolutions() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapConfig.setMaxResolution(Resolution maxResolution) |
void |
MapConfig.setMinResolution(Resolution minResolution) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapConfig.setResolutions(List<Resolution> resolutions) |
| Constructor and Description |
|---|
MapConfig(String name,
Point2D.Double center,
Extent extent,
List<Resolution> resolutions,
Integer zoom,
Resolution maxResolution,
Resolution minResolution,
Double rotation,
String projection) |
| Constructor and Description |
|---|
MapConfig(String name,
Point2D.Double center,
Extent extent,
List<Resolution> resolutions,
Integer zoom,
Resolution maxResolution,
Resolution minResolution,
Double rotation,
String projection) |
Copyright © 2016 terrestris GmbH & Co. KG. All rights reserved.