|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArcString
CurveSegment
that uses three-point circular arc interpolation.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.deegree.geometry.primitive.segments.CurveSegment |
---|
CurveSegment.CurveSegmentType |
Method Summary | |
---|---|
Points |
getControlPoints()
Returns the control points of the interpolation. |
int |
getNumArcs()
Returns the number of arcs of the string. |
Methods inherited from interface org.deegree.geometry.primitive.segments.CurveSegment |
---|
getCoordinateDimension, getEndPoint, getSegmentType, getStartPoint |
Method Detail |
---|
int getNumArcs()
n
of arcs (n >= 1)Points getControlPoints()
The number of points is always 2 * k + 1
points (k >= 1).
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |