Uses of Class
gistoolkit.display.Style

Packages that use Style
gistoolkit.application.layers   
gistoolkit.datasources   
gistoolkit.datasources.db2spatialextender   
gistoolkit.datasources.imagefile   
gistoolkit.datasources.memory   
gistoolkit.datasources.mysql   
gistoolkit.datasources.oracle   
gistoolkit.datasources.postgis   
gistoolkit.datasources.seamless   
gistoolkit.datasources.shapefile   
gistoolkit.datasources.terraserver   
gistoolkit.display   
gistoolkit.server   
gistoolkit.server.mapservice.adminextender   
gistoolkit.server.mapservice.adminextender.labelerhandlers   
gistoolkit.server.mapservice.adminextender.rendererhandlers   
gistoolkit.server.mapservice.adminextender.shaderhandlers   
proprietary.datasources.arcims   
proprietary.datasources.arcsde   
 

Uses of Style in gistoolkit.application.layers
 

Methods in gistoolkit.application.layers that return Style
 Style StyleButton.getStyle()
          Returns the Style assigned to this button.
 Style StyleShaderPanel.getStyle()
          Returns the edited Style
 

Methods in gistoolkit.application.layers with parameters of type Style
 void StyleButton.setStyle(Style inStyle)
          Set the Style that this button will use for display, and will modify.
 void StyleShaderPanel.setStyle(Style inStyle)
          Set the Style to edit.
 

Constructors in gistoolkit.application.layers with parameters of type Style
StyleShaderPanel(Style inStyle)
          Creates new StyleShaderPanel
 

Uses of Style in gistoolkit.datasources
 

Methods in gistoolkit.datasources that return Style
 Style DataSource.getStyle()
          Get the style to use with this datasource.
 Style SimpleDataSource.getStyle()
          Get the default style to use with this datasource.
 

Uses of Style in gistoolkit.datasources.db2spatialextender
 

Methods in gistoolkit.datasources.db2spatialextender that return Style
 Style DB2JoinDataSource.getStyle()
          Get the style to use with this datasource.
 Style ReadOnlySpatialExtenderDataSource.getStyle()
          Get the style to use with this datasource.
 Style UpdateableSpatialExtenderDataSource.getStyle()
          Get the style to use with this datasource.
 

Uses of Style in gistoolkit.datasources.imagefile
 

Methods in gistoolkit.datasources.imagefile that return Style
 Style ImageDirectoryDataSource.getStyle()
          Get the style to use with this datasource.
 Style ImageFileDataSource.getStyle()
          Get the style to use with this datasource.
 Style RasterCatalogDataSource.getStyle()
          Get the style to use with this datasource.
 

Uses of Style in gistoolkit.datasources.memory
 

Methods in gistoolkit.datasources.memory that return Style
 Style MemoryDataSource.getStyle()
          Get the style to use with this datasource.
 

Uses of Style in gistoolkit.datasources.mysql
 

Methods in gistoolkit.datasources.mysql that return Style
 Style MySQLJoinDataSource.getStyle()
          Get the style to use with this datasource.
 Style ReadOnlyMySQLDataSource.getStyle()
          Get the style to use with this datasource.
 Style UpdateableMySQLDataSource.getStyle()
          Get the style to use with this datasource.
 

Uses of Style in gistoolkit.datasources.oracle
 

Methods in gistoolkit.datasources.oracle that return Style
 Style OracleJoinDataSource.getStyle()
          Get the style to use with this datasource.
 Style ReadOnlyOracleDataSource.getStyle()
          Get the style to use with this datasource.
 Style UpdateableOracleDataSource.getStyle()
          Get the style to use with this datasource.
 

Uses of Style in gistoolkit.datasources.postgis
 

Methods in gistoolkit.datasources.postgis that return Style
 Style PostGISJoinDataSource.getStyle()
          Get the style to use with this datasource.
 Style ReadOnlyPostGISDataSource.getStyle()
          Get the style to use with this datasource.
 Style UpdateablePostGISDataSource.getStyle()
          Get the style to use with this datasource.
 

Uses of Style in gistoolkit.datasources.seamless
 

Methods in gistoolkit.datasources.seamless that return Style
 Style SeamlessDataSource.getStyle()
          Get the style to use with this datasource.
 

Uses of Style in gistoolkit.datasources.shapefile
 

Methods in gistoolkit.datasources.shapefile that return Style
 Style DbaseFileJoinDataSource.getStyle()
          Get the style to use with this datasource.
 

Uses of Style in gistoolkit.datasources.terraserver
 

Methods in gistoolkit.datasources.terraserver that return Style
 Style TerraserverDataSource.getStyle()
          Get the style to use with this datasource.
 

Uses of Style in gistoolkit.display
 

Methods in gistoolkit.display that return Style
 Style Layer.getStyle()
          Insert the method's description here.
 

Methods in gistoolkit.display with parameters of type Style
 void Layer.setStyle(Style newStyle)
          Sets the style for this layer to use.
 

Uses of Style in gistoolkit.server
 

Methods in gistoolkit.server that return Style
 Style[] LayerDefinition.getStyles()
          Retrieve a list of the available styles for this layer.
 Style LayerDefinition.getStyle(java.lang.String inStyleName)
          Retrieve the style with this name from the list of available styles.
 

Methods in gistoolkit.server with parameters of type Style
 void LayerDefinition.addStyle(Style inStyle)
          Add a given style to the list of available styles.
 void LayerDefinition.removeStyle(Style inStyle)
          Remove a given style from the list of available styles.
 

Uses of Style in gistoolkit.server.mapservice.adminextender
 

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

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

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

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

Methods in proprietary.datasources.arcims that return Style
 Style ArcIMSDataSource.getStyle()
           
 

Uses of Style in proprietary.datasources.arcsde
 

Methods in proprietary.datasources.arcsde that return Style
 Style ArcSDEDataSource.getStyle()
          Get the style to use with this datasource.