Text

Text features possess a text string and associated location geometry. The text string may be in any language encoding. The location may be any geometry type (such as a line or polygon), but the most common expectation is that the location is a point. The centroid of the location geometry represents the insertion point of an annotation, understood as the lower-left corner of the text. The text geometry also stores text size and rotation. Multiline text is represented by embedding carriage return characters within the text string.

Text Attributes

  • fme_geometry: Value is fme_point regardless of location geometry.
  • fme_type: Value is fme_text regardless of location geometry.
  • fme_rotation: The rotation of the text in degrees counterclockwise from horizontal. If not set, then 0 is assumed.
  • fme_text_string: The actual annotation string.
  • fme_text_size: The height of the text measured in ground units.