Class: CoordinateSystemFactory

Crs. CoordinateSystemFactory

Factory to create a coordinate reference system

new CoordinateSystemFactory()

Methods


<static> create(options)

Factory for CRS.
Parameters:
Name Type Description
options AbstractCrs.crsFactory Options to create a coordinate reference system
Throws:
  • Will throw an error when options.geoideName is not defined
    Type
    ReferenceError
  • Will throw an error when options.geoideName is not part of CRS
    Type
    RangeError
  • Will throw an error when options.projectionName is not part of PROJECTION
    Type
    RangeError
Returns:
Object to handle CRS
Type
Crs