Re: [Geotools-devel] elevation and temporal coordinates

2007-10-16 Thread Martin Desruisseaux
Bolla Péter a écrit : > public static final DefaultTemporalCRS gpxTemporalCRS = > new DefaultTemporalCRS("UNIX", > DefaultTemporalDatum.UNIX, > DefaultTimeCS.DAYS); > > public static final CoordinateReferenceSystem gpxCRS = > new DefaultCompoundCRS("gpxCrs", >

[Geotools-devel] elevation and temporal coordinates

2007-10-15 Thread Bolla Péter
Hi, I committed a version of the gpx datastore, that is also able to write a gpx file. However, there are some questions, that are not really clear for me. First is about the CRS to use, when elevation and/or temporal coordinates are present. Now this is what I did: public static final Defaul