Package | Description |
---|---|
org.opengis.geometry.coordinate |
Set of geometric objects.
|
Modifier and Type | Method and Description |
---|---|
List<Knot> |
SplineCurve.getKnots()
The sequence of distinct knots used to define the spline basis functions.
|
Modifier and Type | Method and Description |
---|---|
BSplineCurve |
GeometryFactory.createBSplineCurve(int degree,
PointArray points,
List<Knot> knots,
KnotType knotSpec)
Constructs a B-spline curve.
|
Copyright © 1996–2019 Geotools. All rights reserved.