Package | Description |
---|---|
org.geotools.geometry |
org.geotools.geometry.Geometry implementation.
|
org.opengis.geometry.coordinate |
Set of geometric objects.
|
org.opengis.geometry.primitive |
Set of geometric objects that are not decomposed further into
other primitives.
|
Modifier and Type | Method and Description |
---|---|
Curve |
GeometryBuilder.createCurve(List segments) |
Curve |
GeometryBuilder.createCurve(PointArray points)
Deprecated.
|
Curve |
GeometryBuilder.createCurve(PointArray points,
boolean closed) |
Modifier and Type | Method and Description |
---|---|
Curve |
ParametricCurveSurface.horizontalCurve(double t)
Constructs a curve that traverses the surface horizontally with respect to the parameter
s.
|
Curve |
ParametricCurveSurface.verticalCurve(double s)
Constructs a curve that traverses the surface vertically with respect to the parameter
t.
|
Modifier and Type | Method and Description |
---|---|
Curve |
PrimitiveFactory.createCurve(List<CurveSegment> segments)
Takes a list of curve segments with the appropriate end-to-start
relationships and creates a curve.
|
Curve |
CurveSegment.getCurve()
Returns the curve which own this curve segment.
|
Curve |
OrientableCurve.getPrimitive()
Returns the primitive associated with this
OrientableCurve . |
Copyright © 1996–2019 Geotools. All rights reserved.