|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextSymbolizer2
Contains label shield hack
Field Summary |
---|
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 |
---|
Graphic getGraphic()
void setGraphic(Graphic graphic)
graphic
- - the Graphic object which will be rendered under the label textorg.opengis.filter.expression.Expression getSnippet()
void setSnippet(org.opengis.filter.expression.Expression expression)
org.opengis.filter.expression.Expression getFeatureDescription()
void setFeatureDescription(org.opengis.filter.expression.Expression description)
OtherText getOtherText()
void setOtherText(OtherText otherText)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |