Package | Description |
---|---|
org.geotools.map |
List of layers to be rendered.
|
Modifier and Type | Method and Description |
---|---|
CollectionSource |
MapLayer.getSource()
Deprecated.
Get the data source for this layer.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultMapContext.addLayer(CollectionSource source,
Style style)
Deprecated.
Add the given collection source as a new layer to the end of the list of layers held by this
context and trigger a MapLayerListEvent.
|
Constructor and Description |
---|
DefaultMapLayer(CollectionSource source,
Style style,
String title)
Deprecated.
|
MapLayer(CollectionSource source,
Style style,
String title)
Deprecated.
|
Copyright © 1996–2019 Geotools. All rights reserved.