|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
Arc | An ArcString that consists of a single arc only. |
ArcByBulge | An ArcStringByBulge that consists of a single arc only. |
ArcByCenterPoint | Circular CurveSegment that consists of a single arc only. |
ArcString | CurveSegment that uses three-point circular arc interpolation. |
ArcStringByBulge | Circular CurveSegment . |
Bezier | Special case of a BSpline curve segment with two knots. |
BSpline | CurveSegment that uses either polynomial or rational interpolation. |
Circle | An Arc whose ends coincide to form a simple closed loop. |
CircleByCenterPoint | An ArcByCenterPoint with identical start and end angles to form a full circle. |
Clothoid | A clothoid, or Cornu's spiral, is a plane CurveSegment whose curvature is a fixed function of its length. |
CubicSpline | A CurveSegment that uses the control points and a set of derivative parameters to define a piecewise 3rd
degree polynomial interpolation. |
CurveSegment | A CurveSegment is a portion of a Curve which uses a single interpolation method. |
Geodesic | A GeodesicString that consists of a single arc only. |
GeodesicString | A GeodesicString is computed from two or more positions and an interpolation using geodesics defined
from the geoid (or ellipsoid) of the coordinate reference system being used. |
LineStringSegment | A CurveSegment that is defined by two or more Point s, with linear interpolation between subsequent
pairs of points. |
OffsetCurve | A CurveSegment that is defined by a base Curve and an offset vector. |
Class Summary | |
---|---|
Knot | Used to define the basis functions of a BSpline . |
Enum Summary | |
---|---|
CurveSegment.CurveSegmentType | Convenience enum type for discriminating the different curve segment variants in switch statements. |
KnotType | Defines allowed values for the knots' type. |
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |