GeoprocessingFeatureSet

Geoprocessing feature set is a read-only set of features that are returned from GeoprocessingFeatures.features.

Since

200.1.0

Properties

Link copied to clipboard

Indicates if retrieving output features resulted in exceeding the transfer limit.

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