Uses of Class
org.deegree_impl.clients.context.Server

Packages that use Server
org.deegree_impl.clients.context   
 

Uses of Server in org.deegree_impl.clients.context
 

Fields in org.deegree_impl.clients.context declared as Server
private  Server Layer.server
           
private  Server DataService.server
           
 

Methods in org.deegree_impl.clients.context that return Server
private static Server WebMapContextFactory.createServer(org.w3c.dom.Element element)
          creates an instance of a class encapsulating informations about the server (service) a layer based on
 Server Layer.getServer()
          The element defining the service from which the named Layer may be requested
 Server DataService.getServer()
          returns the an instance of an object describing the service/server behind a WMS layer
 

Methods in org.deegree_impl.clients.context with parameters of type Server
 void Layer.setServer(Server server)
           
 void DataService.setServer(Server server)
          sets the an instance of an object describing the service/server behind a WMS layer
 

Constructors in org.deegree_impl.clients.context with parameters of type Server
Layer(Server server, java.lang.String name, java.lang.String title, java.lang.String abstract_, java.lang.String[] srs, BaseURL dataURL, BaseURL metadataURL, FormatList formatList, StyleList styleList, boolean queryable, boolean hidden, Marshallable extension)
          Creates a new ContextLayer object.
DataService(Server server, java.lang.String featureType, java.lang.String geometryType)
          Creates a new DataService object.