FeatureDataRecord

Interface

Record of feature layer data source.

Inheritance: FeatureDataRecordDataRecord

Properties

Hide inherited properties
PropertyTypeNotes
IFeature | Graphic

The feature returned from query ArcGIS REST APIs or the ArcGIS Maps SDK for JavaScript Graphic object

getFieldValue
 inherited 
(jimuFieldNamestring) => any
getFormattedData
 inherited 
(intlIntlShape) => any
boolean

Whether the feature has full precision geometry. Default is true. If a client-side query is enabled in the map widget, it may be false.

feature

Interface Property
feature: IFeature | Graphic

The feature returned from query ArcGIS REST APIs or the ArcGIS Maps SDK for JavaScript Graphic object

getFieldValue

inherited
Interface Property
getFieldValue: (jimuFieldNamestring) => any
Type declaration
    function(jimuFieldNamestring): any

    Return the value of a specific field.

    Parameters
    ParameterType
    jimuFieldName
    string
    Returns 
    any

getFormattedData

inherited
Interface Property
getFormattedData: (intlIntlShape) => any
Type declaration
    function(intlIntlShape): any

    Return formatted record.

    Parameters
    ParameterType
    intl
    IntlShape
    Returns 
    any

hasFullGeometries

Interface Property
hasFullGeometries: boolean

Whether the feature has full precision geometry. Default is true. If a client-side query is enabled in the map widget, it may be false.

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