| Package | Description |
|---|---|
| de.terrestris.shogun2.model.layer | |
| de.terrestris.shogun2.model.layer.source |
| Modifier and Type | Method and Description |
|---|---|
LayerDataSource |
Layer.getSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
Layer.setSource(LayerDataSource source) |
| Constructor and Description |
|---|
Layer(String name,
String type,
LayerDataSource source,
LayerAppearance appearance) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageWmsLayerDataSource
Class representing a layer data source for WMS servers providing single,
untiled images.
|
class |
TileWmsLayerDataSource
Data source of layers for tile data from WMS servers.
|
class |
VectorLayerDataSource
Data source of OpenLayers 3 vector layer
|
class |
WmtsLayerDataSource
Class representing a layer source for tile data from WMTS servers.
|
class |
XyzLayerDataSource
Class representing a layer source for tile data with
URLs in a set XYZ format that are defined in a URL template
|
Copyright © 2016 terrestris GmbH & Co. KG. All rights reserved.