NASA World Wind

gov.nasa.worldwind.globes
Class EllipsoidalGlobe.StateKey

java.lang.Object
  extended by gov.nasa.worldwind.globes.EllipsoidalGlobe.StateKey
Enclosing class:
EllipsoidalGlobe

protected class EllipsoidalGlobe.StateKey
extends Object


Field Summary
protected  Globe globe
           
protected  Tessellator tessellator
           
protected  double verticalExaggeration
           
 
Constructor Summary
EllipsoidalGlobe.StateKey(DrawContext dc)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

globe

protected Globe globe

tessellator

protected final Tessellator tessellator

verticalExaggeration

protected double verticalExaggeration
Constructor Detail

EllipsoidalGlobe.StateKey

public EllipsoidalGlobe.StateKey(DrawContext dc)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

NASA World Wind