Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

conversionInfo

conversionInfo: ConversionInfo

Contains information that describes how this Format should be converted.

Read more...

coordinateSegments

coordinateSegments: CoordinateSegment[]

currentPattern

currentPattern: string

A string that serves as a pattern describing how this Format should be displayed.

Read more...

declaredClass

declaredClass: string

defaultPattern

defaultPattern: string

The default pattern describing how this Format should be displayed.

Read more...

destroyed

destroyed: boolean

initialized

initialized: boolean

name

name: string

The name of the coordinate.

Read more...

spatialReference

spatialReference: SpatialReference

The SpatialReference for this format.

Read more...

viewModel

The view model of the CoordinateConversion widget that is utilizing this format.

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

  • _set<T>(propertyName: string, value: T): Format
  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns Format

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 Format

  • Parameters

    Returns Format

watch

  • Parameters

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

    Returns WatchHandle

Generated using TypeDoc