Package | Description |
---|---|
gov.nasa.worldwind.globes |
Provides classes for representing the shape and terrain of a planet.
|
gov.nasa.worldwind.terrain |
Modifier and Type | Field and Description |
---|---|
protected Tessellator |
EllipsoidalGlobe.StateKey.tessellator |
Modifier and Type | Method and Description |
---|---|
Tessellator |
Globe.getTessellator()
Returns this globe's current tessellator.
|
Tessellator |
EllipsoidalGlobe.getTessellator() |
Modifier and Type | Method and Description |
---|---|
void |
Globe.setTessellator(Tessellator tessellator)
Specifies this globe's tessellator.
|
void |
EllipsoidalGlobe.setTessellator(Tessellator tessellator) |
Modifier and Type | Class and Description |
---|---|
class |
RectangularTessellator |