Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SpatialReference

Hierarchy

Index

Properties

declaredClass

declaredClass: string

destroyed

destroyed: boolean

imageCoordinateSystem

imageCoordinateSystem: any

An image coordinate system defines the spatial reference used to display the image in its original coordinates without distortion, map transformations or ortho-rectification.

Read more...

initialized

initialized: boolean

Readonly isGeographic

isGeographic: boolean

Indicates if the spatial reference refers to a geographic coordinate system.

Read more...

Readonly isWGS84

isWGS84: boolean

Indicates if the wkid of the spatial reference object is 4326.

Read more...

Readonly isWebMercator

isWebMercator: boolean

Indicates if the wkid of the spatial reference object is one of the following values: 102113, 102100, 3857.

Read more...

Readonly isWrappable

isWrappable: boolean

Indicates if the spatial reference of the map supports wrapping around the International Date Line.

Read more...

wkid

wkid: number

The well-known ID of a spatial reference.

Read more...

wkt

wkt: string

The well-known text that defines a spatial reference.

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 SpatialReference

clone

  • Returns a deep clone of the spatial reference object.

    Read more...

    Returns SpatialReference

destroy

  • destroy(): void
  • Returns void

equals

  • Checks if the specified spatial reference object has the same wkid or wkt as this spatial reference object.

    Read more...

    Parameters

    Returns boolean

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 SpatialReference

  • Parameters

    Returns SpatialReference

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