org.geotools.styling
Interface TextSymbolizer2

All Superinterfaces:
org.opengis.style.Symbolizer, org.opengis.style.TextSymbolizer
All Known Implementing Classes:
TextSymbolizerImpl

public interface TextSymbolizer2
extends TextSymbolizer

Contains label shield hack


Field Summary
 
Fields inherited from interface org.geotools.styling.TextSymbolizer
ALLOW_OVERRUNS_KEY, AUTO_WRAP_KEY, CONFLICT_RESOLUTION_KEY, DEFAULT_ALLOW_OVERRUNS, DEFAULT_AUTO_WRAP, DEFAULT_CONFLICT_RESOLUTION, DEFAULT_FOLLOW_LINE, DEFAULT_FORCE_LEFT_TO_RIGHT, DEFAULT_GOODNESS_OF_FIT, DEFAULT_GROUP, DEFAULT_LABEL_ALL_GROUP, DEFAULT_LABEL_REPEAT, DEFAULT_MAX_ANGLE_DELTA, DEFAULT_MAX_DISPLACEMENT, DEFAULT_MIN_GROUP_DISTANCE, DEFAULT_REMOVE_OVERLAPS, DEFAULT_SPACE_AROUND, FOLLOW_LINE_KEY, FORCE_LEFT_TO_RIGHT_KEY, GOODNESS_OF_FIT_KEY, GROUP_KEY, LABEL_ALL_GROUP_KEY, LABEL_REPEAT_KEY, MAX_ANGLE_DELTA_KEY, MAX_DISPLACEMENT_KEY, MIN_GROUP_DISTANCE_KEY, SPACE_AROUND_KEY
 
Method Summary
 org.opengis.filter.expression.Expression getFeatureDescription()
          Description is used by text oriented renders such as KML and RSS to specify a feature's description
 Graphic getGraphic()
          The nonstandard-SLD graphic element supports putting little graphical-bits onto labels.
 OtherText getOtherText()
          Other text can be used to allow open ended extensions on text oriented output formats
 org.opengis.filter.expression.Expression getSnippet()
          Abstract is used by text oriented renderers such as KML and RSS to specify an abstract (RSS) or a snippet (KML)
 void setFeatureDescription(org.opengis.filter.expression.Expression description)
           
 void setGraphic(Graphic graphic)
          The nonstandard-SLD graphic element supports putting little graphical-bits onto labels.
 void setOtherText(OtherText otherText)
           
 void setSnippet(org.opengis.filter.expression.Expression expression)
           
 
Methods inherited from interface org.geotools.styling.TextSymbolizer
addToOptions, getFill, getFont, getFonts, getHalo, getLabel, getLabelPlacement, getOption, getOptions, getPlacement, getPriority, setFill, setFont, setFonts, setHalo, setLabel, setLabelPlacement, setPlacement, setPriority
 
Methods inherited from interface org.opengis.style.TextSymbolizer
accept
 
Methods inherited from interface org.geotools.styling.Symbolizer
accept, getDescription, getGeometry, getGeometryPropertyName, setDescription, setGeometry, setGeometryPropertyName, setName, setUnitOfMeasure
 
Methods inherited from interface org.opengis.style.Symbolizer
getName, getUnitOfMeasure
 

Method Detail

getGraphic

Graphic getGraphic()
The nonstandard-SLD graphic element supports putting little graphical-bits onto labels. Useful for things like interstate road shields or labeled logos

Returns:
- the Graphic object to be rendered under the label text

setGraphic

void setGraphic(Graphic graphic)
The nonstandard-SLD graphic element supports putting little graphical-bits onto labels. Useful for things like interstate road shields or labeled logos

Parameters:
graphic - - the Graphic object which will be rendered under the label text

getSnippet

org.opengis.filter.expression.Expression getSnippet()
Abstract is used by text oriented renderers such as KML and RSS to specify an abstract (RSS) or a snippet (KML)

Returns:

setSnippet

void setSnippet(org.opengis.filter.expression.Expression expression)

getFeatureDescription

org.opengis.filter.expression.Expression getFeatureDescription()
Description is used by text oriented renders such as KML and RSS to specify a feature's description

Returns:

setFeatureDescription

void setFeatureDescription(org.opengis.filter.expression.Expression description)

getOtherText

OtherText getOtherText()
Other text can be used to allow open ended extensions on text oriented output formats

Returns:

setOtherText

void setOtherText(OtherText otherText)


Copyright © 1996-2010 Geotools. All Rights Reserved.