|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PortalException in org.deegree.enterprise.control |
---|
Methods in org.deegree.enterprise.control that throw PortalException | |
---|---|
protected abstract java.util.HashMap |
AbstractDBListener.createRequest(RPCWebEvent rpcEvent)
creates a request from the RPCWebEvent passed to this listener |
protected abstract void |
AbstractDBListener.handleResult(java.lang.Object result)
handles the result of a 'FULL' catalog query |
protected abstract java.util.HashMap |
AbstractDBListener.performRequest(RPCWebEvent event)
performs the request contained in the passed RPCWebEvent |
protected abstract void |
AbstractDBListener.validateRequest(RPCWebEvent event)
validates the request to be performed. |
protected abstract java.lang.Object |
AbstractDBListener.validateResult(java.util.HashMap result)
validates the result of the catalog request and returns an Object depending on the results content. |
Uses of PortalException in org.deegree.portal.common.control |
---|
Methods in org.deegree.portal.common.control that throw PortalException | |
---|---|
protected void |
AbstractSimplePrintListener.validate(RPCWebEvent rpc)
validates the incoming request/RPC if conatins all required elements |
Uses of PortalException in org.deegree.portal.context |
---|
Methods in org.deegree.portal.context that throw PortalException | |
---|---|
ViewContext |
DefaultMapModelAccess.addCRSToLayer(java.lang.String name,
java.net.URL owsAddress,
java.lang.String type,
java.lang.String crsName)
|
ViewContext |
MapModelAccess.addCRSToLayer(java.lang.String name,
java.net.URL owsAddress,
java.lang.String type,
java.lang.String crsName)
Adds a CRS to a layer if a ViewContext. |
ViewContext |
DefaultMapModelAccess.addFormatToLayer(java.lang.String name,
java.net.URL owsAddress,
java.lang.String type,
java.lang.String mimeType)
|
ViewContext |
MapModelAccess.addFormatToLayer(java.lang.String name,
java.net.URL owsAddress,
java.lang.String type,
java.lang.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,
java.net.URL owsAddress,
java.lang.String type)
|
ViewContext |
MapModelAccess.addLayer(int index,
QualifiedName name,
java.net.URL owsAddress,
java.lang.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,
java.net.URL owsAddress,
java.lang.String type)
|
ViewContext |
MapModelAccess.addLayer(QualifiedName name,
java.net.URL owsAddress,
java.lang.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,
java.net.URL[] owsAddresses,
java.lang.String type)
|
ViewContext |
MapModelAccess.addLayers(QualifiedName[] names,
java.net.URL[] owsAddresses,
java.lang.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,
java.net.URL owsAddress,
java.lang.String type,
java.lang.String styleName)
|
ViewContext |
MapModelAccess.addStyleToLayer(QualifiedName name,
java.net.URL owsAddress,
java.lang.String type,
java.lang.String styleName)
adds a named style to a layer to be available within a context. |
ViewContext |
DefaultMapModelAccess.assignSLDToLayer(QualifiedName name,
java.net.URL owsAddress,
java.lang.String type,
StyledLayerDescriptor sld)
|
ViewContext |
MapModelAccess.assignSLDToLayer(QualifiedName name,
java.net.URL owsAddress,
java.lang.String type,
StyledLayerDescriptor sld)
assignes a SLD document instead of a style to a layer. |
ViewContext |
DefaultMapModelAccess.groupLayers(int first,
int last,
java.lang.String groupName,
java.lang.String parentGroupName)
|
ViewContext |
MapModelAccess.groupLayers(int first,
int last,
java.lang.String groupName,
java.lang.String parentGroupName)
the difference to |
ViewContext |
DefaultMapModelAccess.groupLayers(java.lang.String[] layers,
java.net.URL[] owsAddresses,
java.lang.String[] types,
java.lang.String groupName,
java.lang.String parentGroupName)
|
ViewContext |
MapModelAccess.groupLayers(java.lang.String[] layers,
java.net.URL[] owsAddresses,
java.lang.String[] types,
java.lang.String groupName,
java.lang.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.removeFormatFromLayer(java.lang.String name,
java.net.URL owsAddress,
java.lang.String type,
java.lang.String mimeType)
|
ViewContext |
MapModelAccess.removeFormatFromLayer(java.lang.String name,
java.net.URL owsAddress,
java.lang.String type,
java.lang.String mimeType)
removes a format from a layer in a ViewContext. |
ViewContext |
DefaultMapModelAccess.setCurrentMapFormat(java.lang.String mimeType,
java.net.URL owsAddress,
java.lang.String type)
|
ViewContext |
MapModelAccess.setCurrentMapFormat(java.lang.String mimeType,
java.net.URL owsAddress,
java.lang.String type)
sets the current image format a map shall be rendered. |
ViewContext |
DefaultMapModelAccess.setLayerActiveStyle(QualifiedName name,
java.net.URL owsAddress,
java.lang.String type,
java.lang.String styleName)
|
ViewContext |
MapModelAccess.setLayerActiveStyle(QualifiedName name,
java.net.URL owsAddress,
java.lang.String type,
java.lang.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,
java.net.URL[] owsAddresses,
java.lang.String type)
|
ViewContext |
MapModelAccess.setLayers(QualifiedName[] names,
java.net.URL[] owsAddresses,
java.lang.String type)
sets the layers provided by the passed OWS to a ViewContext . |
ViewContext |
DefaultMapModelAccess.setLayersVisible(java.lang.String name,
java.net.URL owsAddress,
java.lang.String type,
boolean visible)
|
ViewContext |
MapModelAccess.setLayersVisible(java.lang.String name,
java.net.URL owsAddress,
java.lang.String type,
boolean visible)
set a layer to be visible or invisible |
ViewContext |
DefaultMapModelAccess.setMapCRS(java.lang.String crs)
|
ViewContext |
MapModelAccess.setMapCRS(java.lang.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,
java.net.URL owsAddress,
java.lang.String type,
boolean up)
swaps two layers in their order. |
ViewContext |
MapModelAccess.swapLayers(QualifiedName name,
java.net.URL owsAddress,
java.lang.String type,
boolean up)
swaps two layers in their order. |
Uses of PortalException in org.deegree.portal.portlet.enterprise |
---|
Methods in org.deegree.portal.portlet.enterprise that throw PortalException | |
---|---|
protected void |
SimplePrintListener.validate(RPCWebEvent rpc)
validates the incoming request/RPC if conatins all required elements |
Uses of PortalException in org.deegree.portal.portlet.modules.actions |
---|
Methods in org.deegree.portal.portlet.modules.actions that throw PortalException | |
---|---|
void |
AbstractPortletPerform.buildNormalContext()
this method will be called each time a portlet will be repainted. |
Uses of PortalException in org.deegree.portal.portlet.modules.map.actions.portlets |
---|
Methods in org.deegree.portal.portlet.modules.map.actions.portlets that throw PortalException | |
---|---|
void |
ScaleChooserPortletPerform.buildNormalContext()
|
void |
SelectWMCPortletPerform.buildNormalContext()
|
void |
OverviewPortletPerform.buildNormalContext()
|
void |
WMCManagementPortletPerfom.buildNormalContext()
|
void |
MapWindowPortletPerform.buildNormalContext()
|
void |
MapActionPortletPerform.buildNormalContext()
|
(package private) void |
ScaleChooserPortletPerform.doChangeScale()
This method changes the scale of the current bounding box |
void |
MapActionPortletAction.doChangescale(org.apache.turbine.util.RunData data,
org.apache.jetspeed.portal.Portlet portlet)
Changes the scale. |
(package private) void |
CRSChooserPortletPerform.doCRSChange()
Changes the CRS of the current ViewContext. |
void |
MapActionPortletAction.doCrschoose(org.apache.turbine.util.RunData data,
org.apache.jetspeed.portal.Portlet portlet)
Changes the CRS of the underlying ViewContext. |
protected void |
FeatureInfoPortletPerform.doGetFeatureInfo()
performs a GetFeatureInfo/GetFeature/DescribeCoverage request depending on the layer typs the request targets. |
protected void |
FeatureInfoForwardPortletPerform.doGetFeatureInfo()
|
void |
MapActionPortletAction.doLoadwmc(org.apache.turbine.util.RunData data,
org.apache.jetspeed.portal.Portlet portlet)
selects the current context of a MapWindowPortlet |
(package private) void |
SelectWMCPortletPerform.doLoadwmc(User user)
loads a context defined by its absolut path passed in URL encoded parameter 'FILENAME' |
(package private) void |
SelectWMCPortletPerform.doSelectwmc()
selects the current context of a MapWindowPortlet |
void |
MapActionPortletAction.doSelectwmc(org.apache.turbine.util.RunData data,
org.apache.jetspeed.portal.Portlet portlet)
selects the current context of a MapWindowPortlet |
(package private) void |
MapWindowPortletPerform.moveDown()
moves the layer passed through by the HTTP request down for one position |
(package private) void |
MapWindowPortletPerform.moveUp()
moves the layer passed through by the HTTP request up for one position |
(package private) void |
MapWindowPortletPerform.pan()
pan the map with a set factor to one of eight possible directions |
protected java.lang.String |
FeatureInfoPortletPerform.perform(java.util.List<Layer> layerList,
ViewContext vc)
distributes the performance of the feature info requests depending on the requested service to a specialized method |
(package private) void |
ToolbarPortletPerform.readInitParameter()
reads the init parameters of the ToolbarPortlet and writes them into the requests attributes. |
(package private) void |
CRSChooserPortletPerform.readInitParameter()
TODO reads the init parameters of the portlet and build the scale list |
(package private) void |
MapWindowPortletPerform.recenter()
recenters the current map to the point the user has clicked to |
(package private) void |
MapWindowPortletPerform.setMapSize()
sets a new size of the map read from the request |
(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 PortalException in org.deegree.portal.portlet.modules.wfs.actions.portlets |
---|
Methods in org.deegree.portal.portlet.modules.wfs.actions.portlets that throw PortalException | |
---|---|
void |
RemoveAnnotationPerform.buildNormalContext(org.apache.turbine.util.RunData data)
Builds up the portlet. |
void |
RemoveAnnotationPerform.doDeletetransaction(org.apache.turbine.util.RunData data)
Executes a delete statement. |
protected void |
WFSClientPortletPerform.doGetfeature()
|
void |
AnnotationPortletPerform.doTransaction(java.lang.String user)
performs a transaction against a WFS-T or a database. |
protected RPCParameter[] |
WFSClientPortletPerform.extractRPCParameters()
extracts the |
Uses of PortalException in org.deegree.portal.standard.context.control |
---|
Methods in org.deegree.portal.standard.context.control that throw PortalException | |
---|---|
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 java.util.ArrayList<DownloadListener.FeatureTemplate> |
DownloadListener.createFeatureTemplates(RPCWebEvent event)
performs the access to the data marked at the shopping card |
protected ViewContext |
FullScreenListener.createFullScreenContext(RPCStruct struct,
ViewContext vc)
Sets the given context to FullScreen mode. |
protected GetFeature |
DownloadListener.createGetFeatureRequest(DownloadListener.FeatureTemplate ft,
java.lang.String version,
QualifiedName ftName,
QualifiedName gtName,
GetFeature.RESULT_TYPE resultType)
creates a GetFeature request considering the feature type (ID) and the bounding box encapsulated in the passed FeatureTemplate |
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 RPCParameter[] |
AbstractContextListener.extractRPCParameters(RPCWebEvent rpcEvent)
Extracts the parameters from the method call element within the passed rpcEvent. |
protected RPCStruct |
AbstractContextListener.extractRPCStruct(RPCWebEvent rpcEvent,
int index)
Extracts the RPCStruct from the indicated parameter in the params element of the passed
RPCWebEvent . |
protected java.lang.String |
AbstractContextListener.getUserPassword(java.lang.String sessionId)
gets the user password assigned to the passed session ID from a authentification service. |
protected ViewContext |
NormalScreenListener.getViewContextFromSession()
Extracts the Xml of NORMALSCREEN_MAPCONTEXT from the session and transforms it to a ViewContext |
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. |
protected void |
NormalScreenListener.initialize()
Initializes the global variables of the class |
protected void |
FullScreenListener.initialize()
Initializes the global variables |
protected static void |
ContextSaveListener.internalSave(java.io.OutputStream os,
org.w3c.dom.Document doc)
common method to save xml |
static void |
ContextSaveListener.saveDocument(ViewContext vc,
java.lang.String filename)
saves the new context as xml |
protected void |
NormalScreenListener.setCurrentContext(ViewContext vc)
Takes in viewContext converts it to a html of the viewcontext and display it |
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)
|
protected void |
NormalScreenListener.validate(RPCWebEvent rpc)
ValidateRPC looks in the RPCStruct for all needed elements and gotoErrorPage in case an element is found or wronglz formated, this is useful so that we won't need to check later for anz variables, simply get them and start Working |
protected void |
FullScreenListener.validate(RPCWebEvent rpc)
ValidateRPC looks in the RPCStruct for all needed elements and gotoErrorPage in case an element is found or wronglz formated, this is useful so that we won't need to check later for anz variables, simply get them and start Working |
protected void |
NormalScreenListener.validateBBox(RPCMember bboxRPCMember)
Validates the data in the struct to make sure it contains a valid bbox |
protected void |
FullScreenListener.validateBBox(RPCMember bboxRPCMember)
Validates the data in the struct to make sure it contains a valid bbox |
protected void |
FullScreenListener.validateCntxtProperties()
This method checks the context.properties file to make sure that all fields needed are available |
protected void |
NormalScreenListener.validateLayerList(RPCMember layerListRPCMember)
Validates the data in the struct to make sure it contains a valid layerList |
protected void |
FullScreenListener.validateLayerList(RPCMember layerListRPCMember)
Validates the data in the struct to make sure it contains a valid layerList |
Uses of PortalException in org.deegree.portal.standard.csw |
---|
Subclasses of PortalException in org.deegree.portal.standard.csw | |
---|---|
class |
CatalogClientException
A ${type_name} class. |
Uses of PortalException in org.deegree.portal.standard.csw.control |
---|
Methods in org.deegree.portal.standard.csw.control that throw PortalException | |
---|---|
static void |
DisplayMapListener.saveDocument(ViewContext vc,
java.lang.String filename)
Deprecated. saves the new context as xml |
Uses of PortalException in org.deegree.portal.standard.security.control |
---|
Subclasses of PortalException in org.deegree.portal.standard.security.control | |
---|---|
class |
ClientConfigurationException
TODO add documentation here |
Uses of PortalException in org.deegree.portal.standard.sos |
---|
Subclasses of PortalException in org.deegree.portal.standard.sos | |
---|---|
class |
SOSClientException
|
Uses of PortalException in org.deegree.portal.standard.wfs |
---|
Subclasses of PortalException in org.deegree.portal.standard.wfs | |
---|---|
class |
WFSClientException
|
Uses of PortalException in org.deegree.portal.standard.wms.control |
---|
Methods in org.deegree.portal.standard.wms.control that throw PortalException | |
---|---|
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 |
Uses of PortalException in org.deegree.portal.wac |
---|
Subclasses of PortalException in org.deegree.portal.wac | |
---|---|
class |
WACException
Exception that will be thrown if a WAClient could not perform a request against a WSS |
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org