new Projection
Parameters:
| Name | Type | Argument | Description |
|---|---|---|---|
code |
string | Code. | |
units |
ol.ProjectionUnits | Units. | |
extent |
ol.Extent | Extent. | |
axisOrientation |
string= |
<optional> |
(Optional) Axis orientation. |
- Source:
- projection.js, line 43
Members
-
getPointResolution
-
- Source:
- projection.js, line 100
Methods
-
getAxisOrientation
-
- Source:
- projection.js, line 114
Returns:
Axis orientation.- Type
- string
-
getCode
-
- Source:
- projection.js, line 82
Returns:
Code.- Type
- string
-
getDefaultTileGrid
-
- Source:
- projection.js, line 122
Returns:
The default tile grid.- Type
- ol.tilegrid.TileGrid
-
getExtent
-
- Source:
- projection.js, line 90
Returns:
Extent.- Type
- ol.Extent
-
getUnits
-
- Source:
- projection.js, line 106
Returns:
Units.- Type
- ol.ProjectionUnits
-
setDefaultTileGrid
-
Parameters:
Name Type Description tileGridol.tilegrid.TileGrid The default tile grid. - Source:
- projection.js, line 130