Text

idrisi_type: idrisi_text

IDRISI text features are used to specify annotation information. Each text feature has a location defined by a single point geometry, and can have its text string, style, justification, and rotation angle set independently.

The following table lists the special FME attribute names used to control the IDRISI text settings.

Attribute Name

Contents

idrisi_text_string

This is the text string that is the label for the feature.

Range: 1 - 256 characters

Default: Empty string

idrisi_text_size

This the font size of the label for the feature.

Range: > 0

Default: 1/10th of the height of the map or 10

idrisi_style

The style code of the text string. This controls the color of the text string.

Range: Any integer > 0

Default: 1

idrisi_rotation

The rotation of the text, as measured in degrees counterclockwise from the horizontal.

Range: 0.0 - 360.0

Default: 0.0

idrisi_justification_x

The justification of the text in the X direction. Values approaching 1.00 shift the text to the left of the location point, and values the closer to 0.00 shift the text to the right.

Range:

0.00 - 1.00

0.00 Left margin

0.50 Centre

1.00 Right margin

Default: 0.00

idrisi_justification_y

The justification of the text in the Y direction. Values approaching 1.00 shift the text upward relative to the location point, and values the closer to 0.00 shift the text downward.

Range:

0.00 - 1.00

0.00 Bottom

0.50 Centre

1.00 Top

Default: 0.00