Class Summary |
AbstractContext |
|
AbstractFrontend |
this class encapsulates the description of the front end of a GUI setting up
on a web map context. this is a deegree specific form of description. beside
some |
AbstractModule |
describes the common access to modules embedded into the GUI described by
general extension section of a web map context document within the deegree
framework. |
DataService |
describes the service lying behind a WMS layer. |
DirectoryAccess |
Implements the description of the access to directories used by
a deegree web map context |
Format |
encapsulates the format description as described by the OGC Web Map Context
specification |
FormatList |
encapsulates a FormatList as defined by the OGC Web Map Context specification |
General |
The class encapsulates the general informations common to all types of
contexts |
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). |
GUIArea_Impl |
this interface describes the content of an area of a GUI. a GUI area contains
zero ... n modules described by the Module interface. |
IOSettings |
Implements the access to the IO settings of a Web Map Context. |
JSPCreator |
This class offers methods for creating JSP and JavaSript fragments depending
on the Map context document used as configuration for the deegree web map
client. |
JSPCreator2 |
This class offers methods for creating JSP and JavaSript fragments depending
on the Map context document used as configuration for the deegree web map
client. |
JSPFrontend |
this class encapsulates the description of the front end of a GUI setting up
on a web map context. this is a deegree specific form of description. beside
the general elements inherited from AbstractFrontend three additional elements
are offered:
commonJS: a list of javascript files containing objects and methods
to be used by more than one module of the GUI
buttons: a javascript file containing a associative array (Map) for the
used buttons
style: css-style file
|
Layer |
encapsulates about a layer described/contained by a Web Map Context |
LayerExtension |
provides additional information about a layer described in a web map context
document. |
LayerList |
|
MapParameter |
encapsulates the part of the general web map context extension parameters
that targets the map operation and feature info format options. |
Module_Impl |
this class encapsulates the basic informations of a module that is part of
an area of the GUI. |
ModuleConfiguration_Impl |
provides the connection point where to access the configuration of a module |
Server |
encapsulates the server description as defined in the OGC Web Map Context
specification 1.0.0 |
SLD |
this class encapsulates the descriptions of a SLD element as defined by the
OGC Web Map Context specification
The element must contain required and optional elements
which identify the particular element of a Styled Layer Descriptor to be used
for this style. |
Style |
this class encapsulates the style description as defined by the OGC Web
Map Context specification |
StyleList |
encapsulates a StyleList as defined by the OGC Web Map Context specification |
ViewContext |
is the root class of the Web Map Context |
ViewContextCollection |
This class encapsulates a collection of references to Web Map Context
documents as defined by the OGC Web Map Context specification |
ViewContextReference |
This class encapsulates a reference to a Web Map Context document as defined
int the OGC Web Map Context specification |
WebMapContextFactory |
Factory class for creating an instance of a web map Context (ViewContext).
|