[Geoserver-users] WFS-T with compound CRS (EPSG:7415)

Hi all,

Should it be possible to use WFS-T with a compound CRS like EPSG:7415 (Projected + Vertical)
We made some local patches to get our in-house developed flash application working with WFS,
postgis DB and GML 3.1.

For WFS-T we run into some ‘conversion to MathTransform2D’ problems.

I assume this also needs some code changes?

Best regards,
Sjoerd Brandsma
CycloMedia

On Wed, Jul 20, 2011 at 10:05 AM, Sjoerd Brandsma <sbrandsma@anonymised.com> wrote:

Hi all,

Should it be possible to use WFS-T with a compound CRS like EPSG:7415
(Projected + Vertical)
We made some local patches to get our in-house developed flash application
working with WFS,
postgis DB and GML 3.1.

For WFS-T we run into some 'conversion to MathTransform2D' problems.

I assume this also needs some code changes?

It likely does, transformations from plain to compound srs do not work as of now

Cheers
Andrea

--
-------------------------------------------------------
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: +39 0584 962313
fax: +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

-------------------------------------------------------

Can you give me any hints where to start to implement/patch geoserver so it can handle
compound crs coordinates with WFS-T?

thanks,
Sjoerd

On Wed, Jul 20, 2011 at 10:13 AM, Andrea Aime <andrea.aime@anonymised.com> wrote:

On Wed, Jul 20, 2011 at 10:05 AM, Sjoerd Brandsma <sbrandsma@anonymised.com> wrote:

Hi all,

Should it be possible to use WFS-T with a compound CRS like EPSG:7415
(Projected + Vertical)
We made some local patches to get our in-house developed flash application
working with WFS,
postgis DB and GML 3.1.

For WFS-T we run into some ‘conversion to MathTransform2D’ problems.

I assume this also needs some code changes?

It likely does, transformations from plain to compound srs do not work as of now

Cheers
Andrea

Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: +39 0584 962313
fax: +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf


A lot of the referencing stuff shows up in the GeoTools math (i.e. in the gt-referencing module).


Jody Garnett

On Friday, 22 July 2011 at 4:57 PM, Sjoerd Brandsma wrote:

Can you give me any hints where to start to implement/patch geoserver so it can handle
compound crs coordinates with WFS-T?

thanks,
Sjoerd

On Wed, Jul 20, 2011 at 10:13 AM, Andrea Aime <andrea.aime@anonymised.com> wrote:

On Wed, Jul 20, 2011 at 10:05 AM, Sjoerd Brandsma <sbrandsma@anonymised.com> wrote:

Hi all,

Should it be possible to use WFS-T with a compound CRS like EPSG:7415
(Projected + Vertical)
We made some local patches to get our in-house developed flash application
working with WFS,
postgis DB and GML 3.1.

For WFS-T we run into some ‘conversion to MathTransform2D’ problems.

I assume this also needs some code changes?

It likely does, transformations from plain to compound srs do not work as of now

Cheers
Andrea

Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: +39 0584 962313
fax: +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf



10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/


Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

On Fri, Jul 22, 2011 at 8:57 AM, Sjoerd Brandsma <sbrandsma@anonymised.com> wrote:

Can you give me any hints where to start to implement/patch geoserver so it
can handle
compound crs coordinates with WFS-T?

Ah, besides Jody's suggestion, which is sort of the "high path",
better but harder,
the WFS code could be modified to extract the horizontal part of a compound
reference system using the CRS utility class.
It all boils down to where in particular that error happens. If it's
just to report
the modified area to the transaction listeners/plugins getting the horizonal
portion of the CRS might well work fine

Cheers
Andrea

--
-------------------------------------------------------
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: +39 0584 962313
fax: +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

-------------------------------------------------------