This is the top-level WorldWind module. It is global.
        
        
            
- Source:
 
Members
(static, constant) ABSOLUTE
    Indicates an altitude mode relative to the globe's ellipsoid.
- Source:
 
(static, constant) AFTER_REDRAW
    Indicates that a redraw callback has been called immediately after a redraw.
- Source:
 
(static, constant) BEFORE_REDRAW
    Indicates that a redraw callback has been called immediately before a redraw.
- Source:
 
(static, constant) BEGAN
    The BEGAN gesture recognizer state. Continuous gesture recognizers transition to this state from the
POSSIBLE state when the gesture is first recognized.
- Source:
 
(static) BingMapsKey :String
    Indicates the Bing Maps key to use when requesting Bing Maps resources.
    Type:
- String
 
- Default Value:
 - null
 
- Source:
 
(static, constant) CANCELLED
    The CANCELLED gesture recognizer state. Continuous gesture recognizers may transition to this state from
the BEGAN state or the CHANGED state when the touch events are cancelled.
- Source:
 
(static, constant) CHANGED
    The CHANGED gesture recognizer state. Continuous gesture recognizers transition to this state from the
BEGAN state or the CHANGED state, whenever an input event indicates a change in the gesture.
- Source:
 
(static, constant) CLAMP_TO_GROUND
    Indicates an altitude mode always on the terrain.
- Source:
 
(static) configuration :Object
    Holds configuration parameters for WorldWind. Applications may modify these parameters prior to creating
their first WorldWind objects. Configuration properties are:
    gpuCacheSize: A Number indicating the size in bytes to allocate from GPU memory for resources such as textures, GLSL programs and buffer objects. Default is 250e6 (250 MB).baseUrl: The URL of the directory containing the WorldWind Library and its resources.layerRetrievalQueueSize: The number of concurrent tile requests allowed per layer. The default is 16.coverageRetrievalQueueSize: The number of concurrent tile requests allowed per elevation coverage. The default is 16.bingLogoPlacement: An Offset to place a Bing logo attribution. The default is a 7px margin inset from the lower right corner of the screen.bingLogoAlignment: An Offset to align the Bing logo relative to its placement position. The default is the lower right corner of the logo.
Type:
- Object
 
- Source:
 
(static, constant) EARTH_RADIUS
    The radius of Earth.
- Deprecated:
 - Use WGS84_SEMI_MAJOR_AXIS instead.
 
- Source:
 
(static, constant) EAST
    Indicates the cardinal direction east.
- Source:
 
(static, constant) ENDED
    The ENDED gesture recognizer state. Continuous gesture recognizers transition to this state from either
the BEGAN state or the CHANGED state when the current input no longer represents the gesture.
- Source:
 
(static, constant) FAILED
    The FAILED gesture recognizer state. Gesture recognizers transition to this state from the POSSIBLE state
when the gesture cannot be recognized given the current input.
- Source:
 
(static, constant) FILTER_LINEAR
    Indicates a linear filter.
- Source:
 
(static, constant) FILTER_NEAREST
    Indicates a nearest neighbor filter.
- Source:
 
(static, constant) GREAT_CIRCLE
    Indicates a great circle path.
- Source:
 
(static, constant) LINEAR
    Indicates a linear, straight line path.
- Source:
 
(static) MULTI_POINT
    Indicates a multi-point shape, typically within a shapefile.
- Source:
 
(static, constant) NORTH
    Indicates the cardinal direction north.
- Source:
 
(static, constant) NULL
    Indicates a null shape, typically within a shapefile.
- Source:
 
(static, constant) OFFSET_FRACTION
    Indicates that the associated parameters are fractional values of the virtual rectangle's width or
height in the range [0, 1], where 0 indicates the rectangle's origin and 1 indicates the corner
opposite its origin.
- Source:
 
(static, constant) OFFSET_INSET_PIXELS
    Indicates that the associated parameters are in units of pixels relative to the virtual rectangle's
corner opposite its origin corner.
- Source:
 
(static, constant) OFFSET_PIXELS
    Indicates that the associated parameters are in units of pixels relative to the virtual rectangle's
origin.
- Source:
 
(static) POINT
    Indicates a point shape, typically within a shapefile.
- Source:
 
(static) POLYGON
    Indicates a polygon shape, typically within a shapefile.
- Source:
 
(static) POLYLINE
    Indicates a polyline shape, typically within a shapefile.
- Source:
 
(static, constant) POSSIBLE
    The POSSIBLE gesture recognizer state. Gesture recognizers in this state are idle when there is no input
event to evaluate, or are evaluating input events to determine whether or not to transition into another
state.
- Source:
 
(static, constant) RECOGNIZED
    The RECOGNIZED gesture recognizer state. Discrete gesture recognizers transition to this state from the
POSSIBLE state when the gesture is recognized.
- Source:
 
(static) REDRAW_EVENT_TYPE
    The event name of WorldWind redraw events.
- Source:
 
(static, constant) RELATIVE_TO_GLOBE
    Indicates that the related value is specified relative to the globe.
- Source:
 
(static, constant) RELATIVE_TO_GROUND
    Indicates an altitude mode relative to the terrain.
- Source:
 
(static, constant) RELATIVE_TO_SCREEN
    Indicates that the related value is specified relative to the plane of the screen.
- Source:
 
(static, constant) RHUMB_LINE
    Indicates a rhumb path -- a path of constant bearing.
- Source:
 
(static, constant) SOUTH
    Indicates the cardinal direction south.
- Source:
 
(static, constant) VERSION
    The WorldWind version number.
- Default Value:
 - "0.9.0"
 
- Source:
 
(static, constant) WEST
    Indicates the cardinal direction west.
- Source:
 
(static, constant) WGS84_INVERSE_FLATTENING
    WGS 84 reference value for Earth's inverse flattening: 298.257223563. Taken from
NGA.STND.0036_1.0.0_WGS84, section 3.4.2.
- Source:
 
(static, constant) WGS84_SEMI_MAJOR_AXIS
    WGS 84 reference value for Earth's semi-major axis: 6378137.0. Taken from NGA.STND.0036_1.0.0_WGS84,
section 3.4.1.
- Source: