Package net.opengis.gml311
Interface BezierType
-
- All Superinterfaces:
AbstractCurveSegmentType
,BSplineType
,EObject
,Notifier
- All Known Implementing Classes:
BezierTypeImpl
public interface BezierType extends BSplineType
A representation of the model object 'Bezier Type'. Bezier curves are polynomial splines that use Bezier or Bernstein polynomials for interpolation purposes. It is a special case of the B-Spline curve with two knots.- See Also:
Gml311Package.getBezierType()
-
-
Method Summary
-
Methods inherited from interface AbstractCurveSegmentType
getNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, isSetNumDerivativeInterior, isSetNumDerivativesAtEnd, isSetNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart, unsetNumDerivativeInterior, unsetNumDerivativesAtEnd, unsetNumDerivativesAtStart
-
Methods inherited from interface BSplineType
getCoordinates, getDegree, getGroup, getInterpolation, getKnot, getKnotType, getPointProperty, getPointRep, getPos, getPosList, isIsPolynomial, isSetInterpolation, isSetIsPolynomial, isSetKnotType, setCoordinates, setDegree, setInterpolation, setIsPolynomial, setKnotType, setPosList, unsetInterpolation, unsetIsPolynomial, unsetKnotType
-
-