Interface ReferenceSystemInterface

A coordinate reference system (e.g. WGS 84 or a Cartesian system)

Hierarchy

  • ReferenceSystemInterface

Properties

description?: string

Description of the coordinate reference system

geodetic: boolean

Whether the coordinate reference system is geodetic (has a EPSG code or a Proj.4 definition)

name: string

Name of the coordinate reference system

proj4def?: string

Proj.4 definition for a geodetic system that does not have an EPSG code

Generated using TypeDoc