Jody Garnett wrote: > Do you have specifics? It sounds fine to me; you may uncover some bugs > along the way .. but the OracleDataStore does similar tricks when > working with x,y,z,m data (ie from LRS datasets). I think the other fun > bit of info would be a new GeoTools Function to "grab" the data out of > the geometry so it can be worked with as part of styling etc...
The implementation is in modules\unsupported\gpx\src\main\java\org\geotools\data\gpx\temporal I've created a TemporalCoordinate class, which extends the JTS Coordinate, and adds a 4. ordinate. I've also implemented the TemporalCoordinateSequence and TemporalCoordinateSequenceFactory classes. The problem was mainly in the referencing module, as that couldn't really transform between 2d and not 2d CRS-es, that would have been needed for uDig. Finally we concluded, that there is no "easy" solution... Some mails on the topic from the archives: http://www.nabble.com/forum/ViewPost.jtp?post=13374028&framed=y http://www.nabble.com/forum/ViewPost.jtp?post=13428943&framed=y (this might be the most relevant) http://www.nabble.com/forum/ViewPost.jtp?post=13489540&framed=y I'm still interested in a general solution though :) Peter ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
