Feature Representation

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

The attribute types created by the ENTERPRISE format are listed below.

Field Type

Description

char(<width>)

Character fields store fixed-length strings. The width parameter controls the maximum characters that can be stored by the field. When a character field is written, it is right-padded with blanks, or truncated, to fit the width.

decimal(<width>,<decimals>)

Decimal fields store single and double precision floating point values. The width parameter is the total number of characters allocated to the field, including the decimal point. The decimals parameter controls the precision of the data and is the number of digits to the right of the decimal.

ENTERPRISE features consist of geometry and attribute information. All ENTERPRISE FME features contain the enterprise_type attribute that identifies the geometric type. Depending on the geometric type, the feature may contain additional attributes specific to the geometric type. These are described in subsequent sections.

Attribute Name

Contents

enterprise_type

The ENTERPRISE geometric type of this entity.

Range:

enterprise_height|

enterprise_clutter|

enterprise_array|

enterprise_vector|

enterprise_vector_point|

enterprise_vector_line|

enterprise_vector_polygon|

enterprise_buildpop|

enterprise_text

Default: No default

enterprise_data_file_name

The filename this feature came from (or should be written to) as listed in the index.txt file.

Range: <any filename>

Default: <feature Name> or data.txt

Height Rasters

Clutter Rasters

Array Rasters

Vectors

Building Height or Population Polygons

Text