protected class EllipsoidalGlobe.StateKey extends java.lang.Object implements GlobeStateKey
| Modifier and Type | Field and Description |
|---|---|
protected ElevationModel |
elevationModel |
protected Globe |
globe |
protected Tessellator |
tessellator |
protected double |
verticalExaggeration |
| Constructor and Description |
|---|
StateKey(DrawContext dc) |
StateKey(Globe globe) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Globe |
getGlobe()
Indicates the globe associated with this state key.
|
int |
hashCode() |
protected ElevationModel elevationModel
protected Globe globe
protected final Tessellator tessellator
protected double verticalExaggeration
public StateKey(DrawContext dc)
public StateKey(Globe globe)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic Globe getGlobe()
GlobeStateKeygetGlobe in interface GlobeStateKeypublic int hashCode()
hashCode in class java.lang.Object