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