Class TLspIndexedPointDescriptor

java.lang.Object
com.luciad.view.lightspeed.editor.operation.TLspIndexedPointDescriptor

public class TLspIndexedPointDescriptor extends Object
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 Details

    • TLspIndexedPointDescriptor

      public TLspIndexedPointDescriptor(ILcdModelReference aModelReference, ILcdPoint aPoint, Integer aIndex)
      Creates a new indexed point descriptor
      Parameters:
      aModelReference - the model reference of the point
      aPoint - the location of the point
      aIndex - the index of the point
  • Method Details

    • getModelReference

      public ILcdModelReference getModelReference()
      Returns the model reference of the point
      Returns:
      the model reference of the point
    • getPoint

      public ILcdPoint getPoint()
      Returns the location of the point
      Returns:
      the location of the point
    • getIndex

      public Integer getIndex()
      Returns the index of the point
      Returns:
      the index of the point