特征表示

MIF features consist of geometry and attributes. The attribute names are defined in the DEF line and there is a value for each attribute in each MIF feature. In addition, each MIF feature contains several special attributes to hold the type of the geometric entity and its display parameters.

所有MIF功能都包含mif_type.attribute, which identifies the geometric type. All MIF features may contain either or both of theFME_COLOR.andfme_fill_color属性分别存储颜色并填充功能的颜色。

除了FME Workbench添加到所有功能的通用FME功能属性之外(参见About Feature Attributes),此格式添加本节中描述的格式特定属性。

属性名称

内容

mif_type.

这个实体的MIF几何类型。

Range:

mif_point

mif_polyline.

mif_region.

mif_text |mif_ellipse.

mif_arc.

mif_rectangle

mif_rounded_rectangle.

mif_collection.

mif_none.

默认:No default

FME_COLOR.

规范化的RGB值代表的颜色the feature, with format r,g,b.

Range:0,0,0-1,1,1.

默认:No default

fme_fill_color

表示特征的填充颜色的归一化RGB三联体,格式R,G,B。

Range:0,0,0-1,1,1.

默认:No default

Points

字体要点

自定点

多点

Polylines

地区

Text

Ellipse

长方形

圆形矩形

Collection