|
From: Andrea A. <aa...@op...> - 2006-11-30 13:42:12
|
Hi, those that have followed the versioned WFS-T discussion may have noticed that in order to support versioning I need a "String getVersion()" method in the Feature interface, which is usually null, meaning that no version information is around, or that may be non null, representing a version id (usually a number). And I need it in geotools 2.3, along with changes in GML generators/parser that allow us to handle it. Now, given that gt2 2.3.0 will be released tomorrow, I guess this is something for 2.3.1... in the meantime I can start working anyways on the versioned datastore by using a DefaultFeature subclass that does support versioning, and have the prototype version of it handle the casts as necessary. What do you think? I guess this requires a PMC vote. Here is my +1 :-p Cheers Andrea |