org.opengis.sld
Interface Layer

Show UML class diagram
All Known Subinterfaces:
NamedLayer, UserLayer

public interface Layer

Commun interface for NamedLayer and UserLayer.

Since:
GeoAPI 2.2
Version:
Implementation specification 1.1.0

Method Summary
 Description getDescription()
          The Description element is also reused throughout SE and SLD and gives an informative description of the “object” being defined.
 String getName()
          For a NamedLayer : the Name identifies the well-known name of the layer being referenced, and is required.
 

Method Detail

getName

@XmlElement(value="Name")
String getName()
For a NamedLayer : the Name identifies the well-known name of the layer being referenced, and is required. All possible well-known names are usually identified in the capabilities document for a server. For a UserLayer : The Name element simply identifies the user layer.


getDescription

@XmlElement(value="Description")
Description getDescription()
The Description element is also reused throughout SE and SLD and gives an informative description of the “object” being defined. This information can be extracted and used for such purposes as creating informal searchable metadata in catalogue systems. More metadata fields may be added to this element in the future. The Name is not considered to be part of a description since a name has a functional use that is more than just descriptive.



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