deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

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:$, $Date:$
Author:
Markus Schneider , last edited by: $Author:$

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

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>