Esri ArcGIS Online (AGOL) Feature Service Format Attributes

In addition to the generic FME feature attributes that FME Workbench adds to all features (see About Feature Type Attributes), this format also adds format-specific attributes (Format Attributes).

Format Attribute

Description

arcgisonline_attachment{}.content_type Attachment MIME type.
arcgisonline_attachment{}.data Binary representation of attachment data.
arcgisonline_attachment{}.globalid Attachment Global ID, if any.
arcgisonline_attachment{}.id Attachment ID.
arcgisonline_attachment{}.name Attachment filename.
arcgisonline_attachment{}.size Attachment size, in bytes.
arcgisonline_globalid Global ID for the feature, if any.
arcgisonline_objectid Object ID for the feature.

Geometry Types

Geometry Type

Description

arcgisonline_multipoint An aggregate of one or more points.
arcgisonline_no_geom Features from tables have no geometry, whereas features from layers do.
arcgisonline_point A single point.
arcgisonline_polygon A single polygon, a donut polygon, or a multi-area comprised of single polygons, donuts, or both.
arcgisonline_polyline A single line, a set of lines that form a continuous path, or a set of lines that are disjoint.

arcgisonline_subtype_code

Feature subtype code, if any.

arcgisonline_subtype_name

Name of the feature subtype, if any.