|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Response in gistoolkit.server.mapservice |
Methods in gistoolkit.server.mapservice with parameters of type Response | |
void |
ExtensionService.doGet(Request inRequest,
Response inResponse)
Called when a request is sent to this service. |
void |
OGC1_0_0Parser.getCapabilitiesRequest(MapRequest inRequest,
Response inResponse,
Server inServer)
get the capabilities request. |
void |
OGC1_1_1Parser.getCapabilitiesRequest(MapRequest inRequest,
Response inResponse,
Server inServer)
get the capabilities request. |
void |
OGCParser.getRequest(Request inRequest,
Response inResponse,
Server inServer)
Executes the request with the given server. |
void |
OGCParser.getMapRequest(MapRequest inRequest,
Response inResponse,
Server inServer)
get the map request. |
abstract void |
OGCParser.getCapabilitiesRequest(MapRequest inRequest,
Response inResponse,
Server inServer)
get the capabilities request. |
void |
OGCParser.getFeatureInfo(MapRequest inRequest,
Response inResponse,
Server inServer)
get the map request. |
abstract void |
SimpleExtensionService.doGet(Request inRequest,
Response inResponse)
Called when a request is sent to this service. |
Uses of Response in gistoolkit.server.mapservice.adminextender |
Methods in gistoolkit.server.mapservice.adminextender with parameters of type Response | |
static void |
DatasourceHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
handle requests. |
static void |
DatasourceHandler.showServicePage(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Show information only about the known data sources server. |
static void |
DatasourceHandler.showGetDatasourceData(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Show the information for the datasource the user has selected. |
static DataSource |
DatasourceHandler.getDataSource(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Return the fully configured datasource for this particular data source type. |
void |
AdminExtender.doGet(Request inRequest,
Response inResponse)
Called when a request is sent to this service. |
void |
AdminExtender.showOptionsPage(Request inRequest,
Response inResponse)
Show the options page. |
void |
AdminExtender.handleAction(Request inRequest,
Response inResponse)
handle the update options request. |
static void |
AdminExtender.showHeaderPage(Request inRequest,
Response inResponse,
java.lang.String inTitle)
Show the heading page |
static void |
AdminExtender.showTailerPage(Request inRequest,
Response inResponse)
Show the trailer part of the page. |
void |
AdminExtender.getImage(Request inRequest,
Response inResponse)
Retrieve an image from the images folder. |
static void |
AdminExtender.showErrorPage(Request inRequest,
Response inResponse,
java.lang.String inErrorString)
Show an error message to the user. |
void |
AdminExtender.saveConfig(Request inRequest,
Response inResponse)
Show an error message to the user. |
static void |
LabelerHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle)
|
static void |
LabelerHandler.handleAction(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle,
java.lang.String inAction)
Handle any action events for this handler. |
static void |
LabelerHandler.showAddPage(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle)
Show a selection of available Labelers to be added to the style. |
static void |
LayerHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
|
static void |
LayerHandler.showLayerPage(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inDefinition)
Show information only about the indicated server |
static void |
LayerHandler.handleAction(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
java.lang.String inLayerAction)
|
static void |
ProjectionHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Projection function for the service aka, the To Projection. |
static void |
ProjectionHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer)
Show function for the layer, aka, the From Projection. |
static void |
ProjectionHandler.showProjectionSelectPage(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Projection inProjection)
|
static void |
RendererHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle)
|
static void |
RendererHandler.handleAction(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle,
java.lang.String inAction)
Handle any action events for this handler. |
static void |
RendererHandler.showAddPage(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle)
Show a selection of available Renderers to be added to the style. |
static void |
ScaleBarHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Handle requests for the service. |
static void |
ScaleBarHandler.showScaleBarSelectPage(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
ScaleBar inScaleBar)
|
static void |
ServerHandler.doGet(Request inRequest,
Response inResponse,
Server inServer)
|
static void |
ServerHandler.showServerPage(Request inRequest,
Response inResponse,
Server inServer)
Show the entire page of services. |
static void |
ServerHandler.handleAction(Request inRequest,
Response inResponse,
Server inServer,
java.lang.String inServerAction)
Handle the actions coming from the server page. |
static void |
ServiceHandler.doGet(Request inRequest,
Response inResponse,
Server inServer)
|
static void |
ServiceHandler.showServicePage(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Show information only about the indicated server |
static void |
ServiceHandler.handleAction(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
java.lang.String inServiceAction)
Handle the actions coming from the services page. |
static void |
ShaderHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle)
|
static void |
ShaderHandler.showShaderSelectPage(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle,
Shader inCurrentShader)
|
static void |
StyleHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer)
|
static void |
StyleHandler.showStylePage(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle)
|
static void |
StyleHandler.handleAction(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle,
java.lang.String inStyleAction)
|
Uses of Response in gistoolkit.server.mapservice.adminextender.datasourcehandlers |
Methods in gistoolkit.server.mapservice.adminextender.datasourcehandlers with parameters of type Response | |
static void |
DB2SpatialHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
handle requests. |
static void |
DB2SpatialHandler.showServicePage(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Show information only about the indicated server |
static DataSource |
DB2SpatialHandler.getDataSource(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Create the Data source. |
static void |
ERMapperHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
handle requests. |
static void |
ERMapperHandler.showServicePage(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Show information only about the indicated server |
static DataSource |
ERMapperHandler.getDataSource(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Create the Data source. |
static void |
ImageDirectoryHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
handle requests. |
static void |
ImageDirectoryHandler.showServicePage(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Show information only about the indicated server |
static DataSource |
ImageDirectoryHandler.getDataSource(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Create the Data source. |
static void |
ImageFileHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
handle requests. |
static void |
ImageFileHandler.showServicePage(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Show information only about the indicated server |
static DataSource |
ImageFileHandler.getDataSource(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Create the Data source. |
static void |
MySQLHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
handle requests. |
static void |
MySQLHandler.showServicePage(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Show information only about the indicated server |
static DataSource |
MySQLHandler.getDataSource(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Create the Data source. |
static void |
OracleHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
handle requests. |
static void |
OracleHandler.showServicePage(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Show information only about the indicated server |
static DataSource |
OracleHandler.getDataSource(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Create the Data source. |
static void |
PostGISHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
handle requests. |
static void |
PostGISHandler.showServicePage(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Show information only about the indicated server |
static DataSource |
PostGISHandler.getDataSource(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Create the Data source. |
static void |
RasterCatalogHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
handle requests. |
static void |
RasterCatalogHandler.showServicePage(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Show information only about the indicated server |
static DataSource |
RasterCatalogHandler.getDataSource(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Create the Data source. |
static void |
SeamlessHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
handle requests. |
static void |
SeamlessHandler.showServicePage(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Show information only about the indicated server |
static DataSource |
SeamlessHandler.getDataSource(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Create the Data source. |
static void |
ShapeFileHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
handle requests. |
static void |
ShapeFileHandler.showServicePage(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Show information only about the indicated server |
static DataSource |
ShapeFileHandler.getDataSource(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Create the Data source. |
static void |
TerraserverHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
handle requests. |
static void |
TerraserverHandler.showServicePage(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Show information only about the indicated server |
static DataSource |
TerraserverHandler.getDataSource(Request inRequest,
Response inResponse,
Server inServer,
Service inService)
Create the Data source. |
Uses of Response in gistoolkit.server.mapservice.adminextender.labelerhandlers |
Methods in gistoolkit.server.mapservice.adminextender.labelerhandlers with parameters of type Response | |
static void |
SimpleLabelerHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle,
Labeler inLabeler,
int inLabelerIndex)
Handle requests for this labeler. |
static void |
SimpleLabelerHandler.showSimpleLabelerPage(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle,
Labeler inLabeler,
int inLabelerIndex)
|
static void |
SimpleLabelerHandler.handleAction(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle,
Labeler inLabeler,
int inLabelerIndex,
java.lang.String inAction)
|
Uses of Response in gistoolkit.server.mapservice.adminextender.projectionhandlers |
Methods in gistoolkit.server.mapservice.adminextender.projectionhandlers with parameters of type Response | |
static void |
AlbersEqualAreaProjectionHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
Projection inProjection)
|
static void |
AlbersEqualAreaProjectionHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Projection inProjection)
|
static void |
AlbersEqualAreaProjectionHandler.showAEAPage(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Projection inProjection)
|
static void |
AlbersEqualAreaProjectionHandler.handleAction(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Projection inProjection)
Handle action events. |
static void |
LambertConicConformalProjectionHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
Projection inProjection)
|
static void |
LambertConicConformalProjectionHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Projection inProjection)
|
static void |
LambertConicConformalProjectionHandler.showLCCPage(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Projection inProjection)
|
static void |
LambertConicConformalProjectionHandler.handleAction(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Projection inProjection)
Handle action events. |
static void |
NoProjectionHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
Projection inProjection)
|
static void |
NoProjectionHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Projection inProjection)
|
static void |
NoProjectionHandler.showNoProjectionPage(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Projection inProjection)
|
static void |
NoProjectionHandler.handleAction(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Projection inProjection)
Handle action events. |
static void |
UniversalTransverseMercatorProjectionHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
Projection inProjection)
|
static void |
UniversalTransverseMercatorProjectionHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Projection inProjection)
|
static void |
UniversalTransverseMercatorProjectionHandler.showUTCPage(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Projection inProjection)
|
static void |
UniversalTransverseMercatorProjectionHandler.handleAction(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Projection inProjection)
Handle action events. |
Uses of Response in gistoolkit.server.mapservice.adminextender.rendererhandlers |
Methods in gistoolkit.server.mapservice.adminextender.rendererhandlers with parameters of type Response | |
static void |
PointImageRendererHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle,
Renderer inRenderer,
int inRendererIndex)
Handle requests for this Renderer. |
static void |
PointImageRendererHandler.showPointImageRendererPage(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle,
Renderer inRenderer,
int inRendererIndex)
|
static void |
PointImageRendererHandler.handleAction(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle,
Renderer inRenderer,
int inRendererIndex,
java.lang.String inAction)
|
Uses of Response in gistoolkit.server.mapservice.adminextender.scalebarhandlers |
Methods in gistoolkit.server.mapservice.adminextender.scalebarhandlers with parameters of type Response | |
static void |
SimpleScaleBarHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
ScaleBar inScaleBar)
|
static void |
SimpleScaleBarHandler.showSimpleScalebarPage(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
ScaleBar inScaleBar)
|
static void |
SimpleScaleBarHandler.handleAction(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
ScaleBar inScaleBar,
java.lang.String inAction)
Handle events for the SimpleScaleBar. |
Uses of Response in gistoolkit.server.mapservice.adminextender.shaderhandlers |
Methods in gistoolkit.server.mapservice.adminextender.shaderhandlers with parameters of type Response | |
static void |
BinShaderHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle,
Shader inShader)
|
static void |
BinShaderHandler.showBinShaderPage(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle,
Shader inShader)
|
static void |
BinShaderHandler.handleAction(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle,
Shader inShader,
java.lang.String inAction)
Handle events for the mono shader. |
static void |
MonoShaderHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle,
Shader inShader)
|
static void |
MonoShaderHandler.showMonoShaderPage(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle,
Shader inShader)
|
static void |
MonoShaderHandler.handleAction(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle,
Shader inShader,
java.lang.String inAction)
Handle events for the mono shader. |
static void |
RangeShaderHandler.doGet(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle,
Shader inShader)
|
static void |
RangeShaderHandler.showRangeShaderPage(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle,
Shader inShader)
|
static void |
RangeShaderHandler.handleAction(Request inRequest,
Response inResponse,
Server inServer,
Service inService,
LayerDefinition inLayer,
Style inStyle,
Shader inShader,
java.lang.String inAction)
Handle events for the mono shader. |
Uses of Response in gistoolkit.server.mapservice.clientextender |
Methods in gistoolkit.server.mapservice.clientextender with parameters of type Response | |
void |
ClientExtender.doGet(Request inRequest,
Response inResponse)
Called when a request is sent to this service. |
void |
ClientExtender.getImage(Request inRequest,
Response inResponse)
Retrieve an image from the images folder. |
void |
ClientExtender.getJAR(Request inRequest,
Response inResponse)
Retrieve the client jar file from the images folder. |
void |
ClientExtender.getXERCES(Request inRequest,
Response inResponse)
Retrieve the XERCES jar file from the images folder. |
void |
ClientExtender.getService(Request inRequest,
Response inResponse)
Send a page with the requested service in it. |
static void |
ClientExtender.showHeaderPage(Request inRequest,
Response inResponse,
java.lang.String inTitle)
Show the heading page |
static void |
ClientExtender.showTailerPage(Request inRequest,
Response inResponse)
Show the trailer part of the page. |
Uses of Response in gistoolkit.server.mapservice.htmlclientextender |
Methods in gistoolkit.server.mapservice.htmlclientextender with parameters of type Response | |
void |
HTMLClientExtender.doGet(Request inRequest,
Response inResponse)
Called when a request is sent to this service. |
void |
HTMLClientExtender.showSelectServicePage(Request inRequest,
Response inResponse)
Allow the user to select a service.. |
void |
HTMLClientExtender.getImage(Request inRequest,
Response inResponse)
Retrieve an image from the images folder. |
void |
HTMLClientExtender.showErrorPage(Request inRequest,
Response inResponse,
java.lang.String inError)
Show an error message. |
static void |
HTMLClientExtender.showHeaderPage(Request inRequest,
Response inResponse,
java.lang.String inTitle)
Show the heading page |
static void |
HTMLClientExtender.showTailerPage(Request inRequest,
Response inResponse)
Show the trailer part of the page. |
void |
HTMLClientExtender.showSelectLayersPage(Request inRequest,
Response inResponse,
java.lang.String inServiceName)
Show the selected Layers for this particular map server, and allow the users to turn them on or off. |
java.lang.String[] |
HTMLClientExtender.getLayersStyles(Request inRequest,
Response inResponse)
Get the layers from the request. |
void |
HTMLClientExtender.showMapPage(Request inRequest,
Response inResponse,
java.lang.String inServiceName)
Show the map page. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |