Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RecordContainer

Implements

Index

Properties

Private _compact

_compact: boolean

Private _currentGeometry

_currentGeometry: Geometry

Private _dataProjection

_dataProjection: string

Private _geoJSON

_geoJSON: GeoJSON = new GeoJSON()

Private _labelLookup

_labelLookup: {}

Type declaration

  • [key: string]: number

Private _record

_record: any

Methods

get

  • get(column: string, apply?: Function): any
  • Parameters

    • column: string
    • Optional apply: Function

    Returns any

getCoordinatesFromGeometry

  • getCoordinatesFromGeometry(): [number, number]

getGeometry

  • getGeometry(): Geometry

getRecord

  • getRecord(): any[]
  • Returns any[]

hasGeometry

  • hasGeometry(): boolean

key

  • key(): number
  • Returns number

setInfo

  • setInfo(labelLookup: {}, compact: boolean, dataProjection?: string): void
  • Parameters

    • labelLookup: {}
      • [key: string]: number
    • compact: boolean
    • Optional dataProjection: string

    Returns void

setRecord

  • setRecord(record: any[][]): void
  • Parameters

    • record: any[][]

    Returns void

toJSON

  • toJSON(): any
  • Returns any

toJSONStringify

  • toJSONStringify(): any

Generated using TypeDoc