Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SlicePlane

Hierarchy

Index

Properties

declaredClass

declaredClass: string

destroyed

destroyed: boolean

heading

heading: number

The heading angle (in degrees) of the slice plane.

Read more...

height

height: number

The height of the slice plane.

Read more...

initialized

initialized: boolean

position

position: Point

A point specifying the position of the center of the plane.

Read more...

tilt

tilt: number

The tilt angle (in degrees) of the slice plane.

Read more...

Readonly type

type: "plane"

The string value representing the type of the slice shape.

Read more...

width

width: number

The width of the slice plane.

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): SlicePlane
  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns SlicePlane

clone

  • Creates a deep clone of the slice plane object.

    Read more...

    Returns SlicePlane

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 SlicePlane

  • Parameters

    Returns SlicePlane

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