TextRenderingType

Provides the information to graphically display a text string in harmony with the underlying map detail and consists of anchorPosition, font, height and orientation attributes. This attribute is only present in the Cartographic Text Feature Type.

anchorPosition

A number between 0 and 8 that specifies which part of the text is bound to the anchorPoint. Forms part of the feature’s complex attribute, textRendering.

  • Attribute Name: anchorPosition

  • Type: Integer

  • Multiplicity: [1]

font

A value of 0, 1, 2 or 3 that can be used as a basis for determining which font to use when displaying the text. For example, a user application could associate Verdana with 2 to display all text with a font of 2 in Verdana. Forms part of the feature’s complex attribute, textRendering.

  • Attribute Name: font

  • Type: Integer

  • Multiplicity: [1]

height

The height of CartographicText. The height is expressed as the distance on the ground covered by the text, in metres. Forms part of the feature’s complex attribute, textRendering.

  • Attribute Name: height

  • Type: Measure

  • Multiplicity: [1]

orientation

The orientation of text for cartographic placement. Given in tenths of a degree anticlockwise from due east (0–3599). Forms part of the feature’s complex attribute, textRendering.

  • Attribute Name: orientation

  • Type: Integer

  • Multiplicity: [1]

Last updated