NASA World Wind

gov.nasa.worldwind.render.markers
Interface Marker

All Known Implementing Classes:
BasicMarker, SurfaceImageEditor.ControlPointMarker

public interface Marker


Method Summary
 MarkerAttributes getAttributes()
           
 Angle getHeading()
           
 Position getPosition()
           
 void render(DrawContext dc, Vec4 point, double radius)
           
 void setAttributes(MarkerAttributes attributes)
           
 void setHeading(Angle heading)
           
 void setPosition(Position position)
           
 

Method Detail

getAttributes

MarkerAttributes getAttributes()

getHeading

Angle getHeading()

getPosition

Position getPosition()

render

void render(DrawContext dc,
            Vec4 point,
            double radius)

setAttributes

void setAttributes(MarkerAttributes attributes)

setHeading

void setHeading(Angle heading)

setPosition

void setPosition(Position position)

NASA World Wind