Class TLspSelectPointInput

java.lang.Object
com.luciad.view.lightspeed.controller.selection.ALspSelectInput
com.luciad.view.lightspeed.controller.selection.TLspSelectPointInput

public class TLspSelectPointInput extends ALspSelectInput
Implementation of ALspSelectInput that describes point based input. The view point stored in the base class is interpreted as the location where selection should occur. The topmost object at the view position should be selected.
Since:
2012.0
  • Constructor Details

    • TLspSelectPointInput

      public TLspSelectPointInput(Point aLastViewPoint)
      Constructor for the point select input.
      Parameters:
      aLastViewPoint - the point to be used for selection.
  • Method Details