Skip to content

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: IFeatureSetWithGeoJsonIFeatureSet

Properties

Hide inherited properties
PropertyType
string
features
inherited
IFeature[]
fieldAliases
inherited
{}
fields
inherited
IField[]
geoJsonany
geometryType
inherited
GeometryType
string
hasM
inherited
boolean
hasZ
inherited
boolean
string
ISpatialReference

displayFieldName

optionalinheritedinherited
Interface Property
displayFieldName: string

features

inheritedinherited
Interface Property
features: IFeature[]
Inherited from IFeatureSet.features

fieldAliases

optionalinheritedinherited
Interface Property
fieldAliases: {}
Type declaration

    fields

    optionalinheritedinherited
    Interface Property
    fields: IField[]
    Inherited from IFeatureSet.fields

    geoJson

    optional
    Interface Property
    geoJson: any

    geometryType

    optionalinheritedinherited
    Interface Property
    geometryType: GeometryType

    globalIdFieldName

    optionalinheritedinherited
    Interface Property
    globalIdFieldName: string

    hasM

    optionalinheritedinherited
    Interface Property
    hasM: boolean
    Inherited from IFeatureSet.hasM

    hasZ

    optionalinheritedinherited
    Interface Property
    hasZ: boolean
    Inherited from IFeatureSet.hasZ

    objectIdFieldName

    optionalinheritedinherited
    Interface Property
    objectIdFieldName: string

    spatialReference

    optionalinheritedinherited
    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.