|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
java.lang.String sessionID)
The function obtains a copy from the view context |
static ViewContext |
WebMapContextFactory.createViewContext(java.net.URL url,
User user,
java.lang.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,
java.lang.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(java.awt.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(java.awt.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(java.net.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(java.lang.String name)
sets the the name of the format |
void |
Layer.setName(java.lang.String name)
|
void |
Style.setName(java.lang.String name)
|
void |
SLD.setOnlineResource(java.net.URL onlineResource)
see also org.deegree.clients.context.Server#getOnlineResource() |
void |
Server.setOnlineResource(java.net.URL onlineResource)
see also org.deegree.clients.context.Server#getOnlineResource() |
void |
Layer.setServer(Server server)
|
void |
Server.setService(java.lang.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 |
General.setTitle(java.lang.String title)
An element Title that contains a human readable title of the Context. |
void |
Node.setTitle(java.lang.String title)
|
void |
ViewContextReference.setTitle(java.lang.String title)
|
void |
Layer.setTitle(java.lang.String title)
|
void |
Style.setTitle(java.lang.String title)
|
void |
Server.setVersion(java.lang.String version)
see also org.deegree.clients.context.Server#getFeatureVersion() |
void |
ViewContextCollection.setViewContextReferences(ViewContextReference[] viewContextReferences)
|
ViewContext |
DefaultMapModelAccess.zoom(java.awt.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(java.awt.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(java.lang.String name,
boolean current)
Creates a new Format object. |
|
FormatList(Format[] formats)
Creates a new FormatList object. |
|
General(java.lang.String title,
java.lang.String abstract_,
java.awt.Rectangle window,
CitedResponsibleParty contactInformation,
Point[] boundingBox,
BaseURL descriptionURL,
ImageURL logoURL,
java.lang.String[] keywords,
GeneralExtension extension)
Creates a new General object. |
|
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,
LayerExtension extension)
Creates a new ContextLayer object. |
|
Node(int id,
Node parent,
java.lang.String title,
boolean selectable,
boolean collapsed)
Creates a new ContextNode object. |
|
Server(java.lang.String title,
java.lang.String version,
java.lang.String service,
java.net.URL onlineResource,
OGCCapabilities capabilities)
Creates a new Server object. |
|
SLD(java.lang.String name,
java.lang.String title,
FeatureTypeStyle featureTypeStyle)
Creates a new SLD object. |
|
SLD(java.lang.String name,
java.lang.String title,
StyledLayerDescriptor styledLayerDescriptor)
Creates a new SLD object. |
|
SLD(java.lang.String name,
java.lang.String title,
java.net.URL onlineResource)
Creates a new SLD object. |
|
Style(SLD sld,
boolean current)
Creates a new Style object. |
|
Style(java.lang.String name,
java.lang.String title,
java.lang.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(java.lang.String title,
java.net.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.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