Uses of Class
gistoolkit.server.Service

Packages that use Service
gistoolkit.server   
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 Service in gistoolkit.server
 

Methods in gistoolkit.server that return Service
 Service[] Server.getServices()
          Return the set of configured services.
 Service Server.getService(java.lang.String inName)
          Return the service of the given name.
 

Methods in gistoolkit.server with parameters of type Service
 void Server.addService(Service inService)
          Add a service to the list of currently available services.
 void Server.removeService(Service inService)
          Remove the service from the list of currently available services.
 

Uses of Service in gistoolkit.server.mapservice.adminextender
 

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

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

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

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

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

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

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