|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArcStringByBulge
Circular CurveSegment
.
From the GML 3.1.1 spec: This variant of the arc computes the mid points of the arcs instead of storing the coordinates directly. The control point sequence consists of the start and end points of each arc plus the bulge.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.deegree.geometry.primitive.segments.CurveSegment |
---|
CurveSegment.CurveSegmentType |
Method Summary | |
---|---|
double[] |
getBulges()
Returns the bulge values. |
Points |
getControlPoints()
Returns the control points of the segment. |
Points |
getNormals()
Returns the normal vectors that define the arc string. |
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()
double[] getBulges()
Points getNormals()
Points getControlPoints()
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |