Uses of Class
gistoolkit.server.LayerDefinition

Packages that use LayerDefinition
gistoolkit.server   
gistoolkit.server.mapservice.adminextender   
gistoolkit.server.mapservice.adminextender.labelerhandlers   
gistoolkit.server.mapservice.adminextender.projectionhandlers   
gistoolkit.server.mapservice.adminextender.rendererhandlers   
gistoolkit.server.mapservice.adminextender.shaderhandlers   
 

Uses of LayerDefinition in gistoolkit.server
 

Methods in gistoolkit.server that return LayerDefinition
 LayerDefinition[] Service.getLayerDefinitions()
          Return the complete list of layer definitions for this service.
 LayerDefinition Service.getLayerDefinition(java.lang.String inLayerDefinitionName)
          Return the layer definition with the requested name.
 

Methods in gistoolkit.server with parameters of type LayerDefinition
 void Service.addLayerDefinition(LayerDefinition inLayerDefinition)
          Add a layer Definition to this service.
 void Service.removeLayerDefinition(LayerDefinition inLayerDefinition)
          Remove a layer Definition from this service.
 

Uses of LayerDefinition in gistoolkit.server.mapservice.adminextender
 

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

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

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

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

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