Package | Description |
---|---|
org.opengis.geometry.coordinate |
Set of geometric objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Bezier
Polynomial splines that use Bezier or Bernstein polynomials for interpolation purposes.
|
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.