|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A NamedStyle is used to refer to a style that has a name in a WMS.
A NamedStyle is a Style that has only Name, so all setters other than
setName will throw an UnsupportedOperationException
<xsd:element name="NamedStyle">
<xsd:annotation>
<xsd:documentation>
A NamedStyle is used to refer to a style that has a name in a WMS.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="sld:Name"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Method Summary | |
void |
accept(StyleVisitor visitor)
Used to navigate Style information during portrayal. |
void |
addFeatureTypeStyle(FeatureTypeStyle type)
Deprecated. Not supported |
java.lang.String |
getAbstract()
Deprecated. Not supported |
FeatureTypeStyle[] |
getFeatureTypeStyles()
Deprecated. Not supported |
java.lang.String |
getName()
Style name (machine readable, don't show to users) |
java.lang.String |
getTitle()
Deprecated. Not supported |
boolean |
isDefault()
Deprecated. Not supported |
void |
setAbstract(java.lang.String abstractStr)
Deprecated. Not supported |
void |
setDefault(boolean isDefault)
Deprecated. Not supported |
void |
setFeatureTypeStyles(FeatureTypeStyle[] types)
Deprecated. Not supported |
void |
setName(java.lang.String name)
|
void |
setTitle(java.lang.String title)
Deprecated. Not supported |
Methods inherited from interface org.geotools.event.GTComponent |
changed, getNote, getParent, removed, setNote |
Method Detail |
public java.lang.String getName()
Style
getName
in interface Style
public void setName(java.lang.String name)
setName
in interface Style
public java.lang.String getTitle()
getTitle
in interface Style
public void setTitle(java.lang.String title)
setTitle
in interface Style
title
- DOCUMENT ME!public java.lang.String getAbstract()
getAbstract
in interface Style
public void setAbstract(java.lang.String abstractStr)
setAbstract
in interface Style
abstractStr
- DOCUMENT ME!public boolean isDefault()
isDefault
in interface Style
public void setDefault(boolean isDefault)
setDefault
in interface Style
isDefault
- DOCUMENT ME!public FeatureTypeStyle[] getFeatureTypeStyles()
getFeatureTypeStyles
in interface Style
public void setFeatureTypeStyles(FeatureTypeStyle[] types)
setFeatureTypeStyles
in interface Style
types
- DOCUMENT ME!public void addFeatureTypeStyle(FeatureTypeStyle type)
addFeatureTypeStyle
in interface Style
type
- DOCUMENT ME!public void accept(StyleVisitor visitor)
Style
accept
in interface Style
visitor
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |