|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WMSException | |
com.bbn.openmap.image.wms |
Uses of WMSException in com.bbn.openmap.image.wms |
Methods in com.bbn.openmap.image.wms that throw WMSException | |
void |
WmsRequestHandler.handleGetMapRequest(java.util.Properties requestProperties,
IHttpResponse httpResponse)
|
byte[] |
WmsRequestHandler.handleGetMapRequest(java.util.Properties requestProperties)
|
void |
WmsRequestHandler.handleGetCapabilitiesRequest(java.util.Properties requestProperties,
IHttpResponse httpResponse)
|
java.lang.String |
WmsRequestHandler.handleGetCapabilitiesRequest(java.util.Properties requestProperties)
|
void |
WmsRequestHandler.handleGetFeatureInfoRequest(java.util.Properties requestProperties,
IHttpResponse httpResponse)
|
java.lang.String |
WmsRequestHandler.handleGetFeatureInfoRequest(java.util.Properties requestProperties)
VERSION - checked REQUEST - checked EXCEPTIONS - checked all from GetMap except VERSION and REQUEST
QUERY_LAYERS - specific
INFO_FORMAT - specific
FEATURE_COUNT - specific
I,J - specific
|
Constructors in com.bbn.openmap.image.wms that throw WMSException | |
WmsRequestHandler(java.lang.String wmsScheme,
java.lang.String wmsHostName,
int wmsPort,
java.lang.String wmsUrlPath,
java.util.Properties props)
Creates a new WmsRequestHandler object. |
|
WmsLayerFactory(java.util.Properties props)
|
|
DynamicWmsRequestHandler(java.lang.String scheme,
java.lang.String hostName,
int port,
java.lang.String path,
java.util.Properties props,
LayerHandler mapLayerHandler)
|
|
CapabilitiesSupport(java.util.Properties props,
java.lang.String scheme,
java.lang.String hostName,
int port,
java.lang.String path)
Creates a new instance of CapabilitiesSupport |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |