| A read-write store for geospatial information.
First draft of a Store interface based on brain storming session with Jody, Thomas,
Stefan and Cory in Refractions on November 24th. It has since been reviewed by Jesse who
contributed the connection information messages.
The basic idea is to have simple, general interface to access and query data that is in some way or
another spatially enabled. And we don't want the restriction to
org.geotools.feature.Feature ,
org.geotools.feature.FeatureType ,
org.geotools.data.FeatureSource , etc. as we have right
now in
org.geotools.data.DataStore .
Store extends the Source interfaces with writing capabilities.
version: $Id: Store.java 26609 2007-08-20 15:29:33Z groldan $ since: 2.4 author: Jody Garnett, Refractions Research Inc. |