|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InconsistentRequestException in org.deegree_impl.clients.wmsclient.control |
Methods in org.deegree_impl.clients.wmsclient.control that throw InconsistentRequestException | |
private WMSGetMapRequest |
ZoomOutListener.modifyModel(WMSClientConfiguration config,
java.util.HashMap model)
|
private WMSGetMapRequest |
ZoomInListener.modifyModelToPointZoom(WMSClientConfiguration config,
java.util.HashMap model)
|
private WMSGetMapRequest |
ZoomInListener.modifyModelToZoomInByRect(WMSClientConfiguration config,
java.util.HashMap model)
The method performs a "zoom in by rectangle" to the map model. |
private WMSGetMapRequest |
ResetListener.modifyModel(WMSClientConfiguration config,
java.util.HashMap model)
|
protected WMSGetMapRequest |
RefreshListener.modifyModel(WMSClientConfiguration config,
java.util.HashMap model)
|
private WMSGetMapRequest |
RecenterListener.modifyModel(WMSClientConfiguration config,
java.util.HashMap model)
|
private WMSGetMapRequest |
PanListener.modifyModel(WMSClientConfiguration config,
java.util.HashMap model)
|
private WMSGetFeatureInfoRequest |
InfoListener.modifyModel(WMSClientConfiguration config,
java.util.HashMap model)
|
Uses of InconsistentRequestException in org.deegree_impl.clients.wmsclient2.control |
Methods in org.deegree_impl.clients.wmsclient2.control that throw InconsistentRequestException | |
private WMSGetMapRequest |
ZoomOutListener.modifyModel(WMSClientConfiguration config,
java.util.HashMap model)
|
private WMSGetMapRequest |
ZoomInListener.modifyModelToPointZoom(WMSClientConfiguration config,
java.util.HashMap model)
|
private WMSGetMapRequest |
ZoomInListener.modifyModelToZoomInByRect(WMSClientConfiguration config,
java.util.HashMap model)
The method performs a "zoom in by rectangle" to the map model. |
protected WMSGetMapRequest |
RefreshListener.modifyModel(WMSClientConfiguration config,
java.util.HashMap model)
|
private WMSGetMapRequest |
RecenterListener.modifyModel(WMSClientConfiguration config,
java.util.HashMap model)
|
private java.awt.image.BufferedImage |
PrintListener.getMap(java.util.HashMap[] model)
gets the map with corresponding mapsizes built-in the urls. |
private java.awt.image.BufferedImage |
PrintListener.getScaleBar(java.lang.String scalebarrequest)
gets scalebar as BufferedImage |
private WMSGetLegendGraphicRequest |
PrintListener.getLegendRequestParameter()
gets parameters of the LegendRequest |
private WMSGetMapRequest |
PanListener.modifyModel(WMSClientConfiguration config,
java.util.HashMap model)
|
private WMSGetFeatureInfoRequest |
InfoListener.modifyModel(ViewContext vc,
java.util.HashMap model)
|
private WMSGetMapRequest |
HighlightingListener.createRequest(RPCParameter[] para,
ViewContext vc)
creates the modified WMS Request including the URL for the SLD. |
private WMSGetLegendGraphicRequest |
DynLegendListener.getLegendRequestParameter()
|
Uses of InconsistentRequestException in org.deegree_impl.enterprise |
Constructors in org.deegree_impl.enterprise that throw InconsistentRequestException | |
WTSServlet.WTS(java.util.HashMap paramMap,
HttpServletResponse resp)
FIXME: Exception type when pool is empty! |
Uses of InconsistentRequestException in org.deegree_impl.services.gazetteer.protocol |
Methods in org.deegree_impl.services.gazetteer.protocol that throw InconsistentRequestException | |
static OGCWebServiceRequest |
WFSGProtocolFactory.createRequest(java.lang.String id,
java.io.Reader reader)
creates a WFS request from a reader that contains an XML encoded form of the request |
static WFSGGetFeatureRequest |
WFSGProtocolFactory.createWFSGGetFeatureRequest(java.lang.String id,
org.w3c.dom.Document doc)
|
Uses of InconsistentRequestException in org.deegree_impl.services.wcs.protocol |
Methods in org.deegree_impl.services.wcs.protocol that throw InconsistentRequestException | |
static WCSGetCoverageRequest |
WCSProtocolFactory.createWCSGetCoverageRequest(java.util.HashMap model)
creates a GetCoverage from a model (HashMap) containing its parameters |
static WCSGetCoverageRequest |
WCSProtocolFactory.createWCSGetCoverageRequest(java.lang.String version,
java.lang.String id,
java.util.HashMap vendorspecificParameters,
java.lang.String layer,
java.lang.String crs,
java.lang.String responseCrs,
GM_Envelope boundingBox,
RangeParamList rpl,
int width,
int height,
int depth,
java.lang.String format,
java.lang.String interpolationMethod,
java.lang.String exceptions)
creates a GetCoverage from its parameters with defining the coverages width, height and depth |
Uses of InconsistentRequestException in org.deegree_impl.services.wfs.protocol |
Methods in org.deegree_impl.services.wfs.protocol that throw InconsistentRequestException | |
static WFSGetFeatureRequest |
WFSProtocolFactory.createWFSGetFeatureRequest(java.lang.String id,
java.lang.String request)
creates a GetFeature request from a key-value-pair encoding of the parameters contained in the passed varialble 'request' |
Uses of InconsistentRequestException in org.deegree_impl.services.wms |
Methods in org.deegree_impl.services.wms that throw InconsistentRequestException | |
private OGCWebServiceEvent |
GetMapHandler_Impl.ServiceInvokerForNL.createGetCoverageRequest(DataSource ds)
creates a getCoverage request considering the getMap request and the filterconditions defined in the submitted DataSource object The request will be encapsualted within a OGCWebServiceEvent. |
Uses of InconsistentRequestException in org.deegree_impl.services.wms.protocol |
Methods in org.deegree_impl.services.wms.protocol that throw InconsistentRequestException | |
static OGCWebServiceRequest |
WMSProtocolFactory.createRequest(java.lang.String id,
java.util.HashMap paramMap)
creates a request |
static WMSGetCapabilitiesRequest |
WMSProtocolFactory.createGetCapabilitiesRequest(java.lang.String id,
java.util.HashMap paramMap)
creates an WMS GetCapabilities Request |
static WMSGetMapRequest |
WMSProtocolFactory.createGetMapRequest(java.lang.String id,
org.w3c.dom.Element root)
creates a WMSGetMapRequest from its XML representation as defined in SLD 1.0.0 specification |
static WMSGetMapRequest |
WMSProtocolFactory.createGetMapRequest(java.lang.String id,
java.lang.String request)
creates a WMSGetMapRequest from a HashMap that contains the request parameters as key-value-pairs. |
static WMSGetMapRequest |
WMSProtocolFactory.createGetMapRequest(java.lang.String id,
java.util.Map model)
creates a WMSGetMapRequest from a HashMap that contains the request parameters as key-value-pairs. |
private static GM_Envelope |
WMSProtocolFactory.getBoundingBoxFromGazetteer(java.lang.String location,
java.lang.String locationType,
double radius,
GazetteerParam gazetteer)
returns the bounding box of the submitted location. |
static WMSGetFeatureInfoRequest |
WMSProtocolFactory.createGetFeatureInfoRequest(java.lang.String id,
java.util.HashMap model)
creates a WMSFeatureInfoRequest from a HashMap that contains the request parameters as key-value-pairs. |
static WMSGetScaleBarRequest |
WMSProtocolFactory.createGetScaleBarRequest(java.lang.String id,
java.util.HashMap model)
|
static WMSGetLegendGraphicRequest |
WMSProtocolFactory.createGetLegendGraphicRequest(java.lang.String id,
java.lang.String request)
|
static WMSGetLegendGraphicRequest |
WMSProtocolFactory.createGetLegendGraphicRequest(java.lang.String id,
java.util.Map model)
|
Uses of InconsistentRequestException in org.deegree.services.wms |
Subclasses of InconsistentRequestException in org.deegree.services.wms | |
class |
InvalidFormatException
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |