Classes
Type Definitions
- 
    
Options{Object}
 - 
Properties:
Name Type Argument Default Description codestring The SRS identifier code, e.g.
EPSG:4326.unitsUnits <optional> 
Units. Required unless a proj4 projection is defined for
code.extentExtent <optional> 
The validity extent for the SRS.
axisOrientationstring <optional> 
'enu' The axis orientation as specified in Proj4.
globalboolean <optional> 
false Whether the projection is valid for the whole globe.
metersPerUnitnumber <optional> 
The meters per unit for the SRS. If not provided, the
unitsare used to get the meters per unit from theMETERS_PER_UNITlookup table.worldExtentExtent <optional> 
The world extent for the SRS.
getPointResolutionfunction <optional> 
Function to determine resolution at a point. The function is called with a
numberview resolution and aCoordinateas arguments, and returns thenumberresolution in projection units at the passed coordinate. If this isundefined, the defaultgetPointResolutionfunction will be used.