Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReferenceSystemInterface

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

Hierarchy

  • ReferenceSystemInterface

Index

Properties

Optional description

description?: string

Description of the coordinate reference system

geodetic

geodetic: boolean

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

name

name: string

Name of the coordinate reference system

Optional proj4def

proj4def?: string

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

Generated using TypeDoc