Package com.luciad.shape.shape2D
Interface ILcd2DDynamicSegmentationEvent
- All Superinterfaces:
Cloneable,ILcdBounded,ILcdCloneable,ILcdShape,Serializable
- All Known Subinterfaces:
ILcd2DEditableDynamicSegmentationEvent
- All Known Implementing Classes:
ALcdXYDynamicSegmentationEvent,TLcdXYDynamicSegmentationEvent,TLcdXYFloatDynamicSegmentationEvent
Deprecated.
Do not use this interface.
A IDynamicSegmentationEvent is an Object whose Position is determined
by a PolylineM and an M-value on that PolylineM.
A IDynamicSegmenationEvent also has a length (by default it is 0), which can be given by an M-value, or by a real distance to the EndPoint. In that case, the dynamic segmentation event represents a segment on the PolylineM starting in Position and ending in EndPoint.
Future extensions (TBD): Position has a delta (angle + distance) w.r.t. the current value of Position (i.e., w.r.t. the point on the polylineM); also delta for the Segment: the begin point of the segment is not necessarily Position.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.doublegetDelta()Deprecated.Get "delta" from location in M-unitsDeprecated.intDeprecated.doubleDeprecated.doubleDeprecated.getPointFromBegin(int aIndex) Deprecated.getPointFromEnd(int aIndex) Deprecated.Deprecated.Deprecated.Deprecated.getShape(int aIndex) Deprecated.intDeprecated.booleanDeprecated.Methods inherited from interface com.luciad.shape.ILcdBounded
getBoundsMethods inherited from interface com.luciad.util.ILcdCloneable
cloneMethods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
-
Method Details
-
getPolylineM
ILcdShapeList getPolylineM()Deprecated. -
getHotPointCount
int getHotPointCount()Deprecated. -
getLength
double getLength()Deprecated. -
getLocation
double getLocation()Deprecated. -
hasPosition
boolean hasPosition()Deprecated. -
getPosition
ILcdPoint getPosition()Deprecated. -
getPointFromBegin
Deprecated. -
getBeginPoint
ILcdPoint getBeginPoint()Deprecated. -
getPointFromEnd
Deprecated. -
getEndPoint
ILcdPoint getEndPoint()Deprecated. -
getSegment
ILcdShapeList getSegment()Deprecated. -
getShapeCount
int getShapeCount()Deprecated. -
getShape
Deprecated. -
getDelta
double getDelta()Deprecated.Get "delta" from location in M-units -
cloneAsEditable
ILcd2DEditableDynamicSegmentationEvent cloneAsEditable()Deprecated.
-