Issue Type: Bug Bug
Affects Versions: 9.1, 8.7
Assignee: Simone Giannecchini
Components: coverage
Created: 10/May/13 2:33 AM
Description:

The current crop processor transforms the intersectionEnvelope into a geometry by using the JTS.shapeToGeometry method.
Then it check the intersection between that envelope and the specified crop ROI geometry.
There are some cases where this intersection check returns false although the geometries are actually intersecting each other.

Changing that JTS.shapeToGeometry(...) usage to JTS.toGeometry(...) fixes the issue.

Fix Versions: 8.8, 9.2, 10-beta
Project: GeoTools
Priority: Minor Minor
Reporter: Daniele Romagnoli
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to