Uses of Interface
org.gvsig.fmap.geom.primitive.Arc

Packages that use Arc
Package
Description
 
  • Uses of Arc in org.gvsig.fmap.geom

    Methods in org.gvsig.fmap.geom that return Arc
    Modifier and Type
    Method
    Description
    static Arc
    GeometryUtils.createArc(Point center, double radius, double startAngle, double angleExt, int subtype)
    Creates an arc as of center, radius, start angle and extension angle.
    static Arc
    GeometryUtils.createArc(Point start, Point middle, Point end, int subtype)
    Creates an arc as of three points.
    static Arc
    GeometryUtils.createEllipse(Point firstPointAxisA, Point secondPointAxisA, double halfLengthAxisB, int subtype)
    Creates an ellipse from start and end point of A axis and half length of B axis.