Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeatureSetProperties

Hierarchy

  • FeatureSetProperties

Index

Properties

Optional displayFieldName

displayFieldName: string

The name of the layer's primary display field.

Read more...

Optional exceededTransferLimit

exceededTransferLimit: boolean

Typically, a layer has a limit on the number of features (i.e., records) returned by the query operation.

Read more...

Optional features

features: GraphicProperties[]

The array of graphics returned from a task.

Read more...

Optional fields

fields: FieldProperties[]

Information about each field.

Read more...

Optional geometryType

geometryType: "polygon" | "extent" | "point" | "multipoint" | "polyline" | "mesh"

The geometry type of features in the FeatureSet.

Read more...

Optional queryGeometry

queryGeometry: GeometryProperties

The geometry used to query the features.

Read more...

Optional spatialReference

spatialReference: SpatialReferenceProperties

When a FeatureSet is used as input to Geoprocessor, the spatial reference is set to the map's spatial reference by default.

Read more...

Generated using TypeDoc