Package | Description |
---|---|
gov.nasa.worldwind.globes |
Provides classes for representing the shape and terrain of a planet.
|
gov.nasa.worldwind.globes.projections | |
gov.nasa.worldwind.layers |
Modifier and Type | Field and Description |
---|---|
protected GeographicProjection |
FlatGlobe.projection |
Modifier and Type | Method and Description |
---|---|
GeographicProjection |
Globe2D.getProjection()
Returns the geographic projection for this globe.
|
GeographicProjection |
FlatGlobe.getProjection()
Indicates the projection used to project the globe onto a plane.
|
Modifier and Type | Method and Description |
---|---|
void |
Globe2D.setProjection(GeographicProjection projection)
Specifies the geographic projection for this globe.
|
void |
FlatGlobe.setProjection(GeographicProjection projection) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGeographicProjection |
class |
ProjectionEquirectangular
Implements an Equirectangular projection, also known as Equidistant Cylindrical, Plate Carree and Rectangular.
|
class |
ProjectionMercator
Provides a Mercator projection of an ellipsoidal globe.
|
class |
ProjectionModifiedSinusoidal
Provides a Modified Sinusoidal spherical projection.
|
class |
ProjectionPolarEquidistant
Defines a polar equidistant projection centered on a specified pole.
|
class |
ProjectionSinusoidal
Provides a Sinusoidal spherical projection.
|
class |
ProjectionTransverseMercator
Provides a Transverse Mercator ellipsoidal projection using the WGS84 ellipsoid.
|
class |
ProjectionUPS
Provides a Universal Polar Stereographic projection using the WGS84 ellipsoid and centered on a specified pole.
|
class |
ProjectionUTM
Implements a TransverseMercator projection for a specified UTM zone.
|
Modifier and Type | Field and Description |
---|---|
protected GeographicProjection |
AbstractGraticuleLayer.lastProjection |