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 34
-
<static, constant> PROJECTIONS :Array.<ol.Projection>
-
Projections equal to EPSG:4326.
- Source:
- epsg4326.js, line 43
Methods
-
getAxisOrientation
-
- Inherited From:
- Source:
- projection.js, line 144
Returns:
Axis orientation.- Type
- string
-
getCode
-
- Inherited From:
- Source:
- projection.js, line 104
Returns:
Code.- Type
- string
-
getDefaultTileGrid
-
- Inherited From:
- Source:
- projection.js, line 160
Returns:
The default tile grid.- Type
- ol.tilegrid.TileGrid
-
getExtent
-
- Inherited From:
- Source:
- projection.js, line 112
Returns:
Extent.- Type
- ol.Extent
-
getMetersPerUnit
-
- Inherited From:
- Source:
- projection.js, line 136
Returns:
Meters.- Type
- number
-
getPointResolution
-
- Source:
- epsg4326.js, line 54
-
getUnits
-
- Inherited From:
- Source:
- projection.js, line 128
Returns:
Units.- Type
- ol.ProjectionUnits
-
isGlobal
-
- Inherited From:
- Source:
- projection.js, line 152
Returns:
Wether the projection is global.- Type
- boolean
-
setDefaultTileGrid
-
Parameters:
Name Type Description tileGridol.tilegrid.TileGrid The default tile grid. - Inherited From:
- Source:
- projection.js, line 168