Interface ILcd2DDynamicSegmentationEvent

All Superinterfaces:
Cloneable, ILcdBounded, ILcdCloneable, ILcdShape, Serializable
All Known Subinterfaces:
ILcd2DEditableDynamicSegmentationEvent
All Known Implementing Classes:
ALcdXYDynamicSegmentationEvent, TLcdXYDynamicSegmentationEvent, TLcdXYFloatDynamicSegmentationEvent

public interface ILcd2DDynamicSegmentationEvent extends ILcdShape
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 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

      ILcdPoint getPointFromBegin(int aIndex)
      Deprecated.
    • getBeginPoint

      ILcdPoint getBeginPoint()
      Deprecated.
    • getPointFromEnd

      ILcdPoint getPointFromEnd(int aIndex)
      Deprecated.
    • getEndPoint

      ILcdPoint getEndPoint()
      Deprecated.
    • getSegment

      ILcdShapeList getSegment()
      Deprecated.
    • getShapeCount

      int getShapeCount()
      Deprecated.
    • getShape

      ILcdShape getShape(int aIndex)
      Deprecated.
    • getDelta

      double getDelta()
      Deprecated.
      Get "delta" from location in M-units
    • cloneAsEditable

      Deprecated.