FeatureQueryResult

The result of a query, select, or populate features operation made on a feature table or layer. Operations that query, select and populate features, such as FeatureTable.queryFeatures, FeatureLayer.selectFeatures, AnnotationLayer.getSelectedFeatures, or ServiceFeatureTable.populateFromService, return their resulting features in a collection of FeatureQueryResult objects.

Each FeatureQueryResult provides a GeometryType, SpatialReference, and a collection of Field objects for each resulting feature.

Since

200.1.0

Properties

Link copied to clipboard

True if the query resulted in a larger number of features than what the transfer limit supports, false otherwise.

Inherited properties

Link copied to clipboard
open override val fields: List<Field>

The fields of the feature set.

Link copied to clipboard
open override val geometryType: GeometryType

The geometry type stored in this feature set.

Link copied to clipboard

The spatial reference of the feature set.

Inherited functions

Link copied to clipboard
open operator override fun iterator(): Iterator<Feature>