Package | Description |
---|---|
org.opengis.geometry.coordinate |
Set of geometric objects.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 1996–2019 Geotools. All rights reserved.