Uses of Interface
org.opengis.feature.display.canvas.FeatureLayer

Packages that use FeatureLayer
org.opengis.feature.display.canvas Canvas for features and its layers. 
org.opengis.layer Basic unit of geographic information that may be requested as a map from a server. 
 

Uses of FeatureLayer in org.opengis.feature.display.canvas
 

Methods in org.opengis.feature.display.canvas that return FeatureLayer
 FeatureLayer FeatureLayerEvent.getLayer()
          Synonym for FeatureLayerEvent.getSource().
 

Methods in org.opengis.feature.display.canvas that return types with arguments of type FeatureLayer
 List<FeatureLayer> FeatureCanvas.getLayers()
          Returns a list containing all of the FeatureLayers currently known to this canvas.
 

Methods in org.opengis.feature.display.canvas with parameters of type FeatureLayer
 void FeatureCanvas.addFeatureLayer(FeatureLayer layer)
          Adds the given layer to the map.
 void FeatureCanvas.deleteFeatureLayer(FeatureLayer layer)
          Removes the given layer from being displayed on this map.
 

Constructors in org.opengis.feature.display.canvas with parameters of type FeatureLayer
FeatureLayerEvent(FeatureLayer layer, Object newValue)
          Constructs an event for a feature layer's property initialized to a value.
FeatureLayerEvent(FeatureLayer layer, Object oldValue, Object newValue)
          Constructs an event for a feature layer's property set to a new value.
 

Uses of FeatureLayer in org.opengis.layer
 

Methods in org.opengis.layer that return types with arguments of type FeatureLayer
 List<FeatureLayer> Layer.getFeatureLayers()
          Gets the feature layers from this Layer that are suitable for adding to a FeatureCanvas in order to visually represent this Layer.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.