Class: MollweideProjection

Projection. MollweideProjection

The Mollweide coordinate system is a coordinate reference system. It is composed of :
  • a reference frame : the reference geoid, which is set as parameter of the options object,
  • a projection : the Mollweide projection.
The Mollweide projection is an equal-area, pseudocylindrical map projection generally used for global maps of the world or night sky.

new MollweideProjection( [options])

Parameters:
Name Type Argument Description
options AbstractProjection.configuration <optional>
No options.
See:

Extends

Methods


getProjectionCenter()

Inherited From:
Implements:

getGeoBound()

Inherited From:
Implements:

<abstract> unProject()

Inherited From:
Implements:

<abstract> project()

Inherited From:
Implements: