Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CrsMeta

Hierarchy

  • CrsMeta

Index

Constructors

Properties

Constructors

constructor

  • new CrsMeta(org: string | null, code: number, name: string | null, description: string | null, wkt: string | null, code_string: string | null): CrsMeta
  • Parameters

    • org: string | null
    • code: number
    • name: string | null
    • description: string | null
    • wkt: string | null
    • code_string: string | null

    Returns CrsMeta

Properties

code

code: number

code_string

code_string: string | null

description

description: string | null

name

name: string | null

org

org: string | null

wkt

wkt: string | null

Generated using TypeDoc