Package ch.so.agi.filegdb.geometry
Class CurveStroker
java.lang.Object
ch.so.agi.filegdb.geometry.CurveStroker
Converts the curved connections of a
FileGdbPart into polylines.
Circular arcs (interior point or center based) and cubic Bezier segments are densified with a
configurable number of steps. Ellipse segments are densified along the ellipse parameter; the
minor flag selects the smaller sweep.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_STEPS
public static final int DEFAULT_STEPS- See Also:
-
-
Constructor Details
-
CurveStroker
public CurveStroker() -
CurveStroker
public CurveStroker(int steps)
-
-
Method Details
-
stroke
-