IFeatureSet

Interface

IFeatureSet can also be imported from the following packages:

Use dark colors for code blocksCopy
1
import { IFeatureSet } from "@esri/arcgis-rest-feature-service";
Inheritance: IFeatureSetIHasZM

Properties

Hide inherited properties

displayFieldName

optional
Interface Property
displayFieldName: string

features

Interface Property
features: IFeature[]

fieldAliases

optional
Interface Property
fieldAliases: { [key: string]: string }
Type declaration
  • [key: string]: string

fields

optional
Interface Property
fields: IField[]

geometryType

optional
Interface Property
geometryType: GeometryType

globalIdFieldName

optional
Interface Property
globalIdFieldName: string

hasM

optionalinherited
Interface Property
hasM: boolean
Inherited from IHasZM.hasM

hasZ

optionalinherited
Interface Property
hasZ: boolean
Inherited from IHasZM.hasZ

objectIdFieldName

optional
Interface Property
objectIdFieldName: string

spatialReference

optional
Interface Property
spatialReference: ISpatialReference

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.