Re: [Geotools-devel] GML srsName OGC compatibility

2010-06-21 Thread Bastian Schäffer
Hi Jody, we will try to do that. Regards, Bastian Am 20.06.2010 03:30, schrieb Jody Garnett: > Bastian to proceed could you make a jira and supply a patch/test case for the > CRS method for generating an srsName? > Jody > > On 20/06/2010, at 11:28 AM, Jody Garnett wrote: > >> Depending on the

Re: [Geotools-devel] GML srsName OGC compatibility

2010-06-19 Thread Andrea Aime
Bastian Schäffer ha scritto: > Hi Andrea, > > thank you for the clarifications. > > We use GML3, > > ***snip*** > configuration = new > org.geotools.gml3.ApplicationSchemaConfiguration(namespace, schemaLocation); > > encoder = new org.geotools.xml.Encoder(configuration); > encoder

Re: [Geotools-devel] GML srsName OGC compatibility

2010-06-19 Thread Jody Garnett
Bastian to proceed could you make a jira and supply a patch/test case for the CRS method for generating an srsName? Jody On 20/06/2010, at 11:28 AM, Jody Garnett wrote: > Depending on the path used for encoding geometry the srsName can be > stored/retrieved from the geometry userData. There is

Re: [Geotools-devel] GML srsName OGC compatibility

2010-06-19 Thread Jody Garnett
Depending on the path used for encoding geometry the srsName can be stored/retrieved from the geometry userData. There is also a CRS utility method responsible for generating a srsName from a coordinate reference system; while I don't mind us providing a hint to control the technique used to gen

Re: [Geotools-devel] GML srsName OGC compatibility

2010-06-19 Thread Bastian Schäffer
Hi Andrea, thank you for the clarifications. We use GML3, ***snip*** configuration = new org.geotools.gml3.ApplicationSchemaConfiguration(namespace, schemaLocation); encoder = new org.geotools.xml.Encoder(configuration); encoder.setNamespaceAware(true); encoder.setSchemaLocation

Re: [Geotools-devel] GML srsName OGC compatibility

2010-06-18 Thread Andrea Aime
Bastian Schäffer ha scritto: > List, > > during the latest OGC OWS-7 testbed, we encountered some issues with the > GML3 srsName encoding: > > A generated FeatureCollection, where the featureType's SRS is correctly > set to a representation of EPSG:4326, the result looks like: > > http://www.ope

[Geotools-devel] GML srsName OGC compatibility

2010-06-18 Thread Bastian Schäffer
List, during the latest OGC OWS-7 testbed, we encountered some issues with the GML3 srsName encoding: A generated FeatureCollection, where the featureType's SRS is correctly set to a representation of EPSG:4326, the result looks like: http://www.opengis.net/gml/srs/epsg.xml#4326";> By looking a