|
|||||||||||
| 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 Stylepublic void setName(java.lang.String name)
setName in interface Stylepublic java.lang.String getTitle()
getTitle in interface Stylepublic void setTitle(java.lang.String title)
setTitle in interface Styletitle - DOCUMENT ME!public java.lang.String getAbstract()
getAbstract in interface Stylepublic void setAbstract(java.lang.String abstractStr)
setAbstract in interface StyleabstractStr - DOCUMENT ME!public boolean isDefault()
isDefault in interface Stylepublic void setDefault(boolean isDefault)
setDefault in interface StyleisDefault - DOCUMENT ME!public FeatureTypeStyle[] getFeatureTypeStyles()
getFeatureTypeStyles in interface Stylepublic void setFeatureTypeStyles(FeatureTypeStyle[] types)
setFeatureTypeStyles in interface Styletypes - DOCUMENT ME!public void addFeatureTypeStyle(FeatureTypeStyle type)
addFeatureTypeStyle in interface Styletype - DOCUMENT ME!public void accept(StyleVisitor visitor)
Style
accept in interface Stylevisitor -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||