VisiOmatic web client

Class

CEA

Extends

new CEA(header, optionsopt) → {CEA}

Cylindrical Equal-Area projection.

Parameters

  • header object

    JSON representation of the image header.

  • options projParam <optional>

    Projection options: see Cylindrical.

Returns

  • CEA

    Instance of a CEA projection.

Source

Methods

privatestatic

_phiRToRed(phiR) → {leaflet.Point}

Convert CEA (phi,R) coordinates to reduced coordinates.

Parameters

  • phiR leaflet.LatLng

    (phi,R) CEA coordinates in degrees.

Returns

  • leaflet.Point

    Reduced coordinates.

Source

privatestatic

_redToPhiR(red) → {leaflet.LatLng}

Convert reduced coordinates to CEA (phi,R) coordinates.

Parameters

  • red leaflet.Point

    Reduced coordinates.

Returns

  • leaflet.LatLng

    (phi,R) CEA coordinates in degrees.

Source