FeatureQueryResult

An object that represents the results of a feature query.

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.

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 fun forEach(p0: Consumer<in Feature>)
Link copied to clipboard
open operator override fun iterator(): Iterator<Feature>
Link copied to clipboard