NASA World Wind

gov.nasa.worldwind.render.markers
Class BasicMarkerShape

java.lang.Object
  extended by gov.nasa.worldwind.render.markers.BasicMarkerShape

public class BasicMarkerShape
extends Object


Nested Class Summary
protected static class BasicMarkerShape.Cylinder
           
protected static class BasicMarkerShape.HeadingArrow
           
protected static class BasicMarkerShape.HeadingLine
           
protected static class BasicMarkerShape.Shape
           
 
Field Summary
static String CONE
           
static String CYLINDER
           
static String HEADING_ARROW
           
static String HEADING_LINE
           
static String ORIENTED_CONE
           
static String ORIENTED_CONE_LINE
           
static String ORIENTED_CYLINDER
           
static String ORIENTED_CYLINDER_LINE
           
static String ORIENTED_SPHERE
           
static String ORIENTED_SPHERE_LINE
           
static String SPHERE
           
 
Constructor Summary
BasicMarkerShape()
           
 
Method Summary
static MarkerShape createShapeInstance(String shapeType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONE

public static final String CONE
See Also:
Constant Field Values

CYLINDER

public static final String CYLINDER
See Also:
Constant Field Values

HEADING_ARROW

public static final String HEADING_ARROW
See Also:
Constant Field Values

HEADING_LINE

public static final String HEADING_LINE
See Also:
Constant Field Values

ORIENTED_CONE

public static final String ORIENTED_CONE
See Also:
Constant Field Values

ORIENTED_CONE_LINE

public static final String ORIENTED_CONE_LINE
See Also:
Constant Field Values

ORIENTED_CYLINDER

public static final String ORIENTED_CYLINDER
See Also:
Constant Field Values

ORIENTED_CYLINDER_LINE

public static final String ORIENTED_CYLINDER_LINE
See Also:
Constant Field Values

ORIENTED_SPHERE

public static final String ORIENTED_SPHERE
See Also:
Constant Field Values

ORIENTED_SPHERE_LINE

public static final String ORIENTED_SPHERE_LINE
See Also:
Constant Field Values

SPHERE

public static final String SPHERE
See Also:
Constant Field Values
Constructor Detail

BasicMarkerShape

public BasicMarkerShape()
Method Detail

createShapeInstance

public static MarkerShape createShapeInstance(String shapeType)

NASA World Wind