| 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 |
EllipsoidalGlobe.getTessellator() |
Tessellator |
Globe.getTessellator()
Returns this globe's current tessellator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EllipsoidalGlobe.setTessellator(Tessellator tessellator) |
void |
Globe.setTessellator(Tessellator tessellator)
Specifies this globe's tessellator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RectangularTessellator |