Uses of Interface
org.deegree.geometry.primitive.segments.BSpline

Packages that use BSpline
org.deegree.geometry   
org.deegree.geometry.primitive.segments   
org.deegree.geometry.standard.curvesegments   
 

Uses of BSpline in org.deegree.geometry
 

Methods in org.deegree.geometry that return BSpline
 BSpline GeometryFactory.createBSpline(Points points, int degree, List<Knot> knots, boolean isPolynomial)
          Creates a BSpline curve segment.
 

Uses of BSpline in org.deegree.geometry.primitive.segments
 

Subinterfaces of BSpline in org.deegree.geometry.primitive.segments
 interface Bezier
          Special case of a BSpline curve segment with two knots.
 

Uses of BSpline in org.deegree.geometry.standard.curvesegments
 

Classes in org.deegree.geometry.standard.curvesegments that implement BSpline
 class DefaultBezier
          Default implementation of Bezier segments.
 class DefaultBSpline
          Default implementation of BSpline segments.
 



Copyright © 2011. All Rights Reserved.