Class AbstractGISHelper

Abstract class for all GIS helpers.

Hierarchy

Implements

Constructors

Properties

enabled: boolean
namedProjections: NamedProjections[]
proj4: typeof proj4

Methods

  • E.g.

    [
    ['EPSG:4326', '+title=WGS 84 (long/lat) +proj=longlat +ellps=WGS84 +datum=WGS84 +units=degrees'],
    ['EPSG:4269', '+title=NAD83 (long/lat) +proj=longlat +a=6378137.0 +b=6356752.31414036 +ellps=GRS80 +datum=NAD83 +units=degrees'],
    ]

    Returns void

Generated using TypeDoc