Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataLayer

Hierarchy

Index

Properties

declaredClass

declaredClass: string

destroyed

destroyed: boolean

geometry

geometry: Geometry

The geometry to apply to the spatial filter.

Read more...

initialized

initialized: boolean

name

name: string

The name of the data layer in the map service that is being referenced.

Read more...

spatialRelationship

spatialRelationship: "intersects" | "contains" | "crosses" | "envelope-intersects" | "index-intersects" | "overlaps" | "touches" | "within" | "relation"

The spatial relationship to be applied on the input geometry while performing the query.

Read more...

type

type: "layer"

where

where: string

A where clause for the query.

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

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns DataLayer

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 DataLayer

  • Parameters

    Returns DataLayer

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