|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||