Uses of Class
org.geotools.data.memory.CollectionSource

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.  
 



Copyright © 1996-2014 Geotools. All Rights Reserved.