Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RelationshipQuery

Hierarchy

Index

Properties

declaredClass

declaredClass: string

destroyed

destroyed: boolean

gdbVersion

gdbVersion: string

Specify the geodatabase version to query.

Read more...

geometryPrecision

geometryPrecision: number

Specify the number of decimal places for the geometries returned by the query operation.

Read more...

historicMoment

historicMoment: Date

The historic moment to query.

Read more...

initialized

initialized: boolean

maxAllowableOffset

maxAllowableOffset: number

The maximum allowable offset used for generalizing geometries returned by the query operation.

Read more...

num

num: number

The number of features to retrieve.

Read more...

objectIds

objectIds: number[]

An array of objectIds for the features in the layer/table being queried.

Read more...

orderByFields

orderByFields: string[]

One or more field names used to order the query results.

Read more...

outFields

outFields: string[]

Attribute fields to include in the FeatureSet.

Read more...

outSpatialReference

outSpatialReference: SpatialReference

The spatial reference for the returned geometry.

Read more...

relationshipId

relationshipId: number

The ID of the relationship to be queried.

Read more...

returnGeometry

returnGeometry: boolean

If true, each feature in the FeatureSet includes the geometry.

Read more...

returnM

returnM: boolean

If true, and returnGeometry is true, then m-values are included in the geometry.

Read more...

returnZ

returnZ: boolean

If true, and returnGeometry is true, then z-values are included in the geometry.

Read more...

start

start: number

The zero-based index indicating where to begin retrieving features.

Read more...

where

where: string

The definition expression to be applied to the related table or layer.

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 RelationshipQuery

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 RelationshipQuery

  • Parameters

    Returns RelationshipQuery

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