Class: ol.Projection

ol.Projection

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 94

Methods

getAxisOrientation

Source:
  • projection.js, line 108
Returns:
Axis orientation.
Type
string

getCode

Source:
  • projection.js, line 76
Returns:
Code.
Type
string

getExtent

Source:
  • projection.js, line 84
Returns:
Extent.
Type
ol.Extent

getUnits

Source:
  • projection.js, line 100
Returns:
Units.
Type
ol.ProjectionUnits