There is no classes designed to draw the contents of features in Apache SIS yet, isn't it ? I saw some test classes, but I will have to find a way to draw a shapefile content to check if for one city having a polygon with two parts the feature depicting it has a polygon with enough information to draws the two parts. Else, it will only draw the second part, or will do something strange : retaining more lineTo calls than needed for the number of startPath calls taken into account.
Won't polygons that resolves in two distincts polygons in fact cause some troubles in some calculations, intersections, and other mathematical or geometrical operations ? (I am really lowval at mathematics, I have to learn quickly more things). Maybe the users / callers of Feature assume that one feature only depicts one polygon (and so on : one line, one point...) ? Marc. 2015-11-10 11:18 GMT+01:00 Martin Desruisseaux < [email protected]>: > Thanks for reporting and testing, and also for the feedbacks on > Polygon.startPath(). > > Le 09/11/15 21:16, Marc Le Bihan a écrit : > > Yes, now the tests are working well. > > Thanks ! > >
