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.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
           
 class PropertyFeatureStore
          Implementation used for writeable property files.
 

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
          FeatureStore used to assemble a Transaction Request (issued during commit).
 



Copyright © 1996-2014 Geotools. All Rights Reserved.