Uses of Interface
org.opengis.geometry.coordinate.Arc

Packages that use Arc
org.opengis.geometry.coordinate Set of geometric objects. 
 

Uses of Arc in org.opengis.geometry.coordinate
 

Subinterfaces of Arc in org.opengis.geometry.coordinate
 interface Circle
          Same as an arc, but closed to form a full circle.
 

Methods in org.opengis.geometry.coordinate that return Arc
 Arc GeometryFactory.createArc(Position startPoint, Position endPoint, double bulge, double[] normal)
          Takes two positions and the offset of the midpoint of the arc from the midpoint of the chord, given by a distance and direction, and constructs the corresponding arc.
 Arc GeometryFactory.createArc(Position startPoint, Position midPoint, Position endPoint)
          Takes three positions and constructs the corresponding arc.
 

Methods in org.opengis.geometry.coordinate that return types with arguments of type Arc
 List<Arc> ArcString.asArcs()
          Constructs a sequence of arcs that is the geometric equivalent of this arc string.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.