Options
All
  • Public
  • Public/Protected
  • All
Menu

Module proj4

Callable

  • proj4(fromProjection: string, toProjection: string, coordinates: number[]): number[]
  • proj4(fromProjection: string, toProjection: string, coordinates: Point): Point
  • proj4(fromProjection: string, toProjection: string): Transformer
  • proj4(toProjection: string, coordinates: number[]): number[]
  • proj4(toProjection: string, coordinates: Point): Point
  • Parameters

    • fromProjection: string
    • toProjection: string
    • coordinates: number[]

    Returns number[]

  • Parameters

    • fromProjection: string
    • toProjection: string
    • coordinates: Point

    Returns Point

  • Parameters

    • fromProjection: string
    • toProjection: string

    Returns Transformer

  • Parameters

    • toProjection: string
    • coordinates: number[]

    Returns number[]

  • Parameters

    • toProjection: string
    • coordinates: Point

    Returns Point

Index

Classes

Interfaces

Functions

Functions

defs

  • defs(name: string): any
  • defs(name: string, def: string): void
  • Parameters

    • name: string

    Returns any

  • Parameters

    • name: string
    • def: string

    Returns void

parse

  • parse(sr: string): any
  • Parameters

    • sr: string

    Returns any

toPoint

  • toPoint(arr: number[]): Point
  • Parameters

    • arr: number[]

    Returns Point

transform

  • Parameters

    • from: any
    • to: any
    • pt: Point

    Returns Point

  • Parameters

    Returns Point