Interface
IFeatureSet can also be imported from the following packages:
import { IFeatureSet } from "@esri/arcgis-rest-feature-service";Inheritance: IFeatureSetIHasZM
Subclasses: IQueryFeaturesResponse, IQueryAllFeaturesResponse
Properties
| Property | Type |
|---|---|
displayFieldName | string |
features | IFeature[] |
fieldAliases | {} |
fields | IField[] |
geometryType | GeometryType |
globalIdFieldName | string |
hasMinherited | boolean |
hasZinherited | boolean |
objectIdFieldName | string |
spatialReference | ISpatialReference |
features
Interface Propertyfeatures: IFeature[]fields
optional
Interface Propertyfields: IField[]geometryType
optional
Interface PropertygeometryType: GeometryTypehasM
optionalinheritedinherited
Interface PropertyhasM: booleanInherited from IHasZM.hasM
hasZ
optionalinheritedinherited
Interface PropertyhasZ: booleanInherited from IHasZM.hasZ
spatialReference
optional
Interface PropertyspatialReference: ISpatialReference