Feature Representation

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

EPS features consist of geometry but no user-defined attributes, although there are special attributes to hold the type of the geometric entity and its display parameters. The feature type of features written to EPS is ignored.

All EPS features contain aeps_typeattribute, which identifies the geometric type. Each element type also has a color associated with it. Depending on the geometric type, the feature contains additional attributes specific to the geometric type. These are described in subsequent sections.

Attribute Name

Contents

eps_type

The EPS geometric type of this entity.

Range:

eps_polyline|

eps_area|

eps_text|

eps_ellipse|

eps_arc

Default:No default

eps_cmyk_color

This is a string that represents the color intensities of the element. It is formatted as cyan (C), magenta (M), yellow (Y) and black (K), This color attribute has highest priority. If present, it will be used in preference overeps_colorandfme_colorattributes.

Range:String. (0..1, 0..1, 0..1, 0...1)

Default:String (0,0,0, 1)

eps_color

This is a string that represents the color intensities of the element. It is formatted as red, green, blue intensities which range between 0..1 Note that if this attribute is not found, thenfme_colorwill be used.

Range:String. (0..1, 0..1, 0..1)

Default:String (0,0,0)