Class: ol.projection.EPSG4326

ol.projection.EPSG4326

new EPSG4326

Parameters:
Name Type Argument Description
code string Code.
axisOrientation string= <optional>
(Optional) Axis orientation.
Source:
  • epsg4326.js, line 16

Extends

Members

<static, constant> EXTENT :ol.Extent

Extent of the EPSG:4326 projection which is the whole world.
Source:
  • epsg4326.js, line 29

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

Projections equal to EPSG:4326.
Source:
  • epsg4326.js, line 38

Methods

getAxisOrientation

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

getCode

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

getDefaultTileGrid

Inherited From:
Source:
  • projection.js, line 141
Returns:
The default tile grid.
Type
ol.tilegrid.TileGrid

getExtent

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

getMetersPerUnit

Inherited From:
Source:
  • projection.js, line 125
Returns:
Meters.
Type
number

getPointResolution

Source:
  • epsg4326.js, line 49

getUnits

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

setDefaultTileGrid

Parameters:
Name Type Description
tileGrid ol.tilegrid.TileGrid The default tile grid.
Inherited From:
Source:
  • projection.js, line 149