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

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

Packages that use ViewContext
org.deegree.portal   
org.deegree.portal.common.control   
org.deegree.portal.context   
org.deegree.portal.portlet.enterprise   
org.deegree.portal.portlet.modules.actions   
org.deegree.portal.portlet.modules.map.actions.portlets   
org.deegree.portal.standard   
org.deegree.portal.standard.context.control   
org.deegree.portal.standard.csw.control   
org.deegree.portal.standard.wms.control   
 

Uses of ViewContext in org.deegree.portal
 

Methods in org.deegree.portal with parameters of type ViewContext
static String[] PortalUtils.createBaseRequests(ViewContext vc)
          creates the GetMap basic requests required by the JSP page assigned to the MapViewPortlet.
static String[] PortalUtils.createBaseRequests(ViewContext vc, String user, String password, String sessionID)
          creates the GetMap basic requests required by the JSP page assigned to the MapViewPortlet.
static List<String> PortalUtils.getFeatureInfoLayers(ViewContext vc)
          returns a comma seperated list of layers marked as sensible for feature info requestes
static List<String[]> PortalUtils.getVisibleLayers(ViewContext vc)
          returns a comma separated list of visible layers
static boolean PortalUtils.hasNodeVisibleLayers(ViewContext vc, int nodeID)
          returns true if at least one layer within the node is visible
static boolean PortalUtils.hasServerVisibleLayers(ViewContext vc, String serverTitle)
          returns true if at least one layer of the passed server is visible
static void PortalUtils.setVisibility(ViewContext vc, int nodeID, boolean hidden)
          set visibility for a node and all child nodes/layers
 

Uses of ViewContext in org.deegree.portal.common.control
 

Methods in org.deegree.portal.common.control that return ViewContext
protected abstract  ViewContext AbstractSimplePrintListener.getViewContext(RPCWebEvent rpc)
          reads the view context to print from the users session
 

Uses of ViewContext in org.deegree.portal.context
 

Methods in org.deegree.portal.context that return ViewContext
 ViewContext DefaultMapModelAccess.addCRSToLayer(String name, URL owsAddress, String type, String crsName)
           
 ViewContext MapModelAccess.addCRSToLayer(String name, URL owsAddress, String type, String crsName)
          Adds a CRS to a layer if a ViewContext.
 ViewContext DefaultMapModelAccess.addFormatToLayer(String name, URL owsAddress, String type, String mimeType)
           
 ViewContext MapModelAccess.addFormatToLayer(String name, URL owsAddress, String type, String mimeType)
          adds a new image format to a layer of a ViewContext.
 ViewContext DefaultMapModelAccess.addLayer(int index, Layer layer)
           
 ViewContext MapModelAccess.addLayer(int index, Layer layer)
          adds a layer to the defined index position of the layer list of a ViewContext.
 ViewContext DefaultMapModelAccess.addLayer(int index, QualifiedName name, URL owsAddress, String type)
           
 ViewContext MapModelAccess.addLayer(int index, QualifiedName name, URL owsAddress, String type)
          adds a layer provided by the passed OWS to the defined index position of the layer list of a ViewContext.
 ViewContext DefaultMapModelAccess.addLayer(Layer layer)
           
 ViewContext MapModelAccess.addLayer(Layer layer)
          adds a layer to the end of the layer list of a ViewContext.
 ViewContext DefaultMapModelAccess.addLayer(QualifiedName name, URL owsAddress, String type)
           
 ViewContext MapModelAccess.addLayer(QualifiedName name, URL owsAddress, String type)
          adds a layer provided by the passed OWS to the end of the layer list of a ViewContext.
 ViewContext DefaultMapModelAccess.addLayers(Layer[] layers)
           
 ViewContext MapModelAccess.addLayers(Layer[] layers)
          adds a number of layers to the end of the layer list of a ViewContext.
 ViewContext DefaultMapModelAccess.addLayers(QualifiedName[] names, URL[] owsAddresses, String type)
           
 ViewContext MapModelAccess.addLayers(QualifiedName[] names, URL[] owsAddresses, String type)
          adds a number of layers provided by the passed OWS to the end of the layer list of a ViewContext.
 ViewContext DefaultMapModelAccess.addStyleToLayer(QualifiedName name, URL owsAddress, String type, String styleName)
           
 ViewContext MapModelAccess.addStyleToLayer(QualifiedName name, URL owsAddress, String type, String styleName)
          adds a named style to a layer to be available within a context.
 ViewContext DefaultMapModelAccess.assignSLDToLayer(QualifiedName name, URL owsAddress, String type, StyledLayerDescriptor sld)
           
 ViewContext MapModelAccess.assignSLDToLayer(QualifiedName name, URL owsAddress, String type, StyledLayerDescriptor sld)
          assignes a SLD document instead of a style to a layer.
 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.destroyGroup(String groupName)
           
 ViewContext MapModelAccess.destroyGroup(String groupName)
          destroys a group.
 ViewContext DefaultMapModelAccess.groupLayers(int first, int last, String groupName, String parentGroupName)
           
 ViewContext MapModelAccess.groupLayers(int first, int last, String groupName, String parentGroupName)
          the difference to
 ViewContext DefaultMapModelAccess.groupLayers(String[] layers, URL[] owsAddresses, String[] types, String groupName, String parentGroupName)
           
 ViewContext MapModelAccess.groupLayers(String[] layers, URL[] owsAddresses, String[] types, String groupName, String parentGroupName)
          groups a set of layers identified by their names, the address of the OWS that provides it und its type.
 ViewContext DefaultMapModelAccess.pan(double directionDegree, double factor)
           
 ViewContext MapModelAccess.pan(double directionDegree, double factor)
          moves a map view to a free definable direction with a given factor
 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.
 ViewContext DefaultMapModelAccess.removeCRSFromLayer(String name, URL owsAddress, String type, String crsName)
           
 ViewContext MapModelAccess.removeCRSFromLayer(String name, URL owsAddress, String type, String crsName)
          removes a CRS from the list of availabe CRS of a layer.
 ViewContext DefaultMapModelAccess.removeFormatFromLayer(String name, URL owsAddress, String type, String mimeType)
           
 ViewContext MapModelAccess.removeFormatFromLayer(String name, URL owsAddress, String type, String mimeType)
          removes a format from a layer in a ViewContext.
 ViewContext DefaultMapModelAccess.removeLayer(QualifiedName name, URL owsAddress, String type)
           
 ViewContext MapModelAccess.removeLayer(QualifiedName name, URL owsAddress, String type)
          removes a named layer served by the passsed OWS from a ViewContext. if a layer with this name does not exist in a context, the unchanged ViewContext will be returned
 ViewContext DefaultMapModelAccess.removeStyleFromLayer(QualifiedName name, URL owsAddress, String type, String styleName)
           
 ViewContext MapModelAccess.removeStyleFromLayer(QualifiedName name, URL owsAddress, String type, String styleName)
          removes a style from the layer defined in a ViewContext.
 ViewContext DefaultMapModelAccess.setCurrentMapFormat(String mimeType, URL owsAddress, String type)
           
 ViewContext MapModelAccess.setCurrentMapFormat(String mimeType, URL owsAddress, String type)
          sets the current image format a map shall be rendered.
 ViewContext DefaultMapModelAccess.setLayerActiveStyle(QualifiedName name, URL owsAddress, String type, String styleName)
           
 ViewContext MapModelAccess.setLayerActiveStyle(QualifiedName name, URL owsAddress, String type, String styleName)
          sets the active style (style to be used for rendering) of a layer
 ViewContext DefaultMapModelAccess.setLayers(Layer[] layers)
           
 ViewContext MapModelAccess.setLayers(Layer[] layers)
          sets the layers to a ViewContext.
 ViewContext DefaultMapModelAccess.setLayers(QualifiedName[] names, URL[] owsAddresses, String type)
           
 ViewContext MapModelAccess.setLayers(QualifiedName[] names, URL[] owsAddresses, String type)
          sets the layers provided by the passed OWS to a ViewContext.
 ViewContext DefaultMapModelAccess.setLayersVisible(String name, URL owsAddress, String type, boolean visible)
           
 ViewContext MapModelAccess.setLayersVisible(String name, URL owsAddress, String type, boolean visible)
          set a layer to be visible or invisible
 ViewContext DefaultMapModelAccess.setMapBoundingBox(Envelope boundingBox)
          sets the bounding box a map/VieContext
 ViewContext MapModelAccess.setMapBoundingBox(Envelope boundingBox)
          sets the bounding box a map/VieContext
 ViewContext DefaultMapModelAccess.setMapCRS(String crs)
           
 ViewContext MapModelAccess.setMapCRS(String crs)
          sets the CRS to be used by the map created from a ViewContext.
 ViewContext DefaultMapModelAccess.setMapSize(int width, int height)
          sets the width and height of a map described by a ViewContext
 ViewContext MapModelAccess.setMapSize(int width, int height)
          sets the width and height of a map described by a ViewContext
 ViewContext DefaultMapModelAccess.swapGroups(QualifiedName name, boolean up)
           
 ViewContext MapModelAccess.swapGroups(QualifiedName name, boolean up)
          swaps to groups in their order
 ViewContext DefaultMapModelAccess.swapLayers(QualifiedName name, URL owsAddress, String type, boolean up)
          swaps two layers in their order.
 ViewContext MapModelAccess.swapLayers(QualifiedName name, URL owsAddress, String type, boolean up)
          swaps two layers in their order.
 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.
 

Methods in org.deegree.portal.context with parameters of type ViewContext
protected static void XMLFactory.appendViewContext(Node toNode, ViewContext viewContxt)
          Appends the XML representation of a ViewContext to a Node using the namespace.
static WMCMetadataSurrogate WMCMetadataSurrogate.createFromWMC(String filename, ViewContext vc)
          Creates a new WMCMetadataSurrogate using the filename and the ViewContext vc.
static XMLFragment XMLFactory.export(ViewContext viewContext)
          Creates a new org.w3c.dom.Document describing a ViewContext.
 

Constructors in org.deegree.portal.context with parameters of type ViewContext
DefaultMapModelAccess(ViewContext vc)
           
 

Uses of ViewContext in org.deegree.portal.portlet.enterprise
 

Methods in org.deegree.portal.portlet.enterprise that return ViewContext
protected  ViewContext SimplePrintListener.getViewContext(RPCWebEvent rpc)
          reads the view context to print from the users session
 

Uses of ViewContext in org.deegree.portal.portlet.modules.actions
 

Fields in org.deegree.portal.portlet.modules.actions with type parameters of type ViewContext
protected static Map<String,ViewContext> IGeoPortalPortletPerform.vcMap
           
 

Methods in org.deegree.portal.portlet.modules.actions that return ViewContext
static ViewContext IGeoPortalPortletPerform.getCurrentViewContext(javax.servlet.http.HttpSession session, String pid)
          returns the current <@link ViewContext> read from the portlet session.
 ViewContext IGeoPortalPortletPerform.getCurrentViewContext(String pid)
          returns the current <@link ViewContext> read from the portlet session.
 ViewContext IGeoPortalPortletPerform.getNamedViewContext(javax.servlet.http.HttpSession session, String name)
          returns an instance of <@link ViewContext> read from the portlet session.
 ViewContext IGeoPortalPortletPerform.getNamedViewContext(String name)
          returns an instance of <@link ViewContext> read from the portlet session.
 

Methods in org.deegree.portal.portlet.modules.actions with parameters of type ViewContext
static void IGeoPortalPortletPerform.setCurrentMapContext(javax.servlet.http.HttpSession session, ViewContext vc, String pid)
          sets the current MapContext to the users session
 void IGeoPortalPortletPerform.setCurrentMapContext(ViewContext vc, String pid)
          sets the current MapContext to the users session
 

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

Methods in org.deegree.portal.portlet.modules.map.actions.portlets with parameters of type ViewContext
protected  String FeatureInfoPortletPerform.perform(List<Layer> layerList, ViewContext vc)
          distributes the performance of the feature info requests depending on the requested service to a specialized method
 

Uses of ViewContext in org.deegree.portal.standard
 

Fields in org.deegree.portal.standard declared as ViewContext
protected  ViewContext PortalRequestDispatcher.vc
           
 

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

Methods in org.deegree.portal.standard.context.control that return ViewContext
protected  ViewContext FullScreenListener.createFullScreenContext(RPCStruct struct, ViewContext vc)
          Sets the given context to FullScreen mode.
protected  ViewContext NormalScreenListener.createNormalScreenContext(ViewContext vc, Envelope newbBox)
          This Method adapt the normal size screen context with the new changes applied in the full screen view, ex.
protected  ViewContext NormalScreenListener.getViewContextFromSession()
          Extracts the Xml of NORMALSCREEN_MAPCONTEXT from the session and transforms it to a ViewContext
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
protected  ViewContext NormalScreenListener.setToNormalScreen(RPCWebEvent rpc)
           
 

Methods in org.deegree.portal.standard.context.control with parameters of type ViewContext
static void AbstractContextListener.changeBBox(ViewContext vc, Envelope bbox)
          changes the bounding box of a given view context
protected  void AbstractContextListener.changeLayerList(ViewContext vc, RPCMember[] rpcLayerList)
          changes the layer list of the ViewContext vc according to the information contained in the rpcLayerList
protected  ViewContext FullScreenListener.createFullScreenContext(RPCStruct struct, ViewContext vc)
          Sets the given context to FullScreen mode.
protected  ViewContext NormalScreenListener.createNormalScreenContext(ViewContext vc, Envelope newbBox)
          This Method adapt the normal size screen context with the new changes applied in the full screen view, ex.
protected  org.deegree.portal.standard.context.control.DownloadListener.RequestBean DownloadListener.getWFSGetFeatureCalls(DownloadListener.FeatureTemplate layer, ViewContext vc)
          returns the call to be used to perform a GetFeature request for the passed feature template.
static void ContextSaveListener.saveDocument(ViewContext vc, String filename)
          saves the new context as xml
protected  void FullScreenListener.setCurrentContext(ViewContext vc)
          Takes in viewContext converts it to a html of the viewcontext and display it
protected  void NormalScreenListener.setCurrentContext(ViewContext vc)
          Takes in viewContext converts it to a html of the viewcontext and display it
 

Uses of ViewContext in org.deegree.portal.standard.csw.control
 

Methods in org.deegree.portal.standard.csw.control with parameters of type ViewContext
static void DisplayMapListener.saveDocument(ViewContext vc, String filename)
          Deprecated. saves the new context as xml
 

Uses of ViewContext in org.deegree.portal.standard.wms.control
 

Methods in org.deegree.portal.standard.wms.control that return ViewContext
 ViewContext MapApplicationHandler.getDefaultWebMapContext()
           
protected  ViewContext SimplePrintListener.getViewContext(RPCWebEvent rpc)
           
 

Methods in org.deegree.portal.standard.wms.control with parameters of type ViewContext
static void SimplePrintListener.changeBBox(ViewContext vc, Envelope bbox)
          changes the bounding box of a given view context
protected  void SimplePrintListener.changeLayerList(ViewContext vc, RPCMember[] rpcLayerList)
          changes the layer list of the ViewContext vc according to the information contained in the rpcLayerList
 void MapApplicationHandler.setDefaultWebMapContext(ViewContext defaultContext)
          sets the default configuration for the map cliet
 

Constructors in org.deegree.portal.standard.wms.control with parameters of type ViewContext
MapApplicationHandler(String controllerFile, ViewContext vc)
          Creates a new MapApplicationHandler object.
 


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