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

Packages that use CubicSpline
org.deegree.geometry   
org.deegree.geometry.linearization   
org.deegree.geometry.standard.curvesegments   
 

Uses of CubicSpline in org.deegree.geometry
 

Methods in org.deegree.geometry that return CubicSpline
 CubicSpline GeometryFactory.createCubicSpline(Points points, Point vectorAtStart, Point vectorAtEnd)
          Creates a Clothoid curve segment.
 

Uses of CubicSpline in org.deegree.geometry.linearization
 

Methods in org.deegree.geometry.linearization with parameters of type CubicSpline
 LineStringSegment CurveLinearizer.linearizeCubicSpline(CubicSpline spline, LinearizationCriterion crit)
          Returns a linearized version (i.e. a LineStringSegment) of the given CubicSpline.
 

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

Classes in org.deegree.geometry.standard.curvesegments that implement CubicSpline
 class DefaultCubicSpline
          Default implementation of CubicSpline segments.
 



Copyright © 2011. All Rights Reserved.