public class TLspIndexedPointDescriptor
extends java.lang.Object
Constructor and Description |
---|
TLspIndexedPointDescriptor(ILcdModelReference aModelReference,
ILcdPoint aPoint,
java.lang.Integer aIndex)
Creates a new indexed point descriptor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getIndex()
Returns the index of the point
|
ILcdModelReference |
getModelReference()
Returns the model reference of the point
|
ILcdPoint |
getPoint()
Returns the location of the point
|
public TLspIndexedPointDescriptor(ILcdModelReference aModelReference, ILcdPoint aPoint, java.lang.Integer aIndex)
aModelReference
- the model reference of the pointaPoint
- the location of the pointaIndex
- the index of the pointpublic ILcdModelReference getModelReference()
public ILcdPoint getPoint()
public java.lang.Integer getIndex()