Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface supportAreasAndLengthsParameters

Hierarchy

Index

Properties

areaUnit

areaUnit: "square-meters" | "square-kilometers" | "square-feet" | "square-yards" | "square-miles" | "acres" | "hectares"

The area unit in which areas of polygons will be calculated.

Read more...

calculationType

calculationType: "planar" | "geodesic" | "preserve-shape"

Defines the type of calculation for the geometry.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

initialized

initialized: boolean

lengthUnit

lengthUnit: "meters" | "kilometers" | "feet" | "yards" | "miles" | "nautical-miles"

The length unit in which perimeters of polygons will be calculated.

Read more...

polygons

polygons: Polygon[]

Polygon geometries for which to compute areas and lengths.

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 supportAreasAndLengthsParameters

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

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