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 114
Returns:
Axis orientation.
Type
string

getCode

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

getDefaultTileGrid

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

getExtent

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

getPointResolution

Source:
  • epsg4326.js, line 49

getUnits

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

setDefaultTileGrid

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