Re: [Geotools-devel] VersioningFeatureStore api

2011-08-02 Thread Jody Garnett
Thanks for the method breakdown so are you thinking: DataStore extends DataStore { List getVersions(); // some kind of versions that available FeatureSource getFeatureSource( typeName ); // may return FeatureVersioning } interface FeatureVersioning extends FeatureStore { String getV

Re: [Geotools-devel] VersioningFeatureStore api

2011-08-02 Thread Jody Garnett
Um? My plan was to make it consistent: a) FeatureSource b) FeatureStore c) FeatureLocking d) FeatureVersioning That is the usual deal; grab a FeatureSource and use instance of to check its capabilities. Jody On Wed, Aug 3, 2011 at 3:32 PM, Walter Deane wrote: > Hello Devs, > > My name is Walt

[Geotools-devel] VersioningFeatureStore api

2011-08-02 Thread Walter Deane
Hello Devs, My name is Walter and I work with LISAsoft with Jody. We are looking at developing a system that uses feature versioning. Jody asked me to look into creating a proposal for a VersionedFeatureStore api and I am trying to learn the process for doing this properly. I have had a look at th