See: Description
| Interface | Description | 
|---|---|
| ElevationModel | 
 Provides the elevations to a  Globeor other object holding elevations. | 
| GeographicProjection | Defines an interface to project geographic coordinates to Cartesian coordinates. | 
| Globe | Represents a planet's shape and terrain. | 
| Globe2D | An interface for controlling aspects of a 2D  Globe. | 
| GlobeStateKey | Holds a globe's configuration state. | 
| Class | Description | 
|---|---|
| Earth | Defines a model of the Earth, using the World Geodetic System (WGS84). | 
| EarthFlat | Defines a model of the Earth projected onto a plane. | 
| EllipsoidalGlobe | Defines a globe modeled as an ellipsoid. | 
| FlatGlobe | Defines a globe represented as a projection onto a plane. | 
Provides classes for representing the shape and terrain of a planet. A Globe is
   part of a Model, and provides methods for converting between geographic and Cartesian
   coordinates. EllipsoidalGlobe captures features of globes modelled with an
   ellipsoid, and Earth is an ellipsoidal model of the Earth using the World Geodetic System (WGS84).
   FlatGlobe represents a globe projected onto a plane.