ArrayStoreException in GeometryClipper
--------------------------------------
Key: GEOT-3309
URL: http://jira.codehaus.org/browse/GEOT-3309
Project: GeoTools
Issue Type: Bug
Components: core geometry
Affects Versions: 2.7-M3
Reporter: Sebastian Graca
The following program causes ArrayStoreException to be risen at
org.geotools.geometry.jts.GeometryClipper.clipCollection(GeometryClipper.java:466)
import com.vividsolutions.jts.geom.Envelope;
import com.vividsolutions.jts.geom.Geometry;
import com.vividsolutions.jts.io.WKTReader;
import org.geotools.geometry.jts.GeometryClipper;
public class ClipperError {
public static void main(String[] args) throws Exception {
Envelope env = new Envelope(-11, 790, -11, 475);
Geometry g = new WKTReader().read("MULTILINESTRING (" +
"(735.6187450215803 346.5210333573632, 758.6479325215914
351.9983771073166, 878.9425731466035 383.41398648242466, 1177.8351356465719
461.08272085734643, 1180.1599637715844 461.8495489822235, 1182.606510646583
462.45814273227006, 1186.7206043965998 463.0667364823166)," +
"(735.6187450215803 346.5210333573632, 674.9419481465593
615.5194708572235, 668.0770106465789 647.3124083571602, 467.460166896577
595.3993614823557, 456.95583877159515 584.9072052324191, 456.45679189654766
573.9038302323315, 480.8248856465798 475.908064607298, 484.318213771563
392.5307208574377, 405.018448146584 367.46883023227565, 326.8871825215756
226.36028335732408)," +
"(1186.7206043965998 463.0667364823166, 1185.576448146603
465.26984585728496, 1184.7000731466105 467.6311896073166, 1184.1645106466021
469.4569708572235, 1183.6776356465998 471.50184585736133, 1122.5504793965956
723.3987989821471)," +
"(1186.7206043965998 463.0667364823166, 1245.4985887715593
427.7317833574489, 1270.2440106465947 418.1281739822589))"
);
GeometryClipper clipper = new GeometryClipper(env);
Geometry clipped = clipper.clip(g, false);
}
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a
Billion" shares his insights and actions to help propel your
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel