Package | Description |
---|---|
org.geotools.geometry.jts |
Modifier and Type | Method and Description |
---|---|
static CircularArc |
CurvedGeometries.getArc(CoordinateSequence cs,
int startCoordinate)
Builds a circular arc out of the specified coordinate sequence
|
CircularArc |
CircularString.getArcN(int arcIndex) |
CircularArc |
SingleCurvedGeometry.getArcN(int arcIndex)
Returns the n-th circular arc making up the geometry
|
CircularArc |
CircularRing.getArcN(int arcIndex) |
Modifier and Type | Method and Description |
---|---|
static CircularRing |
CurvedGeometries.toCircle(CircularArc arc,
GeometryFactory geometryFactory,
double tolerance)
Returns the circle containing this arc
|
Copyright © 1996–2022 Geotools. All rights reserved.