|
deegree 2.3 (2010/04/09 10:10 build-4-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.portal.context.Layer
public class Layer
encapsulates about a layer described/contained by a Web Map Context
| Constructor Summary | |
|---|---|
Layer(Server server,
String name,
String title,
String abstract_,
String[] srs,
BaseURL dataURL,
BaseURL metadataURL,
FormatList formatList,
StyleList styleList,
boolean queryable,
boolean hidden,
LayerExtension extension)
Creates a new ContextLayer object. |
|
| Method Summary | |
|---|---|
String |
getAbstract()
The abstract of the selected layer (extracted from Capabilities by the Context document creator). |
BaseURL |
getDataURL()
This element contains a link to an online resource where data corresponding to the layer can be found. |
LayerExtension |
getExtension()
The Extension element is a container tag in which arbitrary vendor specific information can be included without compromising the ability of other clients to enforce schema validation. |
FormatList |
getFormatList()
The parent element containing the list of available image format for this layer. |
BaseURL |
getMetadataURL()
This element contains a link to an online resource where descriptive metadata corresponding to the layer can be found. |
String |
getName()
The name of the selected layer (extracted from Capabilities by the Context document creator). |
Server |
getServer()
The element defining the service from which the named Layer may be requested |
String[] |
getSrs()
A list of available SRS for the enclosing layer. |
StyleList |
getStyleList()
The parent element containing the list of available styles for this layer. |
String |
getTitle()
The title of the selected layer (extracted from Capabilities by the Context document creator). |
boolean |
isHidden()
|
boolean |
isQueryable()
|
void |
setAbstract(String abstract_)
|
void |
setDataURL(BaseURL dataURL)
|
void |
setExtension(LayerExtension extension)
if extension is null, a default LayerExtension object is created |
void |
setFormatList(FormatList formatList)
|
void |
setHidden(boolean hidden)
|
void |
setMetadataURL(BaseURL metadataURL)
|
void |
setName(String name)
|
void |
setQueryable(boolean queryable)
|
void |
setServer(Server server)
|
void |
setSrs(String[] srs)
|
void |
setStyleList(StyleList styleList)
|
void |
setTitle(String title)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Layer(Server server,
String name,
String title,
String abstract_,
String[] srs,
BaseURL dataURL,
BaseURL metadataURL,
FormatList formatList,
StyleList styleList,
boolean queryable,
boolean hidden,
LayerExtension extension)
throws ContextException
server - service from which the named Layer may be requestedname - name of the selected layer (title - title of the selected layer (abstract_ - abstract of the selected layer (srs - list of available SRS for the enclosing layer.dataURL - contains a link to an online resource where data corresponding to the layer can be found.metadataURL - contains a link to an online resource where descriptive metadata corresponding to the layer can be
found.formatList - parent element containing the list of available image format for this layer.styleList - parent element containing the list of available styles for this layer.queryable - hidden - extension - container tag in which arbitrary vendor specific information can be included
ContextException| Method Detail |
|---|
public Server getServer()
public String getName()
public String getTitle()
public String getAbstract()
public String[] getSrs()
public BaseURL getDataURL()
public BaseURL getMetadataURL()
public FormatList getFormatList()
public StyleList getStyleList()
public LayerExtension getExtension()
public boolean isQueryable()
public boolean isHidden()
public void setServer(Server server)
throws ContextException
server -
ContextException
public void setName(String name)
throws ContextException
name -
ContextException
public void setTitle(String title)
throws ContextException
title -
ContextExceptionpublic void setAbstract(String abstract_)
abstract_ - public void setSrs(String[] srs)
srs - public void setDataURL(BaseURL dataURL)
dataURL - public void setMetadataURL(BaseURL metadataURL)
metadataURL - public void setFormatList(FormatList formatList)
formatList - public void setStyleList(StyleList styleList)
styleList - public void setQueryable(boolean queryable)
queryable - public void setHidden(boolean hidden)
hidden - public void setExtension(LayerExtension extension)
extension -
|
deegree 2.3 (2010/04/09 10:10 build-4-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org