Uses of Class
org.geotools.data.AbstractDataStore

Packages that use AbstractDataStore
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.collection Implementations of FeatureCollection for different purposes. 
org.geotools.data.memory   
org.geotools.data.property   
org.geotools.data.store   
org.geotools.data.wfs.v1_0_0   
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.swing.styling Dialogs to create basic rendering styles. 
 

Uses of AbstractDataStore in org.geotools.data
 

Subclasses of AbstractDataStore in org.geotools.data
 class AbstractFileDataStore
           This class assumes the DataStore represents a single source, represented by a URL.
 

Constructors in org.geotools.data with parameters of type AbstractDataStore
TransactionStateDiff(AbstractDataStore dataStore)
           
 

Uses of AbstractDataStore in org.geotools.data.collection
 

Subclasses of AbstractDataStore in org.geotools.data.collection
 class CollectionDataStore
          Simple data store wrapper for feature collections.
 

Uses of AbstractDataStore in org.geotools.data.memory
 

Subclasses of AbstractDataStore in org.geotools.data.memory
 class MemoryDataStore
          This is an example implementation of a DataStore used for testing.
 

Uses of AbstractDataStore in org.geotools.data.property
 

Subclasses of AbstractDataStore in org.geotools.data.property
 class PropertyDataStore
          Sample DataStore implementation, please see formal tutorial included with users docs.
 

Uses of AbstractDataStore in org.geotools.data.store
 

Subclasses of AbstractDataStore in org.geotools.data.store
 class ArrayDataStore
          Simple example of an AbstractDataStore built around the provided array of features.
 

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

Subclasses of AbstractDataStore in org.geotools.data.wfs.v1_0_0
 class WFS_1_0_0_DataStore
          DataStore used for connecting to 1.0.0 protocol.
 

Uses of AbstractDataStore in org.geotools.styling
 

Methods in org.geotools.styling with parameters of type AbstractDataStore
static Style SLD.createSimpleStyle(AbstractDataStore store, String typeName, Color color)
          Create a minimal style to render features of type typeName read from the given data store
 

Uses of AbstractDataStore in org.geotools.swing.styling
 

Methods in org.geotools.swing.styling with parameters of type AbstractDataStore
static Style JSimpleStyleDialog.showDialog(Component parent, AbstractDataStore dataStore)
          Static convenience method: displays a JSimpleStyleDialog to prompt the user for style preferences to use with the first feature type in the dataStore.
static Style JSimpleStyleDialog.showDialog(Component parent, AbstractDataStore dataStore, Style initialStyle)
          Static convenience method: displays a JSimpleStyleDialog to prompt the user for style preferences to use with the first feature type in the dataStore.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.