deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.portal.context.ContextException

Packages that use ContextException
org.deegree.portal.context   
org.deegree.portal.portlet.modules.map.actions.portlets   
org.deegree.portal.standard.context.control   
 

Uses of ContextException in org.deegree.portal.context
 

Methods in org.deegree.portal.context that throw ContextException
 ViewContext ViewContext.clone(User user, String sessionID)
          The function obtains a copy from the view context
static ViewContext WebMapContextFactory.createViewContext(URL url, User user, String sessionID)
          creates an instance of a ViewContext from the web map context document read from the passed URL
static ViewContext WebMapContextFactory.createViewContext(XMLFragment xml, User user, String sessionID)
           
 ViewContext DefaultMapModelAccess.pan(int direction, double factor)
          moves the boundingbox of the map to a well known direction.
 ViewContext MapModelAccess.pan(int direction, double factor)
          moves the boundingbox of the map to a well known direction.
 ViewContext DefaultMapModelAccess.recenterMap(Point point)
          centers he map described by a ViewContext to the passed point.
 ViewContext DefaultMapModelAccess.recenterMap(Point point)
          centers he map described by a ViewContext to the passed point.
 ViewContext MapModelAccess.recenterMap(Point point)
          centers he map described by a ViewContext to the passed point.
 ViewContext MapModelAccess.recenterMap(Point point)
          centers he map described by a ViewContext to the passed point.
 void MapParameter.removeInfoFormat(Format format)
          removes an info format from a map context
 void MapParameter.removePanFactor(MapOperationFactor panFactor)
          removes a pan factor from a context
 void MapParameter.removeZoomFactor(MapOperationFactor zoomFactor)
          removes a zomm factor from a map context
 void General.setBoundingBox(Envelope boundingBox)
          BoundingBox formatted as defined in the WMS 1.1.1 Specification.
 void General.setBoundingBox(Point[] boundingBox)
          BoundingBox formatted as defined in the WMS 1.1.1 Specification.
 void ViewContextReference.setContextURL(URL contextURL)
           
 void SLD.setFeatureTypeStyle(FeatureTypeStyle featureTypeStyle)
          see also org.deegree.clients.context.SLD#getFeatureTypeStyle()
 void FormatList.setFormats(Format[] formats)
           
 void ViewContext.setLayerList(LayerList layerList)
          sets the list of layers to be contained in this context
 ViewContext DefaultMapModelAccess.setMapBoundingBox(Envelope boundingBox)
          sets the bounding box a map/VieContext
 ViewContext MapModelAccess.setMapBoundingBox(Envelope boundingBox)
          sets the bounding box a map/VieContext
 void Format.setName(String name)
          sets the the name of the format
 void Style.setName(String name)
           
 void Layer.setName(String name)
           
 void Server.setOnlineResource(URL onlineResource)
          see also org.deegree.clients.context.Server#getOnlineResource()
 void SLD.setOnlineResource(URL onlineResource)
          see also org.deegree.clients.context.Server#getOnlineResource()
 void Layer.setServer(Server server)
           
 void Server.setService(String service)
          see also org.deegree.clients.context.Server#getService()
 void Style.setSld(SLD sld)
           
 void SLD.setStyledLayerDescriptor(StyledLayerDescriptor styledLayerDescriptor)
          see also org.deegree.clients.context.SLD#getStyledLayerDescriptor()
 void StyleList.setStyles(Style[] styles)
          sets alla styles known by a layer
 void Node.setTitle(String title)
           
 void General.setTitle(String title)
          An element Title that contains a human readable title of the Context.
 void ViewContextReference.setTitle(String title)
           
 void Style.setTitle(String title)
           
 void Layer.setTitle(String title)
           
 void Server.setVersion(String version)
          see also org.deegree.clients.context.Server#getFeatureVersion()
 void ViewContextCollection.setViewContextReferences(ViewContextReference[] viewContextReferences)
           
 ViewContext DefaultMapModelAccess.zoom(Point point, double factor)
          zoom in or out of the map described by a ViewContext and recenters it to the passed point.
 ViewContext DefaultMapModelAccess.zoom(Point point, double factor)
          zoom in or out of the map described by a ViewContext and recenters it to the passed point.
 ViewContext MapModelAccess.zoom(Point point, double factor)
          zoom in or out of the map described by a ViewContext and recenters it to the passed point.
 ViewContext MapModelAccess.zoom(Point point, double factor)
          zoom in or out of the map described by a ViewContext and recenters it to the passed point.
 

Constructors in org.deegree.portal.context that throw ContextException
Format(String name, boolean current)
          Creates a new Format object.
FormatList(Format[] formats)
          Creates a new FormatList object.
General(String title, String abstract_, Rectangle window, CitedResponsibleParty contactInformation, Point[] boundingBox, BaseURL descriptionURL, ImageURL logoURL, String[] keywords, GeneralExtension extension)
          Creates a new General object.
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.
Node(int id, Node parent, String title, boolean selectable, boolean collapsed)
          Creates a new ContextNode object.
Server(String title, String version, String service, URL onlineResource, OGCCapabilities capabilities)
          Creates a new Server object.
SLD(String name, String title, FeatureTypeStyle featureTypeStyle)
          Creates a new SLD object.
SLD(String name, String title, StyledLayerDescriptor styledLayerDescriptor)
          Creates a new SLD object.
SLD(String name, String title, URL onlineResource)
          Creates a new SLD object.
Style(SLD sld, boolean current)
          Creates a new Style object.
Style(String name, String title, String abstract_, ImageURL legendURL, boolean current)
          Creates a new Style object.
StyleList(Style[] styles)
          Creates a new StyleList object.
ViewContext(General general, LayerList layerList)
          Creates a new WebMapContext object.
ViewContextCollection(ViewContextReference[] viewContextReferences)
          Creates a new ViewContextCollection object.
ViewContextReference(String title, URL contextURL)
          Creates a new ViewContextReference object.
 

Uses of ContextException in org.deegree.portal.portlet.modules.map.actions.portlets
 

Methods in org.deegree.portal.portlet.modules.map.actions.portlets that throw ContextException
(package private)  void MapWindowPortletPerform.pan()
          pan the map with a set factor to one of eight possible directions
(package private)  void MapWindowPortletPerform.recenter()
          recenters the current map to the point the user has clicked to
(package private)  void MapWindowPortletPerform.zoom()
          zooms the current map by a factor and recenters it to the point the user has clicked to.
 

Uses of ContextException in org.deegree.portal.standard.context.control
 

Methods in org.deegree.portal.standard.context.control that throw ContextException
protected  ViewContext FullScreenListener.createFullScreenContext(RPCStruct struct, ViewContext vc)
          Sets the given context to FullScreen mode.
protected  ViewContext FullScreenListener.setToFullScreen(RPCWebEvent rpc)
          Applies the modules read from the context.properties file to the current context using the data from the session on the defaultContext
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org