Package org.geotools.data.dir

Directory DataStore Overview This package represents the functionality required to chain datastores, ie. to represents a directory of mixed file types as a single datastore.

See:
          Description

Class Summary
DirectoryDataStore This datastore represents methods of reading an enture directory.
DirectoryDataStoreFactory Creates a Directory DataStore following the DataStoreFactorySpi interface.
 

Package org.geotools.data.dir Description

Directory DataStore

Overview

This package represents the functionality required to chain datastores, ie. to represents a directory of mixed file types as a single datastore. Inlcuded are the required interfaces and default implementations for datastores which wish to support single file reading, and as such be included as a datatype for the directory datastore.

Extensions

Addition formats may be included simply by having the dataStore extend AbstractFileDataStore and the DataStore Factory extending FileDataStoreFactorySpi. You will also have to fill in the META_INF directory in similar to a generic dataStore.



Copyright © GeoTools. All Rights Reserved.