Package | Description |
---|---|
com.bbn.openmap.image.wms |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
WmsRequestHandler.handleGetCapabilitiesRequest(java.util.Properties requestProperties) |
void |
WmsRequestHandler.handleGetCapabilitiesRequest(java.util.Properties requestProperties,
IHttpResponse httpResponse) |
void |
WmsRequestHandler.handleGetFeatureInfoRequest(java.util.Properties requestProperties,
IHttpResponse httpResponse)
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
|
byte[] |
WmsRequestHandler.handleGetLegendGraphicRequest(java.util.Properties requestProperties) |
void |
WmsRequestHandler.handleGetLegendGraphicRequest(java.util.Properties requestProperties,
IHttpResponse httpResponse) |
byte[] |
WmsRequestHandler.handleGetMapRequest(java.util.Properties requestProperties) |
void |
WmsRequestHandler.handleGetMapRequest(java.util.Properties requestProperties,
IHttpResponse httpResponse) |
Constructor and Description |
---|
DynamicWmsRequestHandler(java.lang.String scheme,
java.lang.String hostName,
int port,
java.lang.String path,
java.util.Properties props,
LayerHandler mapLayerHandler) |
WmsLayerFactory(java.util.Properties props) |
WmsRequestHandler(java.lang.String wmsScheme,
java.lang.String wmsHostName,
int wmsPort,
java.lang.String wmsUrlPath,
java.util.Properties props)
Creates a new WmsRequestHandler object.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details