org.geotools.styling
Interface NamedStyle
- All Superinterfaces:
- Style
- All Known Implementing Classes:
- NamedStyleImpl
public interface NamedStyle
- extends Style
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
- Module:
modules/library/api (gt-api.jar)
Methods inherited from interface Style |
accept, addFeatureTypeStyle, featureTypeStyles, getAbstract, getDefaultSpecification, getDescription, getFeatureTypeStyles, getTitle, setAbstract, setDefault, setDefaultSpecification, setFeatureTypeStyles, setName, setTitle |
Methods inherited from interface Style |
accept, getName, isDefault |
Copyright © 1996-2009 Geotools. All Rights Reserved.