Uses of Class
org.geotools.data.AbstractFeatureSource

Packages that use AbstractFeatureSource
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.property   
org.geotools.data.shapefile   
org.geotools.data.wfs.v1_0_0   
 

Uses of AbstractFeatureSource in org.geotools.data
 

Subclasses of AbstractFeatureSource in org.geotools.data
 class AbstractFeatureLocking
          A Starting point for your own FeatureLocking implementations.
 class AbstractFeatureStore
          This is a starting point for providing your own FeatureStore implementation.
 

Uses of AbstractFeatureSource in org.geotools.data.property
 

Subclasses of AbstractFeatureSource in org.geotools.data.property
 class PropertyFeatureSource
           
 

Uses of AbstractFeatureSource in org.geotools.data.shapefile
 

Subclasses of AbstractFeatureSource in org.geotools.data.shapefile
 class ShapefileFeatureLocking
           
 class ShapefileFeatureStore
          Allows read-write access to the contents of a shape file.
 

Uses of AbstractFeatureSource in org.geotools.data.wfs.v1_0_0
 

Subclasses of AbstractFeatureSource in org.geotools.data.wfs.v1_0_0
 class WFSFeatureSource
          FeatureSource extension interface to provide WFS specific extra information.
 class WFSFeatureStore
          DOCUMENT ME!
 



Copyright © 1996-2009 Geotools. All Rights Reserved.