Uses of Interface
gov.nasa.worldwind.globes.GeographicProjection
- 
Packages that use GeographicProjection 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 
- 
- 
Uses of GeographicProjection in gov.nasa.worldwind.globesFields in gov.nasa.worldwind.globes declared as GeographicProjection Modifier and Type Field Description protected GeographicProjectionFlatGlobe. projectionMethods in gov.nasa.worldwind.globes that return GeographicProjection Modifier and Type Method Description GeographicProjectionFlatGlobe. getProjection()Indicates the projection used to project the globe onto a plane.GeographicProjectionGlobe2D. getProjection()Returns the geographic projection for this globe.Methods in gov.nasa.worldwind.globes with parameters of type GeographicProjection Modifier and Type Method Description voidFlatGlobe. setProjection(GeographicProjection projection)voidGlobe2D. setProjection(GeographicProjection projection)Specifies the geographic projection for this globe.
- 
Uses of GeographicProjection in gov.nasa.worldwind.globes.projectionsClasses in gov.nasa.worldwind.globes.projections that implement GeographicProjection Modifier and Type Class Description classAbstractGeographicProjectionclassProjectionEquirectangularImplements an Equirectangular projection, also known as Equidistant Cylindrical, Plate Carree and Rectangular.classProjectionMercatorProvides a Mercator projection of an ellipsoidal globe.classProjectionModifiedSinusoidalProvides a Modified Sinusoidal spherical projection.classProjectionPolarEquidistantDefines a polar equidistant projection centered on a specified pole.classProjectionSinusoidalProvides a Sinusoidal spherical projection.classProjectionTransverseMercatorProvides a Transverse Mercator ellipsoidal projection using the WGS84 ellipsoid.classProjectionUPSProvides a Universal Polar Stereographic projection using the WGS84 ellipsoid and centered on a specified pole.classProjectionUTMImplements a TransverseMercator projection for a specified UTM zone.
- 
Uses of GeographicProjection in gov.nasa.worldwind.layersFields in gov.nasa.worldwind.layers declared as GeographicProjection Modifier and Type Field Description protected GeographicProjectionAbstractGraticuleLayer. lastProjection
 
-