Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface supportRelationshipQueryProperties

Hierarchy

  • supportRelationshipQueryProperties

Index

Properties

Optional gdbVersion

gdbVersion: string

Specify the geodatabase version to query.

Read more...

Optional geometryPrecision

geometryPrecision: number

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

Read more...

Optional historicMoment

historicMoment: DateProperties

The historic moment to query.

Read more...

Optional maxAllowableOffset

maxAllowableOffset: number

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

Read more...

Optional num

num: number

The number of features to retrieve.

Read more...

Optional objectIds

objectIds: number[]

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

Read more...

Optional orderByFields

orderByFields: string[]

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

Read more...

Optional outFields

outFields: string[]

Attribute fields to include in the FeatureSet.

Read more...

Optional outSpatialReference

outSpatialReference: SpatialReferenceProperties

The spatial reference for the returned geometry.

Read more...

Optional relationshipId

relationshipId: number

The ID of the relationship to be queried.

Read more...

Optional returnGeometry

returnGeometry: boolean

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

Read more...

Optional returnM

returnM: boolean

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

Read more...

Optional returnZ

returnZ: boolean

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

Read more...

Optional start

start: number

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

Read more...

Optional where

where: string

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

Read more...

Generated using TypeDoc