public interface NamedStyle extends Style
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>
accept, addFeatureTypeStyle, featureTypeStyles, getAbstract, getDefaultSpecification, getDescription, getFeatureTypeStyles, getTitle, setAbstract, setDefault, setDefaultSpecification, setFeatureTypeStyles, setName, setTitle
Copyright © 1996–2019 Geotools. All rights reserved.