protected class EllipsoidalGlobe.StateKey extends 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(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 Globe getGlobe()
GlobeStateKey
getGlobe
in interface GlobeStateKey