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

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

Uses of ArcString in org.opengis.geometry.coordinate
 

Subinterfaces of ArcString in org.opengis.geometry.coordinate
 interface Arc
          Arc of the circle determined by 3 points, starting at the first, passing through the second and terminating at the third.
 interface Circle
          Same as an arc, but closed to form a full circle.
 

Methods in org.opengis.geometry.coordinate that return ArcString
 ArcString ArcStringByBulge.asArcString()
          Recast as a base arc string.
 ArcString GeometryFactory.createArcString(List<Position> points)
          Takes a sequence of positions and constructs a sequence of 3-point arcs jointing them.
 



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