|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Holds styling information (from a StyleLayerDescriptor document).
This interface is bound to version 1.0 of the SLD specification.
For many of us in geotools this is the reason we came along for the ride - a pretty picture. For documentation on the use of this class please consult the SLD 1.0 specification.
We may experiment with our own (or SLD 1.1) ideas but will mark such experiments for you. This is only an issue of you are considering writing out these objects for interoptability with other systems.
General stratagy for supporting multiple SLD versions (and experiments):
Method Summary | |
void |
accept(StyleVisitor visitor)
Used to navigate a Style/SLD. |
void |
addListener(GTListener listener)
Listens to changes in the Style content. |
void |
addStyledLayer(StyledLayer layer)
|
java.lang.String |
getAbstract()
Getter for property abstractStr. |
java.lang.String |
getName()
Getter for property name. |
StyledLayer[] |
getStyledLayers()
|
java.lang.String |
getTitle()
Getter for property title. |
void |
removeListener(GTListener listener)
Remove a style listener |
void |
setAbstract(java.lang.String abstractStr)
Setter for property abstractStr. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setStyledLayers(StyledLayer[] layers)
|
void |
setTitle(java.lang.String title)
Setter for property title. |
Methods inherited from interface org.geotools.event.GTComponent |
changed, getNote, getParent, removed, setNote |
Method Detail |
public StyledLayer[] getStyledLayers()
public void setStyledLayers(StyledLayer[] layers)
public void addStyledLayer(StyledLayer layer)
public java.lang.String getName()
public void setName(java.lang.String name)
name
- New value of property name.public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- New value of property title.public java.lang.String getAbstract()
public void setAbstract(java.lang.String abstractStr)
abstractStr
- New value of property abstractStr.public void addListener(GTListener listener)
Changes are provided:
Since the Style data structure can be vast and complicated a trail of breadcrumbs (a delta) is provided to help find your way to the change.
listener
- public void removeListener(GTListener listener)
listener
- DOCUMENT ME!public void accept(StyleVisitor visitor)
visitor
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |