|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.clients.context.Style
this class encapsulates the style description as defined by the OGC Web Map Context specification
Field Summary | |
private java.lang.String |
abstract_
|
private boolean |
current
|
private ImageURL |
legendURL
|
private java.lang.String |
name
|
private SLD |
sld
|
private java.lang.String |
title
|
Constructor Summary | |
Style(SLD sld,
boolean current)
Creates a new Style object. |
|
Style(java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
ImageURL legendURL,
boolean current)
Creates a new Style object. |
Method Summary | |
java.lang.String |
exportAsXML()
Produces an XML-representation of this object. |
java.lang.String |
getAbstract()
A narrative description of the current style (extracted from Capabilities by the Context document creator). |
ImageURL |
getLegendURL()
The location of an image of a map legend describing the current style (extracted from Capabilities by the Context document creator). |
java.lang.String |
getName()
The name of the style (extracted from Capabilities by the Context document creator). |
SLD |
getSld()
Each |