Class CurveStroker

java.lang.Object
ch.so.agi.filegdb.geometry.CurveStroker

public final class CurveStroker extends Object
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 Details

  • Constructor Details

    • CurveStroker

      public CurveStroker()
    • CurveStroker

      public CurveStroker(int steps)
  • Method Details