NASA World Wind

gov.nasa.worldwind.render
Class LocationRenderer.Shape

java.lang.Object
  extended by gov.nasa.worldwind.render.LocationRenderer.Shape
Direct Known Subclasses:
LocationRenderer.Cylinder
Enclosing class:
LocationRenderer

protected abstract static class LocationRenderer.Shape
extends java.lang.Object


Field Summary
protected  int glListId
           
protected  boolean isInitialized
           
protected  java.lang.String name
           
protected  GLUquadric quadric
           
 
Constructor Summary
protected LocationRenderer.Shape()
           
 
Method Summary
protected abstract  void doRender(DrawContext dc, Vec4 point, double radius)
           
protected  void initialize(DrawContext dc)
           
protected  void render(DrawContext dc, Vec4 point, double radius)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

glListId

protected int glListId

isInitialized

protected boolean isInitialized

name

protected java.lang.String name

quadric

protected GLUquadric quadric
Constructor Detail

LocationRenderer.Shape

protected LocationRenderer.Shape()
Method Detail

doRender

protected abstract void doRender(DrawContext dc,
                                 Vec4 point,
                                 double radius)

initialize

protected void initialize(DrawContext dc)

render

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

NASA World Wind