Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface supportDensifyParameters

Hierarchy

Index

Properties

declaredClass

declaredClass: string

destroyed

destroyed: boolean

geodesic

geodesic: boolean

If true, Geographic Coordinate System spatial references are used or densify geodesic will be performed.

Read more...

geometries

geometries: Geometry[]

The array of geometries to be densified.

Read more...

initialized

initialized: boolean

lengthUnit

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

The length unit of maxSegmentLength.

Read more...

maxSegmentLength

maxSegmentLength: number

All segments longer than maxSegmentLength are replaced with sequences of lines no longer than maxSegmentLength.

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 supportDensifyParameters

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 supportDensifyParameters

  • Parameters

    Returns supportDensifyParameters

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