Package com.luciad.shape.shape2D
Interface ILcd2DEditableDynamicSegmentationEvent
- All Superinterfaces:
Cloneable
,ILcd2DDynamicSegmentationEvent
,ILcdBounded
,ILcdCloneable
,ILcdShape
,Serializable
- All Known Implementing Classes:
ALcdXYDynamicSegmentationEvent
,TLcdXYDynamicSegmentationEvent
,TLcdXYFloatDynamicSegmentationEvent
Deprecated.
Do not use this interface.
A
ILcd2DEditableDynamicSegmentationEvent
is a
ILcd2DDynamicSegmentationEvent
that can be edited.-
Method Summary
Modifier and TypeMethodDescriptionvoid
edit
(ILcdShapeList aPolylineM, double aLocation, double aLength, double aDelta) Deprecated.void
setDelta
(double aDelta) Deprecated.void
setDeltaKeepEnd
(double aDelta) Deprecated.void
setLength
(double aLength) Deprecated.void
setLocation
(double aLocation) Deprecated.void
setPolylineM
(ILcdShapeList aPolylineM) Deprecated.Methods inherited from interface com.luciad.shape.shape2D.ILcd2DDynamicSegmentationEvent
cloneAsEditable, getBeginPoint, getDelta, getEndPoint, getHotPointCount, getLength, getLocation, getPointFromBegin, getPointFromEnd, getPolylineM, getPosition, getSegment, getShape, getShapeCount, hasPosition
Methods inherited from interface com.luciad.shape.ILcdBounded
getBounds
Methods inherited from interface com.luciad.util.ILcdCloneable
clone
Methods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
-
Method Details
-
edit
Deprecated. -
setPolylineM
Deprecated. -
setLocation
void setLocation(double aLocation) Deprecated. -
setLength
void setLength(double aLength) Deprecated. -
setDeltaKeepEnd
void setDeltaKeepEnd(double aDelta) Deprecated. -
setDelta
void setDelta(double aDelta) Deprecated.
-