Package ch.so.agi.filegdb.geometry
Class FileGdbPart
java.lang.Object
ch.so.agi.filegdb.geometry.FileGdbPart
One part (ring or line) of a polyline or polygon geometry.
segments describes curved connections between consecutive
points; each segment replaces the straight line starting at its
FileGdbSegment.startPointIndex().
-
Constructor Summary
ConstructorsConstructorDescriptionFileGdbPart(List<FileGdbPoint> points) FileGdbPart(List<FileGdbPoint> points, List<FileGdbSegment> segments) -
Method Summary