|
||||||||||
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()
Get the data source for this layer. |
CollectionSource |
FeatureSourceMapLayer.getSource()
Returns null. |
CollectionSource |
DefaultMapLayer.getSource()
|
Methods in org.geotools.map with parameters of type CollectionSource | |
---|---|
void |
DefaultMapContext.addLayer(CollectionSource source,
Style style)
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,
java.lang.String title)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |