Swedish Masik 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).
A special FME feature attribute called MASIK_GEOMETRY directs the Masik writer on how to interpret the feature. The correct values for MASIK_GEOMETRY are masik_symbol, masik_text, masik_line, and masik_polygon. Any further parameters specified to each of these four types are described in the following subsections.
Symbols
masik_type: masik_symbol
The Masik writer outputs a symbol object containing the point as specified in the input file. Also, the Masik reader and writer associate the symbol type for the object with a specific attribute.
Attribute Name |
Contents |
---|---|
masik_symbol_type |
A text attribute that specifies the symbol type for the feature. Required: No Default: Empty String |
Text
masik_type: masik_text
The Masik writer outputs a text object containing the point as specified in the input file. The Masik reader and writer also associate the text string for the object with a specific attribute.
Attribute Name |
Contents |
---|---|
masik_text_string |
A text attribute that specifies a the text string for the feature. Required: No Default: Empty String |
Lines
masik_type: masik_line
The Masik writer outputs a line object containing the points as specified in the input file. The Masik reader and writer also associate the optional attribute for the object with a specific attribute called namn.
Attribute Name |
Contents |
---|---|
namn |
A text attribute that specifies value of the optional attribute for the feature. Required: No Default: Empty String |
Polygons
masik_type: masik_polygon
The Masik writer outputs a polygon object containing the points as specified in the input file. The Masik reader and writer also associate the optional attribute for the object with a specific attribute called namn.
Attribute Name |
Contents |
---|---|
namn |
A text attribute that specifies value of the optional attribute for the feature. Required: No Default: Empty String |