Uses of Package
org.geotools.data

Packages that use org.geotools.data
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.jdbc   
org.geotools.data.memory   
 

Classes in org.geotools.data used by org.geotools.data
AbstractDataStore
          Represents a stating point for implementing your own DataStore.
AbstractFeatureSource
          This is a starting point for providing your own FeatureSource implementation.
AbstractFeatureStore
          This is a starting point for providing your own FeatureStore implementation.
AttributeReader
          The low-level attribute reading API.
AttributeWriter
          - Added hasNext to support the FeatureWriter API.
Catalog
          Provides a Catalog of available FeatureTypes.
DataStore
          Represents a Physical Store for FeatureTypes.
DataStoreFactorySpi.Param
          Data class used to capture Parameter requirements.
DataUtilities.AbstractFilterVisitor
          A quick and dirty FilterVisitor.
FeatureEvent
          A simple event object to represent all events triggered by DataStore instances (typically change events).
FeatureListener
          Interface to be implemented by all listeners of FeatureEvents.
FeatureListenerManager
          This class is used by DataStore implementations to provide FeatureListener support for the FeatureSources they create.
FeatureLockException
          Indicates a lock contention, and attempt was made to modify or aquire with out Authroization.
FeatureLocking
          Provides Feature based locking.
FeatureReader
          The low-level interface for reading Features.
FeatureResults
          Highlevel API for Features from a specific Query.
FeatureSource
          Highlevel API for Features from a specific location.
FeatureStore
          Provides storage of data for Features.
FeatureWriter
          Provides the ability to write Features information.
FIDReader
          FeatureReader customized for FeatureID handling.
InProcessLockingManager
          Provides In-Process FeatureLocking support for DataStore implementations.
LockingManager
          This class describes a featureID based locking service.
Transaction
          The controller for Transaction with FeatureStore.
Transaction.State
          DataStore implementations can use this interface to externalize the state they require to implement Transaction Support.
 

Classes in org.geotools.data used by org.geotools.data.jdbc
AbstractAttributeIO
          Provides support for creating AttributeReaders.
AttributeReader
          The low-level attribute reading API.
AttributeWriter
          - Added hasNext to support the FeatureWriter API.
DataStore
          Represents a Physical Store for FeatureTypes.
FeatureListener
          Interface to be implemented by all listeners of FeatureEvents.
FeatureListenerManager
          This class is used by DataStore implementations to provide FeatureListener support for the FeatureSources they create.
FeatureLockException
          Indicates a lock contention, and attempt was made to modify or aquire with out Authroization.
FeatureLocking
          Provides Feature based locking.
FeatureReader
          The low-level interface for reading Features.
FeatureResults
          Highlevel API for Features from a specific Query.
FeatureSource
          Highlevel API for Features from a specific location.
FeatureStore
          Provides storage of data for Features.
FeatureWriter
          Provides the ability to write Features information.
FIDReader
          FeatureReader customized for FeatureID handling.
InProcessLockingManager
          Provides In-Process FeatureLocking support for DataStore implementations.
LockingManager
          This class describes a featureID based locking service.
Transaction
          The controller for Transaction with FeatureStore.
Transaction.State
          DataStore implementations can use this interface to externalize the state they require to implement Transaction Support.
 

Classes in org.geotools.data used by org.geotools.data.memory
AbstractDataStore
          Represents a stating point for implementing your own DataStore.
DataStore
          Represents a Physical Store for FeatureTypes.
FeatureReader
          The low-level interface for reading Features.
FeatureWriter
          Provides the ability to write Features information.
 



Copyright © 1996-2003 GeoTools. All Rights Reserved.