Incorrect order of Geometries upon iterate
------------------------------------------

                 Key: GEOT-3444
                 URL: http://jira.codehaus.org/browse/GEOT-3444
             Project: GeoTools
          Issue Type: Bug
          Components: data shapefile
    Affects Versions: 2.7-RC2
         Environment: Windows XP SP3, java 1.6.0_21, Eclipse Ganymede 3.4.2
            Reporter: Eros Sy
            Assignee: Andrea Aime
         Attachments: Polygon2Shape.java

I created a Polygon2Shape.java based on Csv2Shape.java then I successfully 
created the shape file but during the reading of created shape file, the order 
or Geometries upon iteration is incorrect.

expected output:
130.2 30.1
130.1 30.1
130.1 30.2
130.2 30.2
130.2 30.1
131.2 31.1
131.1 31.1
131.1 31.2
131.2 31.2
131.2 31.1
132.2 32.1
132.1 32.1
132.1 32.2
132.2 32.2
132.2 32.1
133.2 33.1
133.1 33.1
133.1 33.2
133.2 33.2
133.2 33.1

actual output:
133.2 33.1
133.1 33.1
133.1 33.2
133.2 33.2
133.2 33.1
131.2 31.1
131.1 31.1
131.1 31.2
131.2 31.2
131.2 31.1
132.2 32.1
132.1 32.1
132.1 32.2
132.2 32.2
132.2 32.1
130.2 30.1
130.1 30.1
130.1 30.2
130.2 30.2
130.2 30.1

-- 
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

        

------------------------------------------------------------------------------
Index, Search & Analyze Logs and other IT data in Real-Time with Splunk 
Collect, index and harness all the fast moving IT data generated by your 
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights. 
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to