Package | Description |
---|---|
gov.nasa.worldwind | |
gov.nasa.worldwind.awt | |
gov.nasa.worldwind.event | |
gov.nasa.worldwind.pick | |
gov.nasa.worldwind.render |
Modifier and Type | Field and Description |
---|---|
protected PickedObjectList |
AbstractSceneController.lastObjectsInPickRect
The list of picked objects that intersect the current pick rectangle.
|
protected PickedObjectList |
AbstractSceneController.lastPickedObjects
The list of picked objects at the current pick point.
|
Modifier and Type | Method and Description |
---|---|
protected PickedObjectList |
WorldWindowImpl.getCurrentBoxSelection() |
PickedObjectList |
WorldWindowImpl.getObjectsAtCurrentPosition() |
PickedObjectList |
WorldWindow.getObjectsAtCurrentPosition()
Returns the WorldWind objects at the current cursor position.
|
PickedObjectList |
SceneController.getObjectsInPickRectangle()
Returns the list of picked objects that intersect the current pick rectangle.
|
PickedObjectList |
AbstractSceneController.getObjectsInPickRectangle()
Returns the list of picked objects that intersect the current pick rectangle.
|
PickedObjectList |
WorldWindowImpl.getObjectsInSelectionBox() |
PickedObjectList |
WorldWindow.getObjectsInSelectionBox()
Returns the WorldWind objects intersecting the current selection box.
|
PickedObjectList |
SceneController.getPickedObjectList()
Returns the list of picked objects at the current pick point.
|
PickedObjectList |
AbstractSceneController.getPickedObjectList()
Returns the list of picked objects at the current pick point.
|
protected PickedObjectList |
AbstractSceneController.mergePickedObjectLists(PickedObjectList listA,
PickedObjectList listB) |
Modifier and Type | Method and Description |
---|---|
protected PickedObjectList |
AbstractSceneController.mergePickedObjectLists(PickedObjectList listA,
PickedObjectList listB) |
protected void |
AbstractSceneController.setPickedObjectList(PickedObjectList pol) |
Modifier and Type | Field and Description |
---|---|
protected PickedObjectList |
AWTInputHandler.hoverObjects |
protected PickedObjectList |
AWTInputHandler.objectsAtButtonPress |
Modifier and Type | Method and Description |
---|---|
protected PickedObjectList |
AWTInputHandler.getHoverObjects() |
protected PickedObjectList |
AWTInputHandler.getObjectsAtButtonPress() |
PickedObjectList |
WorldWindowGLJPanel.getObjectsAtCurrentPosition() |
PickedObjectList |
WorldWindowGLCanvas.getObjectsAtCurrentPosition() |
PickedObjectList |
WorldWindowGLJPanel.getObjectsInSelectionBox() |
PickedObjectList |
WorldWindowGLCanvas.getObjectsInSelectionBox() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AWTInputHandler.isPickListEmpty(PickedObjectList pickList) |
protected boolean |
AWTInputHandler.pickMatches(PickedObjectList pickedObjects) |
protected void |
AWTInputHandler.setHoverObjects(PickedObjectList hoverObjects) |
protected void |
AWTInputHandler.setObjectsAtButtonPress(PickedObjectList objectsAtButtonPress) |
Modifier and Type | Method and Description |
---|---|
PickedObjectList |
SelectEvent.getObjects() |
Constructor and Description |
---|
DragSelectEvent(java.lang.Object source,
java.lang.String eventAction,
java.awt.event.MouseEvent mouseEvent,
PickedObjectList pickedObjects,
java.awt.Point previousPickPoint) |
SelectEvent(java.lang.Object source,
java.lang.String eventAction,
java.awt.event.MouseEvent mouseEvent,
PickedObjectList pickedObjects) |
SelectEvent(java.lang.Object source,
java.lang.String eventAction,
java.awt.Point pickPoint,
PickedObjectList pickedObjects) |
SelectEvent(java.lang.Object source,
java.lang.String eventAction,
java.awt.Rectangle pickRectangle,
PickedObjectList pickedObjects) |
Constructor and Description |
---|
PickedObjectList(PickedObjectList list) |
Modifier and Type | Field and Description |
---|---|
protected PickedObjectList |
DrawContextImpl.objectsInPickRect
The list of objects intersecting the pick rectangle during the most recent pick traversal.
|
protected PickedObjectList |
DrawContextImpl.pickedObjects
The list of objects at the pick point during the most recent pick traversal.
|
Modifier and Type | Method and Description |
---|---|
PickedObjectList |
DrawContextImpl.getObjectsInPickRectangle() |
PickedObjectList |
DrawContext.getObjectsInPickRectangle()
Returns the list of objects intersecting the pick rectangle during the most recent pick traversal.
|
PickedObjectList |
DrawContextImpl.getPickedObjects() |
PickedObjectList |
DrawContext.getPickedObjects()
Returns the list of objects at the pick point during the most recent pick traversal.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawContextImpl.addPickedObjects(PickedObjectList pickedObjects) |
void |
DrawContext.addPickedObjects(PickedObjectList pickedObjects)
Adds a list of picked objects to the current list of objects at the pick point.
|