Uses of Class
gistoolkit.server.Server

Packages that use Server
gistoolkit.config   
gistoolkit.server.mapservice   
gistoolkit.server.mapservice.adminextender   
gistoolkit.server.mapservice.adminextender.datasourcehandlers   
gistoolkit.server.mapservice.adminextender.labelerhandlers   
gistoolkit.server.mapservice.adminextender.projectionhandlers   
gistoolkit.server.mapservice.adminextender.rendererhandlers   
gistoolkit.server.mapservice.adminextender.scalebarhandlers   
gistoolkit.server.mapservice.adminextender.shaderhandlers   
 

Uses of Server in gistoolkit.config
 

Methods in gistoolkit.config with parameters of type Server
static void Configurator.writeConfig(Server inServer, java.lang.String inFileName)
          Write the configuration file for the GISServer
static void Configurator.readConfig(Server inServer, java.lang.String inFileName)
          Set up the Server with the given configuration file.
 

Uses of Server in gistoolkit.server.mapservice
 

Methods in gistoolkit.server.mapservice that return Server
protected  Server SimpleExtensionService.getServer()
          Gets the reference to the server should it be needed for anything.
protected  Server WebMapService.getServer()
          The response thread needs to get to the server in order to generate the image.
 

Methods in gistoolkit.server.mapservice with parameters of type Server
 void ExtensionService.setServer(Server inServer)
          Called before the first request is sent to the server, just after the set Node.
 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.
 void SimpleExtensionService.setServer(Server inServer)
          Sets the servier within the extender.
 

Uses of Server in gistoolkit.server.mapservice.adminextender
 

Methods in gistoolkit.server.mapservice.adminextender with parameters of type Server
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.
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 Server in gistoolkit.server.mapservice.adminextender.datasourcehandlers
 

Methods in gistoolkit.server.mapservice.adminextender.datasourcehandlers with parameters of type Server
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 Server in gistoolkit.server.mapservice.adminextender.labelerhandlers
 

Methods in gistoolkit.server.mapservice.adminextender.labelerhandlers with parameters of type Server
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 Server in gistoolkit.server.mapservice.adminextender.projectionhandlers
 

Methods in gistoolkit.server.mapservice.adminextender.projectionhandlers with parameters of type Server
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 Server in gistoolkit.server.mapservice.adminextender.rendererhandlers
 

Methods in gistoolkit.server.mapservice.adminextender.rendererhandlers with parameters of type Server
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 Server in gistoolkit.server.mapservice.adminextender.scalebarhandlers
 

Methods in gistoolkit.server.mapservice.adminextender.scalebarhandlers with parameters of type Server
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 Server in gistoolkit.server.mapservice.adminextender.shaderhandlers
 

Methods in gistoolkit.server.mapservice.adminextender.shaderhandlers with parameters of type Server
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.