Uses of Interface
org.opengis.geometry.coordinate.BSplineCurve
-
Packages that use BSplineCurve Package Description org.opengis.geometry.coordinate Set of geometric objects. -
-
Uses of BSplineCurve in org.opengis.geometry.coordinate
Subinterfaces of BSplineCurve in org.opengis.geometry.coordinate Modifier and Type Interface Description interface
Bezier
Polynomial splines that use Bezier or Bernstein polynomials for interpolation purposes.Methods in org.opengis.geometry.coordinate that return BSplineCurve Modifier and Type Method Description BSplineCurve
GeometryFactory. createBSplineCurve(int degree, PointArray points, List<Knot> knots, KnotType knotSpec)
Constructs a B-spline curve.
-