Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TopFeaturesQueryProperties

Hierarchy

  • TopFeaturesQueryProperties

Index

Properties

Optional cacheHint

cacheHint: boolean

Indicates if the service should cache the query results.

Read more...

Optional distance

distance: number

Specifies a search distance from a given geometry in a spatial query.

Read more...

Optional geometry

The geometry to apply to the spatial filter.

Read more...

Optional geometryPrecision

geometryPrecision: number

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

Read more...

Optional maxAllowableOffset

maxAllowableOffset: number

The maximum distance in units of outSpatialReference 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 to be used to query for features in a layer.

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 returnGeometry

returnGeometry: boolean

If true, each feature in the returned 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 spatialRelationship

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

For spatial queries, this parameter defines the spatial relationship to query features in the layer or layer view against the input geometry.

Read more...

Optional start

start: number

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

Read more...

Optional timeExtent

A time extent for a temporal query against time-aware layers.

Read more...

Optional topFilter

The topFilter parameter is used to set the groupByFields, orderByFields, and topCount criteria used in generating the result.

Read more...

Optional units

units: "meters" | "kilometers" | "feet" | "miles" | "nautical-miles" | "us-nautical-miles"

The unit for calculating the buffer distance when distance is specified in spatial queries.

Read more...

Optional where

where: string

A where clause for the query.

Read more...

Generated using TypeDoc