Class TLspIndexedPointDescriptor
java.lang.Object
com.luciad.view.lightspeed.editor.operation.TLspIndexedPointDescriptor
Encapsulates an indexed point of a shape. Used for example to describe the point that should
be inserted in or removed from a pointlist.
- Since:
- 2012.0
-
Constructor Summary
ConstructorDescriptionTLspIndexedPointDescriptor
(ILcdModelReference aModelReference, ILcdPoint aPoint, Integer aIndex) Creates a new indexed point descriptor -
Method Summary
-
Constructor Details
-
TLspIndexedPointDescriptor
public TLspIndexedPointDescriptor(ILcdModelReference aModelReference, ILcdPoint aPoint, Integer aIndex) Creates a new indexed point descriptor- Parameters:
aModelReference
- the model reference of the pointaPoint
- the location of the pointaIndex
- the index of the point
-
-
Method Details
-
getModelReference
Returns the model reference of the point- Returns:
- the model reference of the point
-
getPoint
Returns the location of the point- Returns:
- the location of the point
-
getIndex
Returns the index of the point- Returns:
- the index of the point
-