org.deegree.geometry.primitive.segments
Interface Bezier

All Superinterfaces:
BSpline, CurveSegment
All Known Implementing Classes:
DefaultBezier

public interface Bezier
extends BSpline

Special case of a BSpline curve segment with two knots.

Version:
$Revision: 31641 $, $Date: 2011-08-24 21:24:55 +0200 (Wed, 24 Aug 2011) $
Author:
Markus Schneider , last edited by: $Author: mschneider $

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.deegree.geometry.primitive.segments.CurveSegment
CurveSegment.CurveSegmentType
 
Method Summary
 Knot getKnot1()
          Returns the first knot that defines the spline's basis functions.
 Knot getKnot2()
          Returns the second knot that defines the spline's basis functions.
 
Methods inherited from interface org.deegree.geometry.primitive.segments.BSpline
getControlPoints, getKnots, getPolynomialDegree, isPolynomial
 
Methods inherited from interface org.deegree.geometry.primitive.segments.CurveSegment
getCoordinateDimension, getEndPoint, getSegmentType, getStartPoint
 

Method Detail

getKnot1

Knot getKnot1()
Returns the first knot that defines the spline's basis functions.

Returns:
first knot

getKnot2

Knot getKnot2()
Returns the second knot that defines the spline's basis functions.

Returns:
second knot


Copyright © 2011. All Rights Reserved.