|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.clients.context.GeneralExtension
this class encapsulates the deegree specific extensions of the general section of a web map context document. this is a description of the GUI including the used modules (Frontend) and the parameters to control the map view (Marshallable).
Field Summary | |
private Frontend |
frontend
|
private IOSettings |
iOSettings
|
private MapParameter |
mapParameter
|
Constructor Summary | |
GeneralExtension(IOSettings iOSettings,
Frontend frontend,
MapParameter mapParameter)
Creates a new GeneralExtension object. |
Method Summary | |
java.lang.String |
exportAsXML()
Produces an XML-representation of this object. |
Frontend |
getFrontend()
returns the frontend (GUI) description encapsulating objekt |
IOSettings |
getIOSettings()
|
MapParameter |
getMapParameter()
returns the parameters describing the control options for the map |
void |
setFrontend(Frontend frontend)
sets the frontend (GUI) description encapsulating objekt |
void |
setIOSettings(IOSettings settings)
|
void |
setMapParameter(MapParameter mapParameter)
sets the parameters describing the control options for the map |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Frontend frontend
private MapParameter mapParameter
private IOSettings iOSettings
Constructor Detail |
public GeneralExtension(IOSettings iOSettings, Frontend frontend, MapParameter mapParameter)
frontend
- mapParameter
- Method Detail |
public Frontend getFrontend()
public void setFrontend(Frontend frontend)
frontend
- Frontendpublic MapParameter getMapParameter()
public void setMapParameter(MapParameter mapParameter)
mapParameter
- MapParameter encapsulating several control
paramspublic IOSettings getIOSettings()
public void setIOSettings(IOSettings settings)
settings
- The iOSettings to set.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 |