Package | Description |
---|---|
com.bbn.openmap.image |
This package has classes that provide image creation and manipulation
capabilities.
|
com.bbn.openmap.image.wms |
Modifier and Type | Method and Description |
---|---|
protected java.util.Properties |
MapRequestHandler.convertRequestToProps(java.lang.String request) |
void |
MapRequestHandler.handleCapabilitiesRequest(java.util.Properties requestProperties,
java.io.OutputStream out)
Handle a capabilities request.
|
byte[] |
MapRequestHandler.handleMapRequest(java.util.Properties requestProperties)
Handle a map request, and create and image for it.
|
void |
MapRequestHandler.handleMapRequest(java.util.Properties requestProperties,
java.io.OutputStream out)
Handle a Map Request.
|
void |
MapRequestHandler.handlePanRequest(java.util.Properties requestProperties,
java.io.OutputStream out)
Handle a Pan Request.
|
void |
MapRequestHandler.handleRecenterRequest(java.util.Properties requestProperties,
java.io.OutputStream out)
Handle a Recenter Request.
|
byte[] |
MapRequestHandler.handleRequest(java.lang.String request)
Given a general request, parse it and handle it.
|
void |
MapRequestHandler.handleRequest(java.lang.String request,
java.io.OutputStream out)
Given a general request, parse it and handle it.
|
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) |
void |
WmsRequestHandler.handleRequest(java.util.Properties requestProperties,
IHttpResponse httpResponse) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details