Uses of Interface
org.gvsig.fmap.geom.primitive.Arc
Packages that use Arc
-
Uses of Arc in org.gvsig.fmap.geom
Methods in org.gvsig.fmap.geom that return ArcModifier and TypeMethodDescriptionstatic ArcGeometryUtils.createArc(Point center, double radius, double startAngle, double angleExt, int subtype) Creates an arc as of center, radius, start angle and extension angle.static ArcCreates an arc as of three points.static ArcGeometryUtils.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.