|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionSource | |
---|---|
org.geotools.map | List of layers to be rendered. |
Uses of CollectionSource in org.geotools.map |
---|
Methods in org.geotools.map that return CollectionSource | |
---|---|
CollectionSource |
MapLayer.getSource()
Deprecated. Get the data source for this layer. |
Methods in org.geotools.map with parameters of type CollectionSource | |
---|---|
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. |
Constructors in org.geotools.map with parameters of type CollectionSource | |
---|---|
DefaultMapLayer(CollectionSource source,
Style style,
String title)
Deprecated. |
|
MapLayer(CollectionSource source,
Style style,
String title)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |