Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HeightModelInfo

Hierarchy

Index

Properties

declaredClass

declaredClass: string

destroyed

destroyed: boolean

Readonly heightModel

heightModel: "gravity-related-height" | "ellipsoidal"

The surface type or height model of the vertical coordinate system (VCS).

Read more...

Readonly heightUnit

heightUnit: "meters" | "feet" | "us-feet" | "clarke-feet" | "clarke-yards" | "clarke-links" | "sears-yards" | "sears-feet" | "sears-chains" | "benoit-1895-b-chains" | "indian-yards" | "indian-1937-yards" | "gold-coast-feet" | "sears-1922-truncated-chains" | "50-kilometers" | "150-kilometers"

The unit of the vertical coordinate system.

Read more...

initialized

initialized: boolean

Readonly vertCRS

vertCRS: string

The datum realization of the vertical coordinate system.

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns HeightModelInfo

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns HeightModelInfo

  • Parameters

    Returns HeightModelInfo

toJSON

  • toJSON(): any
  • Converts an instance of this class to its ArcGIS portal JSON representation.

    Read more...

    Returns any

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc