Schema (Any Format) Feature Representation
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).
Schema (From Table) features have no geometry.
The following schema information is added to features:
- Feature type name
- Attribute names
- Attribute's native data type
- Attribute's fme_data_type
- Feature type's geometry
- Feature type's coordinate system (only if the real reader provides coordinate system via schema features)
The table below further specifies these attributes and their allowed values.
Attribute Name |
Contents |
---|---|
fme_feature_type_name |
Name of the source feature type No default |
attribute{#}.name |
A list attribute that stores the all the attribute names for the feature type defined in "fme_feature_type_name" attribute. No default |
attribute{#}.native_data_type |
A list attribute that stores the type information that corresponds to the source format No default |
attribute{#}.fme_data_type |
A list attribute that stores the type information that FME uses (obtained from mapping the native types to fme types) No default |
fme_geometry{#} | A list attribute that stores all the supported geometries for the feature type defined in "fme_feature_type_name" attribute |
fme_format_short_name |
Short name for the source format No default |
fme_format_long_name |
Long descriptive name for the source format No default |
fme_coordinate_system |
Feature type's coordinate system name. Only supported for readers that provide coordinate system information on schema features. No default |