NASA World Wind

gov.nasa.worldwind.examples.util
Class SurfaceImageEditor.ControlPointMarker

java.lang.Object
  extended by gov.nasa.worldwind.render.markers.BasicMarker
      extended by gov.nasa.worldwind.examples.util.SurfaceImageEditor.ControlPointMarker
All Implemented Interfaces:
Marker
Enclosing class:
SurfaceImageEditor

protected static class SurfaceImageEditor.ControlPointMarker
extends BasicMarker


Field Summary
 
Fields inherited from class gov.nasa.worldwind.render.markers.BasicMarker
attributes, heading, pitch, position, roll
 
Constructor Summary
SurfaceImageEditor.ControlPointMarker(Position position, MarkerAttributes attrs, int index)
           
 
Method Summary
 int getIndex()
           
 
Methods inherited from class gov.nasa.worldwind.render.markers.BasicMarker
getAttributes, getHeading, getPitch, getPosition, getRoll, render, render, setAttributes, setHeading, setPitch, setPosition, setRoll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurfaceImageEditor.ControlPointMarker

public SurfaceImageEditor.ControlPointMarker(Position position,
                                             MarkerAttributes attrs,
                                             int index)
Method Detail

getIndex

public int getIndex()

NASA World Wind