|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.graphics.sld.Style_Impl
org.deegree_impl.graphics.sld.NamedStyle_Impl
A NamedStyle uses the "name" attribute to identify a style known to the WMS
----------------------------------------------------------------------
Field Summary | |
protected java.lang.String |
name
|
Constructor Summary | |
(package private) |
NamedStyle_Impl(java.lang.String name)
Creates a new NamedStyle_Impl object. |
Method Summary | |
java.lang.String |
exportAsXML()
exports the content of the NamedStyle as XML formated String |
java.lang.String |
getName()
The given Name is equivalent to the name of a WMS named style and is used to reference the style externally when an SLD is used in library mode and identifies the named style to redefine when an SLD is inserted into a WMS. |
void |
setName(java.lang.String name)
Sets the name attribute's value of the Style. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.deegree.graphics.sld.Style |
getName, setName |
Field Detail |
protected java.lang.String name
Constructor Detail |
NamedStyle_Impl(java.lang.String name)
name
- Method Detail |
public java.lang.String exportAsXML()
exportAsXML
in interface Marshallable
public java.lang.String getName()
getName
in interface Style
public void setName(java.lang.String name)
setName
in interface Style
name
- the name of the style
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |