|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.clients.context.LayerExtension
provides additional information about a layer described in a web map context document. Additional description is not requiered so an instance of org.deegree_impl.clients.context.Layer may doesn't provide an instance of this class.
Field Summary | |
private DataService |
dataService
|
private boolean |
masterLayer
|
Constructor Summary | |
LayerExtension(DataService dataService,
boolean masterLayer)
Creates a new LayerExtension object. |
Method Summary | |
java.lang.String |
exportAsXML()
Produces an XML-representation of this object. |
DataService |
getDataService()
returns a description of the service/server behind a WMS layer. |
boolean |
isMasterLayer()
returns true if a layer is one of the main layers of an application; returns false if it just provides background or additional informations. |
void |
setDataService(DataService dataService)
sets a description of the service/server behind a WMS layer. |
void |
setMasterLayer(boolean masterLayer)
set to true if a layer is one of the main layers of an application; set to false if it just provides background or additional informations. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private DataService dataService
private boolean masterLayer
Constructor Detail |
public LayerExtension(DataService dataService, boolean masterLayer)
dataService
- description of the service/server behind a WMS layermasterLayer
- true if a layer is one of the main layers of an
application; false if it just provides background or
additional informations.Method Detail |
public DataService getDataService()
public void setDataService(DataService dataService)
dataService
- public boolean isMasterLayer()
public void setMasterLayer(boolean masterLayer)
masterLayer
- public java.lang.String exportAsXML()
Marshallable
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |