|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="CV_ValueSegment", specification=ISO_19123) public interface ValueSegment
Limits of a value segment specified by two values of the arc-length parameter of the curve underlying its parent value curve.
Method Summary | |
---|---|
Set<PointValuePair> |
getControlPoints()
Returns the set of point-value pairs that provide control values for the interpolation. |
double |
getEndParameter()
Returns the value of the arc-length parameter of the parent curve at the end of this value segment. |
double |
getStartParameter()
Returns the value of the arc-length parameter of the parent curve at the start of this value segment. |
Method Detail |
---|
@UML(identifier="startParameter", obligation=MANDATORY, specification=ISO_19123) double getStartParameter()
@UML(identifier="endParameter", obligation=MANDATORY, specification=ISO_19123) double getEndParameter()
@UML(identifier="controlPoint", obligation=MANDATORY, specification=ISO_19123) Set<PointValuePair> getControlPoints()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |