| java.lang.Object org.geotools.data.dir.DirectoryDataStore
DirectoryDataStore | public class DirectoryDataStore implements DataStore,LockingManager(Code) | | This datastore represents methods of reading an enture directory. It
propagates actual reading / writing of the data to the dataStore which
reads / writes the requested format.
author: David Zwiers, Refractions Research, Inc. |
Method Summary | |
public void | createSchema(FeatureType featureType) | public void | dispose() Will dispose all child datastores. | public boolean | exists(String authID) | public FeatureReader | getFeatureReader(Query query, Transaction transaction) | public FeatureSource | getFeatureSource(String typeName) | public FeatureWriter | getFeatureWriter(String typeName, Filter filter, Transaction transaction) | public FeatureWriter | getFeatureWriter(String typeName, Transaction transaction) | public FeatureWriter | getFeatureWriterAppend(String typeName, Transaction transaction) | public LockingManager | getLockingManager() | public FeatureType | getSchema(String typeName) | public String[] | getTypeNames() | public FeatureSource | getView(Query query) | public void | lockFeatureID(String typeName, String authID, Transaction transaction, FeatureLock featureLock) | public boolean | refresh(String authID, Transaction transaction) | public boolean | release(String authID, Transaction transaction) | public void | unLockFeatureID(String typeName, String authID, Transaction transaction, FeatureLock featureLock) | public void | updateSchema(String typeName, FeatureType featureType) |
dispose | public void dispose()(Code) | | Will dispose all child datastores. After this call the
DirectoryDataStore will
be unusable.
|
|
|