Esri ArcGIS Portal 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. For older feature servers, this may instead be a text attribute containing a base64-encoded representation of the 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_feature_type_alias |
This attribute is set to the name of the feature type if Alias Mode is not set to None. |
arcgisonline_globalid |
Global ID for the feature, if any. |
arcgisonline_objectid |
Object ID for the feature. |
arcgisonline_subtype_code |
Code for the layer subtype, if any. |
arcgisonline_subtype_name |
Name of the layer subtype, if any. |
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. |