JTS does not pay any attention to the SRID.  It assumes all geometries are
in the same planar coordinate system.  So if the two geometries really are
in different coordinate systems, you should not process them together.  You
will have to use your CRS library of choice to reproject one or both into a
common planar coordinate system.

On Wed, Sep 21, 2016 at 3:01 AM, Pablo Leira <pablolei...@gmail.com> wrote:

> Hi, I'm new with JTS. And I would to know what happens if I make a
> operation between two object Geometry with different SRID.
>
> Thanks in advance. Regards
> Pablo
>
> ------------------------------------------------------------
> ------------------
>
> _______________________________________________
> Jts-topo-suite-user mailing list
> Jts-topo-suite-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jts-topo-suite-user
>
>
------------------------------------------------------------------------------
_______________________________________________
Jts-topo-suite-user mailing list
Jts-topo-suite-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jts-topo-suite-user

Reply via email to