|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A user-defined allows map styling to be defined externally from a system and to be passed around in an interoperable format.
A UserStyle is at the same semantic level as a NamedStyle used in the context of a WMS. In a sense, a named style can be thought of as a reference to a hidden UserStyle that is stored inside of a map server.----------------------------------------------------------------------
Method Summary | |
void |
addFeatureTypeStyle(FeatureTypeStyle featureTypeStyle)
Adds a |
java.lang.String |
getAbstract()
the Abstract is a more exact description that may be a few paragraphs long. |
FeatureTypeStyle[] |
getFeatureTypeStyles()
A UserStyle can contain one or more FeatureTypeStyles which allow the rendering of features of specific types. |
java.lang.String |
getTitle()
The Title is a human-readable short description for the style that might be displayed in a GUI pick list. |
boolean |
isDefault()
The IsDefault element identifies whether a style is the default style of a layer, for use in SLD library mode when rendering or for storing inside of a map server. |
void |
removeFeatureTypeStyle(FeatureTypeStyle featureTypeStyle)
Removes a |
void |
setAbstract(java.lang.String abstract_)
Sets the Abstract. |
void |
setDefault(boolean default_)
sets the |
void |
setFeatureTypeStyles(FeatureTypeStyle[] featureTypeStyles)
Sets FeatureTypeStyles |
void |
setTitle(java.lang.String title)
Sets the title. |
Methods inherited from interface org.deegree.graphics.sld.Style |
getName, setName |
Method Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title of the User-Stylepublic java.lang.String getAbstract()
public void setAbstract(java.lang.String abstract_)
abstract_
- the abstract of the User-Stylepublic boolean isDefault()
public void setDefault(boolean default_)
default_
- public FeatureTypeStyle[] getFeatureTypeStyles()
public void setFeatureTypeStyles(FeatureTypeStyle[] featureTypeStyles)
featureTypeStyles
- the FeatureTypeStyles of a User-Stylepublic void addFeatureTypeStyle(FeatureTypeStyle featureTypeStyle)
featureTypeStyle
- a FeatureTypeStyle to addpublic void removeFeatureTypeStyle(FeatureTypeStyle featureTypeStyle)
featureTypeStyle
- a FeatureTypeStyle to remove
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |