Class: ol.projection.EPSG3857

ol.projection.EPSG3857

new EPSG3857

Parameters:
Name Type Description
code string Code.
Source:
  • epsg3857.js, line 17

Extends

Members

<static> CODES :Array.<string>

Lists several projection codes with the same meaning as EPSG:3857.
Source:
  • epsg3857.js, line 52

<static, constant> EXTENT :ol.Extent

Source:
  • epsg3857.js, line 42

<static, constant> HALF_SIZE :number

Source:
  • epsg3857.js, line 35

<static, constant> PROJECTIONS :Array.<ol.Projection>

Projections equal to EPSG:3857.
Source:
  • epsg3857.js, line 66

<static, constant> RADIUS :number

Source:
  • epsg3857.js, line 28

Methods

getAxisOrientation

Inherited From:
Source:
  • projection.js, line 99
Returns:
Axis orientation.
Type
string

getCode

Inherited From:
Source:
  • projection.js, line 75
Returns:
Code.
Type
string

getExtent

Inherited From:
Source:
  • projection.js, line 83
Returns:
Extent.
Type
ol.Extent

getUnits

Inherited From:
Source:
  • projection.js, line 91
Returns:
Units.
Type
ol.ProjectionUnits

<static> fromEPSG4326

Transformation from EPSG:4326 to EPSG:3857.
Parameters:
Name Type Description
point ol.Coordinate Point.
Source:
  • epsg3857.js, line 79
Returns:
Point.
Type
ol.Coordinate

<static> toEPSG4326

Transformation from EPSG:3857 to EPSG:4326.
Parameters:
Name Type Description
point ol.Coordinate Point.
Source:
  • epsg3857.js, line 93
Returns:
Point.
Type
ol.Coordinate