Provides a Java representation of an SLD TextSymbolizer that defines how
text symbols should be rendered.
author: Ian Turton, CCG version: $Id: TextSymbolizerImpl.java 25459 2007-05-08 05:19:25Z jgarnett $
geometryPropertyName() This property defines the geometry to be used for styling.
The property is optional and if it is absent (null) then the "default"
geometry property of the feature should be used.
Creates a deep copy clone. TODO: Need to complete the deep copy,
currently only shallow copy.
The deep copy clone. throws: AssertionError - DOCUMENT ME!
This property defines the geometry to be used for styling.
The property is optional and if it is absent (null) then the "default"
geometry property of the feature should be used. Geometry types other
than inherently point types can be used. The geometryPropertyName is
the name of a geometry property in the Feature being styled.
Typically, features only have one geometry so, in general, the need to
select one is not required. Note: this moves a little away from the SLD
spec which provides an XPath reference to a Geometry object, but does
follow it in spirit.
String The name of the attribute in the feature being styledthat should be used. If null then the default geometry shouldbe used.