@UML(identifier="GM_SplineCurve", specification=ISO_19107) public interface SplineCurve extends CurveSegment
Modifier and Type | Method and Description |
---|---|
PointArray |
getControlPoints()
An array of points that are used in the interpolation in this spline curve.
|
int |
getDegree()
The degree of the polynomial used for interpolation in a polynomial spline.
|
List<Knot> |
getKnots()
The sequence of distinct knots used to define the spline basis functions.
|
getBoundary, getCurve, getInterpolation, getNumDerivativesAtEnd, getNumDerivativesAtStart, getNumDerivativesInterior, getSamplePoints, reverse
asLineString, forConstructiveParam, forParam, getEndConstructiveParam, getEndParam, getEndPoint, getParamForPoint, getStartConstructiveParam, getStartParam, getStartPoint, getTangent, length, length
@UML(identifier="knot", obligation=MANDATORY, specification=ISO_19107) List<Knot> getKnots()
@UML(identifier="degree", obligation=MANDATORY, specification=ISO_19107) int getDegree()
@UML(identifier="controlPoints", obligation=MANDATORY, specification=ISO_19107) PointArray getControlPoints()
Copyright © 1996–2019 Geotools. All rights reserved.