Package org.geotools.api.style
Interface NamedStyle
- All Superinterfaces:
Style
- All Known Implementing Classes:
NamedStyleImpl
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
The details of this object are taken from the OGC Styled-Layer Descriptor Report (OGC 02-070)
version 1.0.0.:
<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>
- Author:
- James Macgill
-
Method Summary
Methods inherited from interface Style
accept, accept, featureTypeStyles, getBackground, getDefaultSpecification, getDescription, getName, isDefault, setBackground, setDefault, setDefaultSpecification, setName