Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface supportBufferParameters

Hierarchy

Index

Properties

bufferSpatialReference

bufferSpatialReference: SpatialReference

The spatial reference in which the geometries are buffered.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

distances

distances: number[]

The distances the input features are buffered.

Read more...

geodesic

geodesic: boolean

If the input geometries are in a geographic coordinate system, set geodesic to true to generate a buffer polygon using a geodesic distance.

Read more...

geometries

geometries: Geometry[]

The input geometries to buffer.

Read more...

initialized

initialized: boolean

outSpatialReference

outSpatialReference: SpatialReference

The spatial reference for the returned geometries.

Read more...

unionResults

unionResults: boolean

If true, all geometries buffered at a given distance are unioned into a single (possibly multipart) polygon, and the unioned geometry is placed in the output array.

Read more...

unit

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

The units for calculating each buffer distance.

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 supportBufferParameters

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 supportBufferParameters

  • Parameters

    Returns supportBufferParameters

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