org.deegree.graphics.sld
Interface Style

All Known Subinterfaces:
NamedStyle, UserStyle
All Known Implementing Classes:
NamedStyle_Impl, Style_Impl, UserStyle_Impl

public interface Style

----------------------------------------------------------------------

Version:
$Revision: 1.2 $ $Date: 2004/01/12 14:48:13 $
Author:
Andreas Poth

Method Summary
 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.
 

Method Detail

getName

public 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.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name attribute's value of the Style.

Parameters:
name - the name of the style