org.opengis.sld
Interface NamedStyle

Show UML class diagram
All Superinterfaces:
LayerStyle

@XmlElement(value="NamedStyle")
public interface NamedStyle
extends LayerStyle

A named style, similar to a named layer, is referenced by a well-known name. A particular named style only has meaning when used in conjunction with a particular named layer. All available styles for each available layer are normally named in a capabilities document.

Since:
GeoAPI 2.2
Version:
Implementation specification 1.1.0

Method Summary
 Object accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 Description getDescription()
          The Description is informative.
 String getName()
          The Name element simply identifies the well-known style name.
 

Method Detail

getName

@XmlParameter(value="Name")
String getName()
The Name element simply identifies the well-known style name.


getDescription

@XmlElement(value="Description")
Description getDescription()
The Description is informative.


accept

@Extension
Object accept(SLDVisitor visitor,
                        Object extraData)
calls the visit method of a SLDVisitor

Parameters:
visitor - the sld visitor


Copyright © 1994-2010 Open Geospatial Consortium. All Rights Reserved.