Hei,

Nils Kuhn schrieb:
> 
> By the way:
> com.vividsolutions.jts.geom.Geometry.intersects(Geometry geom) is less 
> expensive than 
> com.vividsolutions.jts.geom.Geometry.intersection(Geometry geom):

I guess the first does a point in polygon test until there is a "true".
The other one really needs to create a new geometry (after an 
intersection is found) - which should be more expensive in any case due 
to the math?

stefan

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to