A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

S

SCALEBAR_ACTION_TAG - Static variable in class gistoolkit.server.mapservice.adminextender.ScaleBarHandler
 
SCALEBAR_NAME_TAG - Static variable in class gistoolkit.server.mapservice.adminextender.ScaleBarHandler
 
SDOParser - class gistoolkit.datasources.oracle.SDOParser.
Class to read the SDO format objects, and convert them to GISToolkit features.
SDOParser() - Constructor for class gistoolkit.datasources.oracle.SDOParser
Creates a new instance of SDOParser
SELECT_BOX - Static variable in class gistoolkit.application.command.SelectMultiCommand
 
SELECT_DISTANCE - Static variable in class gistoolkit.application.command.SelectMultiCommand
 
SELECT_POINTER - Static variable in class gistoolkit.application.command.SelectMultiCommand
 
SELECT_POINTS - Static variable in class gistoolkit.application.command.SelectMultiCommand
 
SERVER_TAG - Static variable in class gistoolkit.server.Server
Constant used for finding configuration information in the Nodes.
SERVICE - Static variable in class gistoolkit.server.mapservice.OGC1_1_1Parser
 
SERVICE_NAME_PARAMETER - Static variable in class gistoolkit.server.mapservice.ResponseThread
 
SERVICE_NAME_TAG - Static variable in class gistoolkit.server.mapservice.adminextender.ServiceHandler
 
SERVICE_TAG - Static variable in class gistoolkit.server.Server
 
SHADER_NAME_TAG - Static variable in class gistoolkit.server.mapservice.adminextender.ShaderHandler
 
SHAPE_CONTAINS - Static variable in class gistoolkit.datasources.filter.ShapeFilter
Returns all the shapes that contain this shape.
SHAPE_EQUALS - Static variable in class gistoolkit.datasources.filter.ShapeFilter
Returns all the shapes that are the same shape as this shape.
SHAPE_INTERSECTS - Static variable in class gistoolkit.datasources.filter.ShapeFilter
Returns all the shapes that intersect/overlap this shape.
SHAPE_MULTIPATCH - Static variable in class gistoolkit.datasources.shapefile.ShapeFile
 
SHAPE_MULTIPATCH - Static variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
 
SHAPE_MULTIPOINT - Static variable in class gistoolkit.datasources.shapefile.ShapeFile
 
SHAPE_MULTIPOINT - Static variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
 
SHAPE_MULTIPOINTM - Static variable in class gistoolkit.datasources.shapefile.ShapeFile
 
SHAPE_MULTIPOINTM - Static variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
 
SHAPE_MULTIPOINTZ - Static variable in class gistoolkit.datasources.shapefile.ShapeFile
 
SHAPE_MULTIPOINTZ - Static variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
 
SHAPE_NULL - Static variable in class gistoolkit.datasources.shapefile.ShapeFile
Constants for accessing the various shape types.
SHAPE_NULL - Static variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
Shape Type Value Shape Type 0 Null Shape 1 Point 3 PolyLine 5 Polygon 8 MultiPoint 11 PointZ 13 PolyLineZ 15 PolygonZ 18 MultiPointZ 21 PointM 23 PolyLineM 25 PolygonM 28 MultiPointM 31 MultiPatch
SHAPE_POINT - Static variable in class gistoolkit.datasources.shapefile.ShapeFile
 
SHAPE_POINT - Static variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
 
SHAPE_POINTM - Static variable in class gistoolkit.datasources.shapefile.ShapeFile
 
SHAPE_POINTM - Static variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
 
SHAPE_POINTZ - Static variable in class gistoolkit.datasources.shapefile.ShapeFile
 
SHAPE_POINTZ - Static variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
 
SHAPE_POLYGON - Static variable in class gistoolkit.datasources.shapefile.ShapeFile
 
SHAPE_POLYGON - Static variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
 
SHAPE_POLYGONM - Static variable in class gistoolkit.datasources.shapefile.ShapeFile
 
SHAPE_POLYGONM - Static variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
 
SHAPE_POLYGONZ - Static variable in class gistoolkit.datasources.shapefile.ShapeFile
 
SHAPE_POLYGONZ - Static variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
 
SHAPE_POLYLINE - Static variable in class gistoolkit.datasources.shapefile.ShapeFile
 
SHAPE_POLYLINE - Static variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
 
SHAPE_POLYLINEM - Static variable in class gistoolkit.datasources.shapefile.ShapeFile
 
SHAPE_POLYLINEM - Static variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
 
SHAPE_POLYLINEZ - Static variable in class gistoolkit.datasources.shapefile.ShapeFile
 
SHAPE_POLYLINEZ - Static variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
 
SIMPLE_EXTENSION_SERVICE_NODE - Static variable in class gistoolkit.server.mapservice.SimpleExtensionService
 
SIMPLE_LABELER_ACTION_TAG - Static variable in class gistoolkit.server.mapservice.adminextender.labelerhandlers.SimpleLabelerHandler
 
SIMPLE_LABELER_ACTION_UPDATE - Static variable in class gistoolkit.server.mapservice.adminextender.labelerhandlers.SimpleLabelerHandler
 
SIMPLE_LABELER_ALLOW_DUPLICATE_TAG - Static variable in class gistoolkit.server.mapservice.adminextender.labelerhandlers.SimpleLabelerHandler
 
SIMPLE_LABELER_ALLOW_OVERLAPS_TAG - Static variable in class gistoolkit.server.mapservice.adminextender.labelerhandlers.SimpleLabelerHandler
 
SIMPLE_LABELER_LABEL_COLUMN_TAG - Static variable in class gistoolkit.server.mapservice.adminextender.labelerhandlers.SimpleLabelerHandler
 
SIMPLE_LABELER_LABEL_DIRECTION_TAG - Static variable in class gistoolkit.server.mapservice.adminextender.labelerhandlers.SimpleLabelerHandler
 
SIMPLE_LABELER_LABEL_DISTANCE_TAG - Static variable in class gistoolkit.server.mapservice.adminextender.labelerhandlers.SimpleLabelerHandler
 
SOUTH - Static variable in class gistoolkit.display.labeler.SimpleLabeler
 
SQLConverter - interface gistoolkit.datasources.SQLConverter.
Class to convert java types and AttributeTypes to SQL for a particular database.
SQLDateAttributeFilter - class gistoolkit.datasources.filter.SQLDateAttributeFilter.
Class to provide date filtering on attributes in an SQL oriented data source.
SQLDateAttributeFilter() - Constructor for class gistoolkit.datasources.filter.SQLDateAttributeFilter
Creates new SQLDateAttributeFilter for use with the configuration utility only.
SQLExpression - class gistoolkit.datasources.filter.SQLExpression.
Class to contain SQLFilters.
SQLExpression() - Constructor for class gistoolkit.datasources.filter.SQLExpression
Creates new SQLExpression, only for use with set node.
SQLExpression(SQLFilter, int, SQLFilter) - Constructor for class gistoolkit.datasources.filter.SQLExpression
Create a new SQLExpression with these two filters.
SQLFilter - interface gistoolkit.datasources.filter.SQLFilter.
Class for providing a where clause for the sql layers.
SQLJoin - class gistoolkit.datasources.filter.SQLJoin.
Class to contain SQLFilters.
SQLJoin() - Constructor for class gistoolkit.datasources.filter.SQLJoin
Creates new SQLExpression, only for use with set node.
SQLJoin(SQLFilter, int, SQLFilter) - Constructor for class gistoolkit.datasources.filter.SQLJoin
Create a new SQLExpression with these two filters.
SQLNumberAttributeFilter - class gistoolkit.datasources.filter.SQLNumberAttributeFilter.
Class to provide comparisons of numbers within an SQL String.
SQLNumberAttributeFilter() - Constructor for class gistoolkit.datasources.filter.SQLNumberAttributeFilter
Creates a new instance of SQLNumberAttributeFilter
SQLNumberAttributeFilter(String, int, double) - Constructor for class gistoolkit.datasources.filter.SQLNumberAttributeFilter
Constructor for SQLNumberAttributeFilter.
SQLStringAttributeFilter - class gistoolkit.datasources.filter.SQLStringAttributeFilter.
Class to provide date filtering on attributes in an SQL oriented data source.
SQLStringAttributeFilter() - Constructor for class gistoolkit.datasources.filter.SQLStringAttributeFilter
Creates new SQLDateAttributeFilter for use with the configuration utility only.
SQLStringAttributeINFilter - class gistoolkit.datasources.filter.SQLStringAttributeINFilter.
Class to provide date filtering on attributes in an SQL oriented data source.
SQLStringAttributeINFilter() - Constructor for class gistoolkit.datasources.filter.SQLStringAttributeINFilter
Creates new SQLDateAttributeFilter for use with the configuration utility only.
SRS - Static variable in class gistoolkit.server.mapservice.OGC1_0_0Parser
 
SRS - Static variable in class gistoolkit.server.mapservice.OGC1_1_1Parser
 
STRING - Static variable in class gistoolkit.features.AttributeType
The type used for string data, or character data, mapps to Char, Varchar, etc.
STYLES - Static variable in class gistoolkit.server.mapservice.OGC1_0_0Parser
 
STYLES - Static variable in class gistoolkit.server.mapservice.OGC1_1_1Parser
 
STYLE_NAME_TAG - Static variable in class gistoolkit.server.mapservice.adminextender.StyleHandler
 
SaveCommand - class gistoolkit.application.command.SaveCommand.
Allows the user to save the displayed immage in several formats.
SaveCommand(GISEditor) - Constructor for class gistoolkit.application.command.SaveCommand
Creates new SaveCommand
SaveConfigurationCommand - class gistoolkit.application.command.SaveConfigurationCommand.
Command to save the configuration information for this instance of the editor.
SaveConfigurationCommand() - Constructor for class gistoolkit.application.command.SaveConfigurationCommand
Creates new SaveConfigurationCommand
SaveConfigurationCommand(GISEditor) - Constructor for class gistoolkit.application.command.SaveConfigurationCommand
Construct a simple command with this editor.
SaveImageCommand - class gistoolkit.application.command.SaveImageCommand.
Allows the user to save the displayed immage in several formats.
SaveImageCommand(GISEditor) - Constructor for class gistoolkit.application.command.SaveImageCommand
Creates new SaveCommand
SaveSVGCommand - class gistoolkit.application.command.SaveSVGCommand.
Allows the user to save the displayed immage in several formats.
SaveSVGCommand(GISEditor) - Constructor for class gistoolkit.application.command.SaveSVGCommand
Creates new SaveCommand
SaveSelectionCommand - class gistoolkit.application.command.SaveSelectionCommand.
Command to take the records that are current in the copy buffer, and save them to permanent storage.
SaveSelectionCommand(GISEditor) - Constructor for class gistoolkit.application.command.SaveSelectionCommand
CutCommand constructor comment.
ScaleBar - interface gistoolkit.display.ScaleBar.
Class to display a scale bar on the map.
ScaleBarCommand - class gistoolkit.application.command.ScaleBarCommand.
Edit the Scale Bar
ScaleBarCommand(GISEditor) - Constructor for class gistoolkit.application.command.ScaleBarCommand
Creates new ScaleBarCommand
ScaleBarDialog - class gistoolkit.application.dialog.ScaleBarDialog.
A dialog to display and edit the available scale bars..
ScaleBarDialog(Frame) - Constructor for class gistoolkit.application.dialog.ScaleBarDialog
Creates new ScaleBarialog
ScaleBarHandler - class gistoolkit.server.mapservice.adminextender.ScaleBarHandler.
Allows selection of different ScaleBars.
ScaleBarHandler() - Constructor for class gistoolkit.server.mapservice.adminextender.ScaleBarHandler
Creates new ScaleBarHandler
ScaleBarPanel - class gistoolkit.application.dialog.scalebar.ScaleBarPanel.
Abstract Class to allow shaders to generate GUI interfaces for editing just them.
ScaleBarPanel() - Constructor for class gistoolkit.application.dialog.scalebar.ScaleBarPanel
 
SeamlessDataSource - class gistoolkit.datasources.seamless.SeamlessDataSource.
Seamless data sources are just a way of indexing a lot of different shapes in an efficient way.
SeamlessDataSource() - Constructor for class gistoolkit.datasources.seamless.SeamlessDataSource
Creates new SeamlessDataSource
SeamlessDataSource(String) - Constructor for class gistoolkit.datasources.seamless.SeamlessDataSource
Creates new SeamlessDataSource
SeamlessDataSourcePanel - class gistoolkit.application.layers.layerpanel.SeamlessDataSourcePanel.
Panel for collecting the information required for creating a shape file data source.
SeamlessDataSourcePanel() - Constructor for class gistoolkit.application.layers.layerpanel.SeamlessDataSourcePanel
ShapeFilePanel constructor comment.
SeamlessDataSourcePanel(LayoutManager) - Constructor for class gistoolkit.application.layers.layerpanel.SeamlessDataSourcePanel
ShapeFilePanel constructor comment.
SeamlessDataSourcePanel(LayoutManager, boolean) - Constructor for class gistoolkit.application.layers.layerpanel.SeamlessDataSourcePanel
ShapeFilePanel constructor comment.
SeamlessDataSourcePanel(boolean) - Constructor for class gistoolkit.application.layers.layerpanel.SeamlessDataSourcePanel
ShapeFilePanel constructor comment.
SeamlessHandler - class gistoolkit.server.mapservice.adminextender.datasourcehandlers.SeamlessHandler.
Class to handle the creation of the seamless table data source, display the parameters, and handle the return values.
SeamlessHandler() - Constructor for class gistoolkit.server.mapservice.adminextender.datasourcehandlers.SeamlessHandler
 
SelectAllCommand - class gistoolkit.application.command.SelectAllCommand.
Command to select all the visible records within the selected layer.
SelectAllCommand(GISEditor) - Constructor for class gistoolkit.application.command.SelectAllCommand
Construct a simple command with this editor.
SelectBoxModel - class gistoolkit.display.drawmodel.SelectBoxModel.
Handles the selection of multiple objects from the currently selected layer.
SelectBoxModel() - Constructor for class gistoolkit.display.drawmodel.SelectBoxModel
Creates new SelectDrawModel
SelectBoxModel(Command) - Constructor for class gistoolkit.display.drawmodel.SelectBoxModel
Creates new SelectDrawModel
SelectCommand - class gistoolkit.application.command.SelectCommand.
Command to enable the select draw model on the display Creation date: (4/24/2001 2:17:21 PM)
SelectCommand(GISEditor) - Constructor for class gistoolkit.application.command.SelectCommand
Construct a simple command with this editor.
SelectDrawModel - class gistoolkit.display.drawmodel.SelectDrawModel.
Super class for handling selections from the interface.
SelectDrawModel() - Constructor for class gistoolkit.display.drawmodel.SelectDrawModel
Creates new SelectDrawModel
SelectDrawModelListener - interface gistoolkit.display.drawmodel.SelectDrawModelListener.
Interface for components which wish to listen to the selection events.
SelectMultiCommand - class gistoolkit.application.command.SelectMultiCommand.
Command to allow the selection of one or more objects on the display.
SelectMultiCommand() - Constructor for class gistoolkit.application.command.SelectMultiCommand
SelectCommand constructor comment.
SelectMultiCommand(GISEditor) - Constructor for class gistoolkit.application.command.SelectMultiCommand
Construct a simple command with this display.
SelectPointModel - class gistoolkit.display.drawmodel.SelectPointModel.
Handles the selection of a single object from the currently selected layer.
SelectPointModel() - Constructor for class gistoolkit.display.drawmodel.SelectPointModel
Creates new SelectDrawModel
SelectPointModel(Command) - Constructor for class gistoolkit.display.drawmodel.SelectPointModel
Creates new SelectDrawModel
SelectPointerModel - class gistoolkit.display.drawmodel.SelectPointerModel.
Handles the selection of a single object from the currently selected layer.
SelectPointerModel() - Constructor for class gistoolkit.display.drawmodel.SelectPointerModel
Creates new SelectDrawModel
SelectPointerModel(Command) - Constructor for class gistoolkit.display.drawmodel.SelectPointerModel
Creates new SelectDrawModel
SelectPointsModel - class gistoolkit.display.drawmodel.SelectPointsModel.
Handles the selection of multiple objects from the currently selected layer.
SelectPointsModel() - Constructor for class gistoolkit.display.drawmodel.SelectPointsModel
Creates new SelectDrawModel
SelectPointsModel(Command) - Constructor for class gistoolkit.display.drawmodel.SelectPointsModel
Creates new SelectDrawModel
Server - class gistoolkit.server.Server.
Holds the collection of services.
Server(ServerHolder) - Constructor for class gistoolkit.server.Server
Creates new Service
ServerHandler - class gistoolkit.server.mapservice.adminextender.ServerHandler.
Handles configuration of the Server class from a web page.
ServerHandler() - Constructor for class gistoolkit.server.mapservice.adminextender.ServerHandler
Creates new ServerHandler
ServerHolder - interface gistoolkit.server.ServerHolder.
Class to allow the server to tell the container when to save it's configuration.
Service - class gistoolkit.server.Service.
Class to handle all of the service related information.
Service() - Constructor for class gistoolkit.server.Service
Creates new Server
ServiceHandler - class gistoolkit.server.mapservice.adminextender.ServiceHandler.
Class to handle Configuration of the service from a web page.
ServiceHandler() - Constructor for class gistoolkit.server.mapservice.adminextender.ServiceHandler
Creates new ServiceHandler
Shader - interface gistoolkit.display.Shader.
Determines which color to use when drawing the feature.
ShaderButton - class gistoolkit.application.layers.ShaderButton.
Button for displaying an icon for the shader attributes..
ShaderButton() - Constructor for class gistoolkit.application.layers.ShaderButton
ShaderButton constructor comment.
ShaderEditDialog - interface gistoolkit.display.ShaderEditDialog.
Dialog to be used to edit a shader.
ShaderHandler - class gistoolkit.server.mapservice.adminextender.ShaderHandler.
Class for selecting amung the available shaders.
ShaderHandler() - Constructor for class gistoolkit.server.mapservice.adminextender.ShaderHandler
Creates new ShaderHandler
ShaderPanel - class gistoolkit.display.shader.ShaderPanel.
Abstract Class to allow shaders to generate GUI interfaces for editing just them.
ShaderPanel() - Constructor for class gistoolkit.display.shader.ShaderPanel
 
ShaderSelectPanel - class gistoolkit.application.layers.ShaderSelectPanel.
Panel that allows the user to select the appropriate shader for their application, and to modify the attributes of that shader.
ShaderSelectPanel() - Constructor for class gistoolkit.application.layers.ShaderSelectPanel
Creates new ShaderSelectPanel
Shape - class gistoolkit.features.Shape.
Represents the data associated with any shape.
Shape() - Constructor for class gistoolkit.features.Shape
 
ShapeEditor - class gistoolkit.display.shapeeditor.ShapeEditor.
There is the need to type in particular coordinates when editing a shape.
ShapeEditor() - Constructor for class gistoolkit.display.shapeeditor.ShapeEditor
Creates new ShapeEditor
ShapeEditorDlg - class gistoolkit.display.shapeeditor.ShapeEditorDlg.
Dialog for editing the points of a shape.
ShapeEditorDlg(Frame, boolean) - Constructor for class gistoolkit.display.shapeeditor.ShapeEditorDlg
Creates new ShapeEditorDlg
ShapeEditorListener - interface gistoolkit.display.shapeeditor.ShapeEditorListener.
Class to allow listeners to be notified when events happen to shapes, such as points added, removed, or modified.
ShapeFile - class gistoolkit.datasources.shapefile.ShapeFile.
Represents a shape file on the disk.
ShapeFile() - Constructor for class gistoolkit.datasources.shapefile.ShapeFile
Create a new blank shape file, not too usefull
ShapeFile(String) - Constructor for class gistoolkit.datasources.shapefile.ShapeFile
Constructor to create a new Shape File with the given file name.
ShapeFileConverterDialog - class gistoolkit.application.dialog.ShapeFileConverterDialog.
Allows the user to convert a shape file in one coordinate system to another.
ShapeFileConverterDialog(Frame) - Constructor for class gistoolkit.application.dialog.ShapeFileConverterDialog
Creates new ShapeFileConverterDialog
ShapeFileCreator - class gistoolkit.datasources.shapefile.ShapeFileCreator.
Class for saving a data set as a shape file.
ShapeFileCreator() - Constructor for class gistoolkit.datasources.shapefile.ShapeFileCreator
Creates new ShapeFileCreator
ShapeFileDataSource - class gistoolkit.datasources.shapefile.ShapeFileDataSource.
A data source bassed on a shape file.
ShapeFileDataSource() - Constructor for class gistoolkit.datasources.shapefile.ShapeFileDataSource
create a new shape file, it is non functional until setFileName is called.
ShapeFileDataSource(String) - Constructor for class gistoolkit.datasources.shapefile.ShapeFileDataSource
create a new shape file with the given name.
ShapeFileDataSourcePanel - class gistoolkit.application.layers.layerpanel.ShapeFileDataSourcePanel.
Panel for collecting the information required for creating a shape file data source.
ShapeFileDataSourcePanel() - Constructor for class gistoolkit.application.layers.layerpanel.ShapeFileDataSourcePanel
ShapeFilePanel constructor comment.
ShapeFileDataSourcePanel(LayoutManager) - Constructor for class gistoolkit.application.layers.layerpanel.ShapeFileDataSourcePanel
ShapeFilePanel constructor comment.
ShapeFileDataSourcePanel(LayoutManager, boolean) - Constructor for class gistoolkit.application.layers.layerpanel.ShapeFileDataSourcePanel
ShapeFilePanel constructor comment.
ShapeFileDataSourcePanel(boolean) - Constructor for class gistoolkit.application.layers.layerpanel.ShapeFileDataSourcePanel
ShapeFilePanel constructor comment.
ShapeFileDataset - class gistoolkit.datasources.shapefile.ShapeFileDataset.
A dataset specific to the shape file needs
ShapeFileDataset() - Constructor for class gistoolkit.datasources.shapefile.ShapeFileDataset
ShapeFileDataset constructor comment.
ShapeFileDataset(String[]) - Constructor for class gistoolkit.datasources.shapefile.ShapeFileDataset
ShapeFileDataset constructor comment.
ShapeFileHandler - class gistoolkit.server.mapservice.adminextender.datasourcehandlers.ShapeFileHandler.
Class to handle the creation of the shape file data source, display the parameters, and handle the return values.
ShapeFileHandler() - Constructor for class gistoolkit.server.mapservice.adminextender.datasourcehandlers.ShapeFileHandler
 
ShapeFileHeader - class gistoolkit.datasources.shapefile.ShapeFileHeader.
Class to represent the header in the shape file.
ShapeFileHeader() - Constructor for class gistoolkit.datasources.shapefile.ShapeFileHeader
ShapeFileHeader constructor comment.
ShapeFileProjectorCommand - class gistoolkit.application.command.ShapeFileProjectorCommand.
 
ShapeFileProjectorCommand(GISEditor) - Constructor for class gistoolkit.application.command.ShapeFileProjectorCommand
Creates new ShapeFileProjectorCommand
ShapeFileReader - class gistoolkit.datasources.shapefile.ShapeFileReader.
A ShapeFileReader is used to pull shapes out of a shapefile one at a time.
ShapeFileReader(String) - Constructor for class gistoolkit.datasources.shapefile.ShapeFileReader
Create a reader on the named file
ShapeFileRecord - class gistoolkit.datasources.shapefile.ShapeFileRecord.
A record type to keep track of the index in the shape file for updates.
ShapeFileRecord() - Constructor for class gistoolkit.datasources.shapefile.ShapeFileRecord
ShapeFileRecord constructor comment.
ShapeFileRecord(int, Record) - Constructor for class gistoolkit.datasources.shapefile.ShapeFileRecord
Create a Shape File Record from an existing Record.
ShapeFileRecord(int, Shape, Object[], String[], AttributeType[]) - Constructor for class gistoolkit.datasources.shapefile.ShapeFileRecord
Create a new Shape file record with the given index, shape attributes attributenames, and attributeTypes.
ShapeFileStream - class gistoolkit.datasources.shapefile.ShapeFileStream.
This is a convenience class used by ShapeFileReader and ShapeFileWriter that captures methods used by both.
ShapeFileStream(String) - Constructor for class gistoolkit.datasources.shapefile.ShapeFileStream
 
ShapeFileWriter - class gistoolkit.datasources.shapefile.ShapeFileWriter.
A ShapeFileReader is used to write shapes out to a shapefile one at a time.
ShapeFileWriter(String) - Constructor for class gistoolkit.datasources.shapefile.ShapeFileWriter
 
ShapeFilter - class gistoolkit.datasources.filter.ShapeFilter.
Filter for filtering on the shape.
ShapeFilter() - Constructor for class gistoolkit.datasources.filter.ShapeFilter
Creates a new filter bassed on this shape for use with the configuration utility.
ShapeFilter(int, Shape) - Constructor for class gistoolkit.datasources.filter.ShapeFilter
Creates a new filter bassed on this shape.
ShapeProjector - class gistoolkit.projection.ShapeProjector.
Projects the shape in the given direction.
ShapeProjector() - Constructor for class gistoolkit.projection.ShapeProjector
Creates new ShapeProjector
ShapeUtils - class gistoolkit.datasources.ShapeUtils.
Class for checking and manipulating the objects.
ShapeUtils() - Constructor for class gistoolkit.datasources.ShapeUtils
ShapeUtils constructor comment.
ShowAttributeCommand - class gistoolkit.application.command.ShowAttributeCommand.
Command to select all the visible records within the selected layer.
ShowAttributeCommand(GISEditor) - Constructor for class gistoolkit.application.command.ShowAttributeCommand
Construct a simple command with this editor.
SimpleAttributeFilterPanel - class gistoolkit.application.layers.layerpanel.filterpanel.SimpleAttributeFilterPanel.
Super class for attribute filter panels.
SimpleAttributeFilterPanel() - Constructor for class gistoolkit.application.layers.layerpanel.filterpanel.SimpleAttributeFilterPanel
Creates new StringFilterPanel
SimpleBooleanEditor - class gistoolkit.display.widgets.attrieditors.SimpleBooleanEditor.
 
SimpleBooleanEditor() - Constructor for class gistoolkit.display.widgets.attrieditors.SimpleBooleanEditor
 
SimpleCommand - class gistoolkit.application.command.SimpleCommand.
A simple command, meant to be subclassed.
SimpleCommand() - Constructor for class gistoolkit.application.command.SimpleCommand
Create a new simple command.
SimpleCommand(GISEditor) - Constructor for class gistoolkit.application.command.SimpleCommand
SimpleCommand constructor comment.
SimpleCommand(String, Icon, GISEditor) - Constructor for class gistoolkit.application.command.SimpleCommand
SimpleCommand constructor comment.
SimpleDBDataSource - class gistoolkit.datasources.SimpleDBDataSource.
Contains many convenience methods for building a data source based on a database.
SimpleDBDataSource() - Constructor for class gistoolkit.datasources.SimpleDBDataSource
Creates new SimpleDBDataSource
SimpleDataSource - class gistoolkit.datasources.SimpleDataSource.
The SimpleDataSource implements the DataSource, and implements some of the more tedious methods of it.
SimpleDataSource() - Constructor for class gistoolkit.datasources.SimpleDataSource
Creates new SimpleDataSource
SimpleDateEditor - class gistoolkit.display.widgets.attrieditors.SimpleDateEditor.
 
SimpleDateEditor() - Constructor for class gistoolkit.display.widgets.attrieditors.SimpleDateEditor
 
SimpleDoubleEditor - class gistoolkit.display.widgets.attrieditors.SimpleDoubleEditor.
 
SimpleDoubleEditor() - Constructor for class gistoolkit.display.widgets.attrieditors.SimpleDoubleEditor
 
SimpleDrawModel - class gistoolkit.display.drawmodel.SimpleDrawModel.
Simple draw model, good for subclassing.
SimpleDrawModel() - Constructor for class gistoolkit.display.drawmodel.SimpleDrawModel
SimpleDrawModel constructor comment.
SimpleEditor - class gistoolkit.display.widgets.attributeeditors.SimpleEditor.
Class to allow editing of data within a cell or grid.
SimpleEditor() - Constructor for class gistoolkit.display.widgets.attributeeditors.SimpleEditor
Creates new SimpleEditor
SimpleEditor - class gistoolkit.display.widgets.attrieditors.SimpleEditor.
Class to allow editing of data within a cell or grid.
SimpleEditor() - Constructor for class gistoolkit.display.widgets.attrieditors.SimpleEditor
Creates new SimpleEditor
SimpleEllipsoid - class gistoolkit.projection.ellipsoid.SimpleEllipsoid.
Simple class to be used as a super class of sub Ellipsoids.
SimpleEllipsoid() - Constructor for class gistoolkit.projection.ellipsoid.SimpleEllipsoid
Creates new SimpleEllipsoid
SimpleExtensionService - class gistoolkit.server.mapservice.SimpleExtensionService.
Provides an easy way to write an extension service.
SimpleExtensionService() - Constructor for class gistoolkit.server.mapservice.SimpleExtensionService
Creates new SimpleExtensionService
SimpleFloatEditor - class gistoolkit.display.widgets.attrieditors.SimpleFloatEditor.
 
SimpleFloatEditor() - Constructor for class gistoolkit.display.widgets.attrieditors.SimpleFloatEditor
 
SimpleIntegerEditor - class gistoolkit.display.widgets.attrieditors.SimpleIntegerEditor.
 
SimpleIntegerEditor() - Constructor for class gistoolkit.display.widgets.attrieditors.SimpleIntegerEditor
 
SimpleJoinDBDataSource - class gistoolkit.datasources.SimpleJoinDBDataSource.
Super class for join data sources that are connected to databases.
SimpleJoinDBDataSource() - Constructor for class gistoolkit.datasources.SimpleJoinDBDataSource
For use with configuration only where the source data source is to be set with the setNode() function.
SimpleJoinDBDataSource(DataSource) - Constructor for class gistoolkit.datasources.SimpleJoinDBDataSource
Create a new DB2JoinDataSource with this data source as the source node.
SimpleJoinDataSource - class gistoolkit.datasources.SimpleJoinDataSource.
Super class for joining tabular information to shape information.
SimpleJoinDataSource() - Constructor for class gistoolkit.datasources.SimpleJoinDataSource
For use with configuration only where the source data source is to be set with the setNode() function.
SimpleJoinDataSource(DataSource) - Constructor for class gistoolkit.datasources.SimpleJoinDataSource
Create a new DB2JoinDataSource with this data source as the source node.
SimpleLabeler - class gistoolkit.display.labeler.SimpleLabeler.
Simple Labeler to be extended by more advanced renderers.
SimpleLabeler() - Constructor for class gistoolkit.display.labeler.SimpleLabeler
Creates new BasicLabeler
SimpleLabelerHandler - class gistoolkit.server.mapservice.adminextender.labelerhandlers.SimpleLabelerHandler.
Class to handle the HTML editing of simple labelers.
SimpleLabelerHandler() - Constructor for class gistoolkit.server.mapservice.adminextender.labelerhandlers.SimpleLabelerHandler
Creates a new instance of SimpleLabelerHandler
SimpleLabelerPanel - class gistoolkit.display.labeler.SimpleLabelerPanel.
Panel for editing a SimpleLabeler
SimpleLabelerPanel() - Constructor for class gistoolkit.display.labeler.SimpleLabelerPanel
Creates new SimpleLabelerPanel
SimpleProjection - class gistoolkit.projection.SimpleProjection.
Used for handling general things like lat oragin, long oragin, and elipsoid.
SimpleProjection() - Constructor for class gistoolkit.projection.SimpleProjection
 
SimpleProjectionPanel - class gistoolkit.projection.SimpleProjectionPanel.
Handles the inputing of the basic information associated with a simple projection.
SimpleProjectionPanel() - Constructor for class gistoolkit.projection.SimpleProjectionPanel
Creates new SimpleProjectionPanel
SimpleRenderer - class gistoolkit.display.renderer.SimpleRenderer.
 
SimpleRenderer() - Constructor for class gistoolkit.display.renderer.SimpleRenderer
 
SimpleSQLConverter - class gistoolkit.datasources.SimpleSQLConverter.
Class to convert java types and AttributeTypes to SQL for a particular database.
SimpleSQLConverter() - Constructor for class gistoolkit.datasources.SimpleSQLConverter
Creates a new instance of SimpleSQLConverter
SimpleScaleBar - class gistoolkit.display.scalebar.SimpleScaleBar.
Class to display a scale bar on the map.
SimpleScaleBar() - Constructor for class gistoolkit.display.scalebar.SimpleScaleBar
Creates a new instance of ScaleBar
SimpleScaleBarHandler - class gistoolkit.server.mapservice.adminextender.scalebarhandlers.SimpleScaleBarHandler.
Class to handle configuring a simple scale bar.
SimpleScaleBarHandler() - Constructor for class gistoolkit.server.mapservice.adminextender.scalebarhandlers.SimpleScaleBarHandler
Creates new SimpleScaleBarHandler
SimpleScaleBarPanel - class gistoolkit.application.dialog.scalebar.SimpleScaleBarPanel.
Panel for editing the attributes of the SimpleScaleBar.
SimpleScaleBarPanel() - Constructor for class gistoolkit.application.dialog.scalebar.SimpleScaleBarPanel
Creates new SimpleScalebarPanel
SimpleShader - class gistoolkit.display.shader.SimpleShader.
A simple shader to handle the simplest case.
SimpleShader() - Constructor for class gistoolkit.display.shader.SimpleShader
Creates new SimpleShader
SimpleShortEditor - class gistoolkit.display.widgets.attrieditors.SimpleShortEditor.
 
SimpleShortEditor() - Constructor for class gistoolkit.display.widgets.attrieditors.SimpleShortEditor
 
SimpleStringEditor - class gistoolkit.display.widgets.attributeeditors.SimpleStringEditor.
 
SimpleStringEditor() - Constructor for class gistoolkit.display.widgets.attributeeditors.SimpleStringEditor
Creates new SimpleStringEditor
SimpleStringEditor - class gistoolkit.display.widgets.attrieditors.SimpleStringEditor.
 
SimpleStringEditor() - Constructor for class gistoolkit.display.widgets.attrieditors.SimpleStringEditor
Creates new SimpleStringEditor
SpatialExtenderDataSource - class gistoolkit.datasources.db2spatialextender.SpatialExtenderDataSource.
Super class for the Spatial Extender DataSources.
SpatialExtenderDataSource() - Constructor for class gistoolkit.datasources.db2spatialextender.SpatialExtenderDataSource
Creates new SpatialExtenderDataSource
SpatialExtenderRecord - class gistoolkit.datasources.db2spatialextender.SpatialExtenderRecord.
Record to handle the problems with updating records in spatial extender.
SpatialExtenderRecord() - Constructor for class gistoolkit.datasources.db2spatialextender.SpatialExtenderRecord
Creates new SpatialExtenderRecord
StringAttributeFilter - class gistoolkit.datasources.filter.StringAttributeFilter.
Class for filtering on attributes that are strings.
StringAttributeFilter() - Constructor for class gistoolkit.datasources.filter.StringAttributeFilter
Creates new StringAttributeFilter, for use with the configuration utilities.
StringAttributeFilter(String, int, String) - Constructor for class gistoolkit.datasources.filter.StringAttributeFilter
Creates new StringAttributeFilter
StringFilterPanel - class gistoolkit.application.layers.layerpanel.filterpanel.StringFilterPanel.
Class to create string filters.
StringFilterPanel() - Constructor for class gistoolkit.application.layers.layerpanel.filterpanel.StringFilterPanel
 
Style - class gistoolkit.datasources.webservice.Style.
Holds information about the styles available for a web service.
Style(String, String, String) - Constructor for class gistoolkit.datasources.webservice.Style
Creates new Style
Style - class gistoolkit.display.Style.
Class to represent the style of a layer.
Style() - Constructor for class gistoolkit.display.Style
Constructs a new style with a single Feature Renderer, and a MonoShader with the default color scheme for Shaders.
Style(Renderer) - Constructor for class gistoolkit.display.Style
Constructs a new style with the given Renderer (if null is specified, then no renderer is used), and a MonoShader with the default color scheme for Shaders.
Style(Renderer, Shader) - Constructor for class gistoolkit.display.Style
Constructs a new style with the given Renderer (if null is specified, then no renderer is used), and the given shader (if null is specified then a mono shader is used with the default color scheme for mono shaders).
Style - class gistoolkit.server.mapclient.wmsclient.Style.
Holds information about the styles available for a web service.
Style(String, String, String) - Constructor for class gistoolkit.server.mapclient.wmsclient.Style
Creates new Style
StyleButton - class gistoolkit.application.layers.StyleButton.
Button for showing what a given style will look like.
StyleButton() - Constructor for class gistoolkit.application.layers.StyleButton
ShaderButton constructor comment.
StyleHandler - class gistoolkit.server.mapservice.adminextender.StyleHandler.
 
StyleHandler() - Constructor for class gistoolkit.server.mapservice.adminextender.StyleHandler
Creates new StyleHandler
StyleShaderPanel - class gistoolkit.application.layers.StyleShaderPanel.
Panel that allows the user to select the appropriate shaders for the particular style.
StyleShaderPanel() - Constructor for class gistoolkit.application.layers.StyleShaderPanel
Creates new StyleShaderPanel
StyleShaderPanel(Style) - Constructor for class gistoolkit.application.layers.StyleShaderPanel
Creates new StyleShaderPanel
save(Record[], String) - Static method in class gistoolkit.datasources.shapefile.ShapeFileCreator
Save the shape file as a file.
save(String) - Method in class gistoolkit.server.mapservice.WebMapService
Initialize the service.
saveConfig() - Method in class gistoolkit.application.GISEditor
Save the configuration information for the application.
saveConfig() - Method in class gistoolkit.server.Server
Save the configuration of the server.
saveConfig() - Method in interface gistoolkit.server.ServerHolder
Save the configuration.
saveConfig() - Method in class gistoolkit.server.mapservice.WebMapService
 
saveConfig(Request, Response) - Method in class gistoolkit.server.mapservice.adminextender.AdminExtender
Show an error message to the user.
saveIndex() - Method in class gistoolkit.datasources.imagefile.ImageDirectoryDataSource
Save the index to a file.
seek(long) - Method in class cmp.LEDataStream.LERandomAccessFile
 
select(LayerEntryPanel) - Method in class gistoolkit.application.layers.LayerPanel
Called when the layer entry panel has been selected.
selectPoint(int) - Method in class gistoolkit.display.shapeeditor.LineStringEditor
Called to notify that the point has been selected, helps keep this editor in synch with outside events.
selectPoint(int) - Method in class gistoolkit.display.shapeeditor.LinearRingEditor
 
selectPoint(int) - Method in class gistoolkit.display.shapeeditor.MultiLineStringEditor
Called to notify that the point has been selected, helps keep this editor in synch with outside events.
selectPoint(int) - Method in class gistoolkit.display.shapeeditor.MultiPointEditor
Called to notify that the point has been selected, helps keep this editor in synch with outside events.
selectPoint(int) - Method in class gistoolkit.display.shapeeditor.MultiPolygonEditor
Called to notify that the point has been selected, helps keep this editor in synch with outside events.
selectPoint(int) - Method in class gistoolkit.display.shapeeditor.PointEditor
Called to notify that the point has been selected, helps keep this editor in synch with outside events.
selectPoint(int) - Method in class gistoolkit.display.shapeeditor.PolygonEditor
Called to notify that the point has been selected, helps keep this editor in synch with outside events.
selectPoint(int) - Method in class gistoolkit.display.shapeeditor.ShapeEditor
Called to notify that the point has been selected, helps keep this editor in synch with outside events.
selectedBorder - Variable in class gistoolkit.display.shader.RangeShaderPanel.ColorRenderer
 
setAdd() - Method in class gistoolkit.application.command.EditCommand
Set the state of the EditNodesDrawModel to Add.
setAllowDuplicates(boolean) - Method in class gistoolkit.display.labeler.SimpleLabeler
Indicates that duplicates are allowed.
setAllowOverlaps(boolean) - Method in class gistoolkit.display.labeler.SimpleLabeler
Set the allow overlaps flag.
setAlpha(float) - Method in class gistoolkit.display.scalebar.SimpleScaleBar
Set the alpha of the shape 0 means clear, 1 means opaque.
setAlpha(float) - Method in class gistoolkit.display.shader.MonoShader
Set the alpha of the shape 0 means clear, 1 means opaque.
setAlpha(float) - Method in class gistoolkit.display.shader.SimpleShader
Set the alpha of the shape 0 means clear, 1 means opaque.
setApplicationName(String) - Static method in class gistoolkit.application.Constants
Sets a constant name for the application.
setAttribute(Object) - Method in interface gistoolkit.display.widgets.AttributeEditor
Set the object to be edited in the editor
setAttribute(Object) - Method in class gistoolkit.display.widgets.attributeeditors.SimpleEditor
Set the attribute to be edited
setAttribute(Object) - Method in class gistoolkit.display.widgets.attributeeditors.SimpleStringEditor
Set the attribute (Presumably a string) to be edited
setAttribute(Object) - Method in class gistoolkit.display.widgets.attrieditors.SimpleBooleanEditor
 
setAttribute(Object) - Method in class gistoolkit.display.widgets.attrieditors.SimpleDateEditor
Set the attribute (Presumably a string) to be edited
setAttribute(Object) - Method in class gistoolkit.display.widgets.attrieditors.SimpleDoubleEditor
Set the attribute (Presumably a string) to be edited
setAttribute(Object) - Method in class gistoolkit.display.widgets.attrieditors.SimpleEditor
Set the attribute to be edited
setAttribute(Object) - Method in class gistoolkit.display.widgets.attrieditors.SimpleFloatEditor
Set the attribute (Presumably a string) to be edited
setAttribute(Object) - Method in class gistoolkit.display.widgets.attrieditors.SimpleIntegerEditor
Set the attribute (Presumably a string) to be edited
setAttribute(Object) - Method in class gistoolkit.display.widgets.attrieditors.SimpleShortEditor
Set the attribute (Presumably a string) to be edited
setAttribute(Object) - Method in class gistoolkit.display.widgets.attrieditors.SimpleStringEditor
Set the attribute (Presumably a string) to be edited
setAttributeName(String) - Method in class gistoolkit.application.layers.layerpanel.filterpanel.SimpleAttributeFilterPanel
Method to set the attribute to use.
setAttributeName(String) - Method in class gistoolkit.datasources.filter.AttributeFilter
Set the attribute name to use in comparisons.
setAttributeNames(String[]) - Method in class gistoolkit.application.layers.layerpanel.filterpanel.SimpleAttributeFilterPanel
Set the attribute names.
setAttributeNames(String[]) - Method in class gistoolkit.features.Record
Sets the attribute names associated with the attributes.
setAttributeNamesAndTypes(String[], AttributeType[]) - Method in class gistoolkit.datasources.memory.MemoryDataSource
Method to set the attributes, names and types for this data source.
setAttributeTypes(AttributeType[]) - Method in class gistoolkit.features.Record
Sets the AttributeTypes associated with the attributes.
setAttributes(String[], AttributeType[]) - Method in class gistoolkit.application.layers.tableeditor.MemoryTableEditor
Set the attributes and types to edit in this editor.
setAttributes(Object[]) - Method in class gistoolkit.features.Record
Set the attribute data associated with this shape
setAuxilliaryColors(String[], Color[]) - Method in class gistoolkit.display.shader.RandomShader
Set the values and the associated colors, null colors will be assigned a random color.
setBackgroundColor(Color) - Method in class gistoolkit.server.MapRequest
Sets the background color of the image.
setBannerPageImageFileName(String) - Method in class gistoolkit.server.mapclient.AppletClient
set the banner page image file name.
setBannerPageImageFileName(String) - Method in class gistoolkit.server.mapservice.adminextender.AdminExtender
set the banner page image file name.
setBannerPageImageFileName(String) - Method in class gistoolkit.server.mapservice.clientextender.ClientExtender
set the banner page image file name.
setBannerPageImageFileName(String) - Method in class gistoolkit.server.mapservice.htmlclientextender.HTMLClientExtender
set the banner page image file name.
setBinColumnName(String) - Method in class gistoolkit.display.shader.BinShader
Set the name of the column to shade by
setBottomX(double) - Method in interface gistoolkit.server.mapclient.Client
 
setBottomX(double) - Method in class gistoolkit.server.mapclient.OGCClient
Sets the horrizontal location of the lower right hand corner in world coordinates.
setBottomY(double) - Method in interface gistoolkit.server.mapclient.Client
 
setBottomY(double) - Method in class gistoolkit.server.mapclient.OGCClient
Sets the vertical location of the lower right hand corner in world coordinates.
setBoundingBox(MapRequest, String) - Static method in class gistoolkit.server.mapservice.OGCParser
Sets the coordinates of the bounding box given the input string.
setBoxColor(Color) - Method in class gistoolkit.server.mapclient.drawer.BoxDrawer
Set the color to draw the box
setButton(GISMenuButton) - Method in class gistoolkit.application.command.EditCommand
Set the button in this command.
setButton(GISMenuButton) - Method in class gistoolkit.application.command.NewShapeCommand
Set the button in this command.
setButton(GISMenuButton) - Method in class gistoolkit.application.command.SelectMultiCommand
Set the button in this command.
setButtonsVisible(boolean) - Method in class gistoolkit.display.widgets.GISMenuButton
Show the cascading buttons.
setCache(GISDataset, Envelope) - Method in class gistoolkit.datasources.SimpleDataSource
Set the cached data set and envelope.
setCached(boolean) - Method in class gistoolkit.datasources.SimpleDataSource
Set to true if this datasource should cache it's shapes.
setCalledURL(String) - Method in class gistoolkit.server.MapRequest
Set the URL that was used to call this request.
setCatalogDirectory(String) - Method in class gistoolkit.datasources.imagefile.RasterCatalogDataSource
Set the name of the directory where the images are stored.
setCentralScale(double) - Method in class gistoolkit.projection.TransversMercatorProjection
Set the central scale factor, default is 0.9996
setClient(Client) - Method in interface gistoolkit.server.mapclient.Command
Called before the execute command.
setClient(Client) - Method in class gistoolkit.server.mapclient.command.BasicCommand
Called before the execute command.
setCode(String) - Method in class gistoolkit.projection.ellipsoid.EPSGEllipsoid
Set the EPSG code for this ellipsoid
setColor(Color) - Method in class gistoolkit.display.widgets.ColorButton
Set the color to display
setColor(Color) - Method in class gistoolkit.display.widgets.ColorDlg
Set the color in the dialog.
setColors(String[], Color[]) - Method in class gistoolkit.display.shader.RandomShader
Set the values and the associated colors, null colors will be assigned a random color.
setColumnFormat(int) - Method in class gistoolkit.display.labeler.ColumnAttributes
Set the format to apply to the column.
setColumnName(String) - Method in class gistoolkit.display.shader.RandomShader
Set the name of the column to shade by
setColumnName(String) - Method in class gistoolkit.display.shader.RangeShader
Set the name of the column to shade by
setColumnName(String) - Method in class gistoolkit.display.shader.SimpleShader
Set the name of the column to shade by
setColumnNum(int) - Method in class gistoolkit.display.labeler.ColumnAttributes
Set the number of the column to label.
setColumnPostString(String) - Method in class gistoolkit.display.labeler.ColumnAttributes
Set the string to append after the column.
setColumnPreString(String) - Method in class gistoolkit.display.labeler.ColumnAttributes
Set the string to append before the column.
setColumns(String[]) - Method in class gistoolkit.application.layers.labelerpanel.FeatureLabelerPanel
Set the columns
setColumns(String[]) - Method in class gistoolkit.application.layers.labelerpanel.MultipleLabelerPanel
Set the columns
setColumns(String[]) - Method in class gistoolkit.display.labeler.LabelerPanel
called to give the labeler panel the list of columns
setColumns(String[]) - Method in class gistoolkit.display.labeler.SimpleLabelerPanel
Set the columns
setCommand(Command) - Method in class gistoolkit.display.drawmodel.SimpleDrawModel
Set the command to call at the completion of this draw.
setCommand(Command) - Method in interface gistoolkit.display.widgets.GISButton
Set the command to execute when the button is pressed.
setCommand(Command) - Method in class gistoolkit.display.widgets.GISCommandButton
Set the command to execute when the button is pressed.
setCommand(Command) - Method in class gistoolkit.display.widgets.GISMenuButton
Set the command to execute when the button is pressed.
setCommand(Command) - Method in class gistoolkit.display.widgets.GISMenuItem
Set the command to be executed
setCommand(Command) - Method in class gistoolkit.display.widgets.GISRadioButton
Set the command to execute when the button is pressed.
setCommand(Command) - Method in class gistoolkit.server.mapclient.CommandButton
Set the command this button is to use
setCommand(Command) - Method in class gistoolkit.server.mapclient.CommandRadioButton
Set the command this button is to use
setCommand(Command) - Method in class gistoolkit.server.mapclient.drawer.BasicDrawer
Set the command into the Drawer to be executed on completion
setCommandName(String) - Method in class gistoolkit.server.mapclient.command.BasicCommand
Used to set the name of the command.
setComparison(int) - Method in class gistoolkit.application.layers.layerpanel.filterpanel.SimpleAttributeFilterPanel
Method to set the comparison to use.
setComparison(int) - Method in class gistoolkit.datasources.filter.AttributeFilter
Sets the comparison to use.
setContentPane(Container) - Method in class gistoolkit.display.widgets.GISToolkitDialog
Set the contentpane to the given component.
setContentType(String) - Method in class gistoolkit.server.mapservice.Response
Set the Content type.
setCopyBuffer(Record[]) - Method in class gistoolkit.application.GISEditor
Set the records into the copy buffer.
setDBConnection(String, String, String, String, String, String, String) - Method in class gistoolkit.datasources.mysql.MySQLImporter
Set the requirements for connecting to the server.
setDataSource(DataSource) - Method in class gistoolkit.display.Layer
Set the data source for the layer
setDataSource(DataSource) - Method in class gistoolkit.server.LayerDefinition
Set the data source to use with this layer definition.
setDatabaseDriver(String) - Method in class gistoolkit.datasources.db2spatialextender.DB2JoinDataSource
Sets the name of the jdbc driver class used for connection to the database.
setDatabaseDriver(String) - Method in class gistoolkit.datasources.db2spatialextender.SpatialExtenderDataSource
Sets the name of the jdbc driver class used for connection to the database.
setDatabaseDriver(String) - Method in class gistoolkit.datasources.mysql.MySQLJoinDataSource
Set The driver to use when accessing the database.
setDatabaseDriver(String) - Method in class gistoolkit.datasources.oracle.OracleDataSource
Sets the name of the jdbc driver class used for connection to the database.
setDatabaseDriver(String) - Method in class gistoolkit.datasources.oracle.OracleJoinDataSource
Set The driver to use when accessing the database.
setDatabaseDriver(String) - Method in class gistoolkit.datasources.postgis.PostGISJoinDataSource
Set The driver to use when accessing the database.
setDatabaseName(String) - Method in class gistoolkit.datasources.db2spatialextender.DB2JoinDataSource
Sets the name of the DB2 Database.
setDatabaseName(String) - Method in class gistoolkit.datasources.db2spatialextender.SpatialExtenderDataSource
Sets the name of the DB2 Database.
setDatabaseName(String) - Method in class gistoolkit.datasources.mysql.MySQLDataSource
Set the database name the postmaster should access for servicing this request.
setDatabaseName(String) - Method in class gistoolkit.datasources.mysql.MySQLJoinDataSource
Set the database name the postmaster should access for servicing this request.
setDatabaseName(String) - Method in class gistoolkit.datasources.oracle.OracleDataSource
Sets the name of the Oracle Database.
setDatabaseName(String) - Method in class gistoolkit.datasources.oracle.OracleJoinDataSource
Set the database name the postmaster should access for servicing this request.
setDatabaseName(String) - Method in class gistoolkit.datasources.postgis.PostGISDataSource
Set the database name the postmaster should access for servicing this request.
setDatabaseName(String) - Method in class gistoolkit.datasources.postgis.PostGISJoinDataSource
Set the database name the postmaster should access for servicing this request.
setDatabaseName(String) - Method in class proprietary.datasources.arcsde.ArcSDEDataSource
Set the name of the database with which to connect.
setDatabasePassword(String) - Method in class gistoolkit.datasources.db2spatialextender.DB2JoinDataSource
Sets the password to use when connecting to the DB2 server.
setDatabasePassword(String) - Method in class gistoolkit.datasources.db2spatialextender.SpatialExtenderDataSource
Sets the password to use when connecting to the DB2 server.
setDatabasePassword(String) - Method in class gistoolkit.datasources.mysql.MySQLDataSource
Set the password that validates the username.
setDatabasePassword(String) - Method in class gistoolkit.datasources.mysql.MySQLJoinDataSource
Set the password that validates the username.
setDatabasePassword(String) - Method in class gistoolkit.datasources.oracle.OracleDataSource
Sets the password to use when connecting to the Oracle server.
setDatabasePassword(String) - Method in class gistoolkit.datasources.oracle.OracleJoinDataSource
Set the password that validates the username.
setDatabasePassword(String) - Method in class gistoolkit.datasources.postgis.PostGISDataSource
Set the password that validates the username.
setDatabasePassword(String) - Method in class gistoolkit.datasources.postgis.PostGISJoinDataSource
Set the password that validates the username.
setDatabasePort(int) - Method in class gistoolkit.datasources.db2spatialextender.DB2JoinDataSource
Sets the tcpip port to use when connecting to the DB2 server
setDatabasePort(int) - Method in class gistoolkit.datasources.db2spatialextender.SpatialExtenderDataSource
Sets the tcpip port to use when connecting to the DB2 server
setDatabasePort(int) - Method in class gistoolkit.datasources.mysql.MySQLDataSource
Set the TCP-IP port number on which the postmaster is listening.
setDatabasePort(int) - Method in class gistoolkit.datasources.mysql.MySQLJoinDataSource
Set the TCP-IP port number on which the postmaster is listening.
setDatabasePort(int) - Method in class gistoolkit.datasources.oracle.OracleDataSource
Sets the tcpip port to use when connecting to the Oracle server
setDatabasePort(int) - Method in class gistoolkit.datasources.oracle.OracleJoinDataSource
Set the TCP-IP port number on which the postmaster is listening.
setDatabasePort(int) - Method in class gistoolkit.datasources.postgis.PostGISDataSource
Set the TCP-IP port number on which the postmaster is listening.
setDatabasePort(int) - Method in class gistoolkit.datasources.postgis.PostGISJoinDataSource
Set the TCP-IP port number on which the postmaster is listening.
setDatabaseQuery(String) - Method in class gistoolkit.datasources.db2spatialextender.DB2JoinDataSource
SQL Query to use to retrieve data from the database.
setDatabaseQuery(String) - Method in class gistoolkit.datasources.mysql.MySQLJoinDataSource
SQL Query to use to retrieve data from the database.
setDatabaseQuery(String) - Method in class gistoolkit.datasources.mysql.ReadOnlyMySQLDataSource
Set the SQL Query to use when accessing the data source
setDatabaseQuery(String) - Method in class gistoolkit.datasources.oracle.OracleJoinDataSource
SQL Query to use to retrieve data from the database.
setDatabaseQuery(String) - Method in class gistoolkit.datasources.oracle.ReadOnlyOracleDataSource
sets the sql string that defines this layer.
setDatabaseQuery(String) - Method in class gistoolkit.datasources.postgis.PostGISJoinDataSource
SQL Query to use to retrieve data from the database.
setDatabaseQuery(String) - Method in class gistoolkit.datasources.postgis.ReadOnlyPostGISDataSource
Set the SQL Query to use when accessing the data source
setDatabaseSchema(String) - Method in class gistoolkit.datasources.db2spatialextender.DB2JoinDataSource
Sets the name of the schema within the DB2 database where the data resides.
setDatabaseSchema(String) - Method in class gistoolkit.datasources.db2spatialextender.SpatialExtenderDataSource
Sets the name of the schema within the DB2 database where the data resides.
setDatabaseSchema(String) - Method in class gistoolkit.datasources.oracle.OracleDataSource
Sets the name of the schema within the Oracle database where the data resides.
setDatabaseServername(String) - Method in class gistoolkit.datasources.db2spatialextender.DB2JoinDataSource
Sets the name of the DB2 Server computer.
setDatabaseServername(String) - Method in class gistoolkit.datasources.db2spatialextender.SpatialExtenderDataSource
Sets the name of the DB2 Server computer.
setDatabaseServername(String) - Method in class gistoolkit.datasources.mysql.MySQLDataSource
Set thehostname/servername of the target computer.
setDatabaseServername(String) - Method in class gistoolkit.datasources.mysql.MySQLJoinDataSource
Set thehostname/servername of the target computer.
setDatabaseServername(String) - Method in class gistoolkit.datasources.oracle.OracleDataSource
Sets the name of the Oracle Server computer.
setDatabaseServername(String) - Method in class gistoolkit.datasources.oracle.OracleJoinDataSource
Set thehostname/servername of the target computer.
setDatabaseServername(String) - Method in class gistoolkit.datasources.postgis.PostGISDataSource
Set thehostname/servername of the target computer.
setDatabaseServername(String) - Method in class gistoolkit.datasources.postgis.PostGISJoinDataSource
Set thehostname/servername of the target computer.
setDatabaseShapeColumn(String) - Method in class gistoolkit.datasources.db2spatialextender.SpatialExtenderDataSource
Sets the name of the shape column.
setDatabaseShapeColumn(String) - Method in class gistoolkit.datasources.mysql.MySQLDataSource
Set the name of the column containing shapes.
setDatabaseShapeColumn(String) - Method in class gistoolkit.datasources.oracle.OracleDataSource
Sets the name of the shape column.
setDatabaseShapeColumn(String) - Method in class gistoolkit.datasources.postgis.PostGISDataSource
Set the name of the column containing shapes.
setDatabaseSpatialReferenceID(int) - Method in class gistoolkit.datasources.db2spatialextender.SpatialExtenderDataSource
Sets the SpatialReferenceID to use when converting shapes to and from database format.
setDatabaseSpatialReferenceID(String) - Method in class gistoolkit.datasources.db2spatialextender.SpatialExtenderDataSource
Sets the SpatialReferenceID to use when converting shapes to and from database format.
setDatabaseSpatialReferenceID(int) - Method in class gistoolkit.datasources.mysql.MySQLDataSource
Sets the SpatialReferenceID to use when converting shapes to and from database format.
setDatabaseSpatialReferenceID(String) - Method in class gistoolkit.datasources.mysql.MySQLDataSource
Sets the SpatialReferenceID to use when converting shapes to and from database format.
setDatabaseSpatialReferenceID(int) - Method in class gistoolkit.datasources.mysql.MySQLJoinDataSource
Sets the SpatialReferenceID to use when converting shapes to and from database format.
setDatabaseSpatialReferenceID(String) - Method in class gistoolkit.datasources.mysql.MySQLJoinDataSource
Sets the SpatialReferenceID to use when converting shapes to and from database format.
setDatabaseSpatialReferenceID(int) - Method in class gistoolkit.datasources.oracle.OracleDataSource
Sets the SpatialReferenceID to use when converting shapes to and from database format.
setDatabaseSpatialReferenceID(String) - Method in class gistoolkit.datasources.oracle.OracleDataSource
Sets the SpatialReferenceID to use when converting shapes to and from database format.
setDatabaseSpatialReferenceID(int) - Method in class gistoolkit.datasources.oracle.OracleJoinDataSource
Sets the SpatialReferenceID to use when converting shapes to and from database format.
setDatabaseSpatialReferenceID(String) - Method in class gistoolkit.datasources.oracle.OracleJoinDataSource
Sets the SpatialReferenceID to use when converting shapes to and from database format.
setDatabaseSpatialReferenceID(int) - Method in class gistoolkit.datasources.postgis.PostGISDataSource
Sets the SpatialReferenceID to use when converting shapes to and from database format.
setDatabaseSpatialReferenceID(String) - Method in class gistoolkit.datasources.postgis.PostGISDataSource
Sets the SpatialReferenceID to use when converting shapes to and from database format.
setDatabaseSpatialReferenceID(int) - Method in class gistoolkit.datasources.postgis.PostGISJoinDataSource
Sets the SpatialReferenceID to use when converting shapes to and from database format.
setDatabaseSpatialReferenceID(String) - Method in class gistoolkit.datasources.postgis.PostGISJoinDataSource
Sets the SpatialReferenceID to use when converting shapes to and from database format.
setDatabaseTableName(String) - Method in class gistoolkit.datasources.db2spatialextender.UpdateableSpatialExtenderDataSource
set the table name from which to retrieve data from spatial extender
setDatabaseTablename(String) - Method in class gistoolkit.datasources.mysql.UpdateableMySQLDataSource
Set the table name to use when accessing the data source
setDatabaseTablename(String) - Method in class gistoolkit.datasources.oracle.UpdateableOracleDataSource
Set the table name to use when accessing the data source
setDatabaseTablename(String) - Method in class gistoolkit.datasources.postgis.UpdateablePostGISDataSource
Set the table name to use when accessing the data source
setDatabaseURLBase(String) - Method in class gistoolkit.datasources.db2spatialextender.DB2JoinDataSource
Sets the url base to use when connecting through the JDBC driver.
setDatabaseURLBase(String) - Method in class gistoolkit.datasources.db2spatialextender.SpatialExtenderDataSource
Sets the url base to use when connecting through the JDBC driver.
setDatabaseURLBase(String) - Method in class gistoolkit.datasources.mysql.MySQLDataSource
Set the string to prepend to the url used to locate the database.
setDatabaseURLBase(String) - Method in class gistoolkit.datasources.mysql.MySQLJoinDataSource
Set the string to prepend to the url used to locate the database.
setDatabaseURLBase(String) - Method in class gistoolkit.datasources.oracle.OracleDataSource
Sets the url base to use when connecting through the JDBC driver.
setDatabaseURLBase(String) - Method in class gistoolkit.datasources.oracle.OracleJoinDataSource
Set the string to prepend to the url used to locate the database.
setDatabaseURLBase(String) - Method in class gistoolkit.datasources.postgis.PostGISDataSource
Set the string to prepend to the url used to locate the database.
setDatabaseURLBase(String) - Method in class gistoolkit.datasources.postgis.PostGISJoinDataSource
Set the string to prepend to the url used to locate the database.
setDatabaseUsername(String) - Method in class gistoolkit.datasources.db2spatialextender.DB2JoinDataSource
Sets the username to use when connecting to the DB2 server.
setDatabaseUsername(String) - Method in class gistoolkit.datasources.db2spatialextender.SpatialExtenderDataSource
Sets the username to use when connecting to the DB2 server.
setDatabaseUsername(String) - Method in class gistoolkit.datasources.mysql.MySQLDataSource
Set the username with permission to connect to the database.
setDatabaseUsername(String) - Method in class gistoolkit.datasources.mysql.MySQLJoinDataSource
Set the username with permission to connect to the database.
setDatabaseUsername(String) - Method in class gistoolkit.datasources.oracle.OracleDataSource
Sets the username to use when connecting to the Oracle server.
setDatabaseUsername(String) - Method in class gistoolkit.datasources.oracle.OracleJoinDataSource
Set the username with permission to connect to the database.
setDatabaseUsername(String) - Method in class gistoolkit.datasources.postgis.PostGISDataSource
Set the username with permission to connect to the database.
setDatabaseUsername(String) - Method in class gistoolkit.datasources.postgis.PostGISJoinDataSource
Set the username with permission to connect to the database.
setDatasourceJoinColumn(String) - Method in class gistoolkit.datasources.SimpleJoinDataSource
Set the name of the datasource column to join with.
setDatbasename(String) - Method in class proprietary.datasources.arcsde.ArcSDEDataSourcePanel
Set the database name of the database that SDE will access to service this request
setDbaseFileName(String) - Method in class gistoolkit.datasources.shapefile.DbaseFileJoinDataSource
Sets the url base to use when connecting through the JDBC driver.
setDefaultFillColor(Color) - Method in class gistoolkit.display.shader.SimpleShader
Set the default fill color
setDefaultFont(Font) - Method in class gistoolkit.display.scalebar.SimpleScaleBar
Set the font to be used when writing labels
setDefaultFont(Font) - Method in class gistoolkit.display.shader.SimpleShader
Set the font to be used when writing labels
setDefaultHighlightColor(Color) - Method in class gistoolkit.display.shader.SimpleShader
Set the default Highligh color
setDefaultLabelColor(Color) - Method in class gistoolkit.display.scalebar.SimpleScaleBar
Set the default fill color
setDefaultLabelColor(Color) - Method in class gistoolkit.display.shader.SimpleShader
Set the default fill color
setDefaultLineColor(Color) - Method in class gistoolkit.display.scalebar.SimpleScaleBar
Set the default fill color
setDefaultLineColor(Color) - Method in class gistoolkit.display.shader.SimpleShader
Set the default fill color
setDefaultServiceName(String) - Method in class gistoolkit.server.mapservice.WebMapService
Set the name of the default service.
setDelete() - Method in class gistoolkit.application.command.EditCommand
Set the state of the EditNodesDrawModel to Delete.
setDelimiter(String) - Method in class gistoolkit.display.labeler.MultipleLabeler
Set the string to place between the labels.
setDescriptiveName(String) - Method in class gistoolkit.projection.ellipsoid.SimpleEllipsoid
Set the descriptive name to be displayed to the user
setDescrption(String) - Method in class gistoolkit.application.GISFileFilter
Set the description of this filter
setDestinationImageDirectory(String) - Method in class gistoolkit.datasources.imagefile.ImageChopper
Set the location of the source directory containing the images to convert.
setDestinationImageDirectory(String) - Method in class gistoolkit.datasources.imagefile.RasterCatalogCreator
Set the location of the source directory containing the images to convert.
setDiskCache(String) - Method in class gistoolkit.datasources.terraserver.TerraserverDataSource
Set the location on the disk where the caching of tiles should take place
setDisplay(GISDisplay) - Method in class gistoolkit.application.layers.LayerDlg
 
setDrawModel(DrawModel) - Method in class gistoolkit.display.GISDisplay
Sets the draw model for this item.
setDrawer(Drawer) - Method in class gistoolkit.server.mapclient.ImagePanel
Set the drawer into the image panel
setEasting(double) - Method in class gistoolkit.projection.SimpleProjection
Set the easting of true oragin for this projection
setEasting(double) - Method in class gistoolkit.projection.TransversMercatorProjection
Set the easting of true oragin for this projection
setEditModel(EditNodesDrawModel) - Method in class gistoolkit.application.command.EditCommand
Insert the method's description here.
setEllipsoid(Ellipsoid) - Method in class gistoolkit.projection.NoProjection
Set the Ellipsoid for this projection
setEllipsoid(Ellipsoid) - Method in class gistoolkit.projection.SimpleProjection
Set the ellipsoid used to model the lat long coordinates of the earth
setEllipsoid(Ellipsoid) - Method in class gistoolkit.projection.TransversMercatorProjection
Set the ellipsoid used to model the lat long coordinates of the earth
setEnvelope(Envelope) - Method in class gistoolkit.application.command.ResetEnvelopeCommand
Set the Envelope in this command.
setEnvelope(Envelope) - Method in class gistoolkit.display.GISDisplay
Sets the Envelope of the map, causing a requery from the database.
setEnvelope(Envelope) - Method in class gistoolkit.projection.NoProjection
set the Envelope of the map.
setEnvelope(Envelope) - Method in interface gistoolkit.projection.Projection
set the envelope of the map.
setEnvelope(Envelope) - Method in class gistoolkit.projection.SimpleProjection
set the envelope of the map.
setEnvelope(Envelope) - Method in class gistoolkit.projection.TransversMercatorProjection
set the envelope of the map.
setEnvelope(Envelope) - Method in class gistoolkit.projection.UniversalTransverseMercatorProjection
Set the Envelope of the current map.
setExtension(String) - Method in class gistoolkit.application.GISFileFilter
Set the file extension to filter for
setFalseEasting(double) - Method in class gistoolkit.projection.SimpleProjectionPanel
set the false easting of the projection
setFalseNorthing(double) - Method in class gistoolkit.projection.SimpleProjectionPanel
Set the false norghing of the projection
setFeatureCount(int) - Method in class gistoolkit.server.MapRequest
Set the number of features to return information about.
setFile(String) - Method in class gistoolkit.datasources.shapefile.DbaseFileStream
Set the file name for this shape file.
setFile(String) - Method in class gistoolkit.datasources.shapefile.ShapeFile
Set the file name for this shape file.
setFile(String) - Method in class gistoolkit.datasources.shapefile.ShapeFileStream
Set the file name for this shape file.
setFileLocation(String) - Method in class proprietary.datasources.ermapper.ERMapperDatasource
Set the file or URL where the data source is to draw it's data.
setFileName(String) - Method in class gistoolkit.datasources.seamless.SeamlessDataSource
Set the file name of the index file
setFileName(String) - Method in class gistoolkit.datasources.shapefile.DbaseFile
Set the file name to read or write.
setFileName(String) - Method in class gistoolkit.datasources.shapefile.ReadOnlyShapeFileDataSource
Set the file name for the data source do not include the extension.
setFileName(String) - Method in class gistoolkit.datasources.shapefile.ShapeFileDataSource
Set the file name for the data source do not include the extension.
setFillColor(Color) - Method in class gistoolkit.display.shader.MonoShader
Sets the color to use when filling a shape
setFillPattern(BufferedImage) - Method in class gistoolkit.display.shader.MonoShader
Sets the color to use when filling a shape
setFillPatternFileName(String) - Method in class gistoolkit.display.shader.MonoShader
Set the file name of the fill pattern.
setFilter(Filter) - Method in class gistoolkit.application.layers.layerpanel.filterpanel.DateFilterPanel
Set a filter to be used as the template.
setFilter(Filter) - Method in class gistoolkit.application.layers.layerpanel.filterpanel.FilterPanel
Set a filter to be edited.
setFilter(Filter) - Method in class gistoolkit.application.layers.layerpanel.filterpanel.NumberFilterPanel
Set a filter to be used as the template.
setFilter(Filter) - Method in class gistoolkit.application.layers.layerpanel.filterpanel.SimpleAttributeFilterPanel
Set a filter to be used as the template.
setFilter(Filter) - Method in class gistoolkit.application.layers.layerpanel.filterpanel.StringFilterPanel
Set a filter to be used as the template.
setFilter(Filter) - Method in interface gistoolkit.datasources.DataSource
Adds a filter to this DataSource.
setFilter(Filter) - Method in class gistoolkit.datasources.SimpleDBDataSource
Set the filters into this data source.
setFilter(Filter) - Method in class gistoolkit.datasources.SimpleDataSource
Set the filter to use when querying data from this data source.
setFilter(Filter) - Method in class gistoolkit.datasources.SimpleJoinDBDataSource
Set the filters into this data source.
setFilter(Filter) - Method in class gistoolkit.datasources.terraserver.TerraserverDataSource
Terraserver datasource does not use filters, nothing is done with these.
setFilter(Filter) - Method in class gistoolkit.display.Layer
Sets the filter to use with this dataset.
setFilter(FilterInfo[], Layer) - Static method in class gistoolkit.server.Service
set the filter information for the layer.
setFilter(FilterInfo[], Layer) - Static method in class gistoolkit.server.mapservice.SimpleExtensionService
set the filter information for the layer.
setFilterName(String) - Method in class gistoolkit.datasources.filter.AttributeFilter
Set the name for this filter.
setFilterName(String) - Method in class gistoolkit.datasources.filter.Expression
Set the name for this filter.
setFilterName(String) - Method in class gistoolkit.datasources.filter.Join
Set the name for this filter.
setFilterName(String) - Method in class gistoolkit.datasources.filter.ShapeFilter
Set the name for this filter.
setFilters(FilterInfo[]) - Method in class gistoolkit.server.MapRequest
Set the filters to apply to the layers.
setFollowMap(boolean) - Method in class gistoolkit.projection.UniversalTransverseMercatorProjection
Set the projection to follow the center of the map
setFont(Font) - Method in class gistoolkit.display.widgets.FontDlg
set the font
setFormat(String) - Method in class gistoolkit.server.MapRequest
Set the format of the output image.
setFrame(Component) - Method in class gistoolkit.datasources.imagefile.ImageChopperApplication
Set the curent parent frame.
setFrame(Component) - Method in class gistoolkit.datasources.imagefile.RasterCatalogCreatorApplication
Set the curent parent frame.
setFromEllipsoid(Ellipsoid) - Method in class gistoolkit.projection.ellipsoid.transform.EllipsoidTransform
Set the Ellipsoid to convert from
setFromProjection(Projection) - Method in interface gistoolkit.datasources.DataSource
Sets the projection to use to convert from the storage media, source projection.
setFromProjection(Projection) - Method in class gistoolkit.datasources.SimpleDataSource
Sets the projection to use to convert from the storage media, source projection.
setFromProjection(Projection) - Method in class gistoolkit.datasources.imagefile.ImageDirectoryDataSource
Set the projection from which this data should be projected.
setFromProjection(Projection) - Method in class gistoolkit.datasources.imagefile.ImageFileDataSource
Set the projection from which this data should be projected.
setFromProjection(Projection) - Method in class gistoolkit.datasources.imagefile.RasterCatalogDataSource
Set the projection from which this data should be projected.
setFromProjection(Projection) - Method in class gistoolkit.datasources.terraserver.TerraserverDataSource
Sets the projection to use to convert from the storage media, source projection.
setFromProjection(Projection) - Method in class gistoolkit.display.Layer
Sets the projection to use when rendering this particular layer.
setFromProjection(Projection) - Method in class gistoolkit.server.LayerDefinition
Set the from projection to use for this layer.
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.command.SimpleCommand
Set the GISDisplay to reference for this command.
setGISDisplay(GISDisplay) - Method in interface gistoolkit.application.layers.DataSourcePanel
Sets the GISDisplay in case the panel should need it.
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.LayerEntryPanel
Set the GISDisplay associated with this layer.
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.LayerPanel
Insert the method's description here.
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.ShaderButton
Set the GISDisplay associated with this layer.
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.StyleButton
Set the GISDisplay associated with this layer.
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.layerpanel.ImageDirectoryDataSourcePanel
 
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.layerpanel.ImageFileDataSourcePanel
 
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.layerpanel.OGCWebServiceDataSourcePanel
Sets the GISDisplay in case the panel should need it.
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.layerpanel.RasterCatalogDataSourcePanel
 
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.layerpanel.ReadOnlyMySQLDataSourcePanel
Sets the GISDisplay in case the panel should need it.
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.layerpanel.ReadOnlyOracleDataSourcePanel
Sets the GISDisplay in case the panel should need it.
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.layerpanel.ReadOnlyPostGISDataSourcePanel
Sets the GISDisplay in case the panel should need it.
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.layerpanel.ReadOnlyShapeFileDataSourcePanel
Sets the GISDisplay in case the panel should need it.
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.layerpanel.ReadOnlySpatialExtenderDataSourcePanel
Sets the GISDisplay in case the panel should need it.
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.layerpanel.SeamlessDataSourcePanel
Sets the GISDisplay in case the panel should need it.
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.layerpanel.ShapeFileDataSourcePanel
Sets the GISDisplay in case the panel should need it.
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.layerpanel.TerraserverDataSourcePanel
Sets the GISDisplay in case the panel should need it.
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.layerpanel.UpdateableMySQLDataSourcePanel
Sets the GISDisplay in case the panel should need it.
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.layerpanel.UpdateableOracleDataSourcePanel
Sets the GISDisplay in case the panel should need it.
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.layerpanel.UpdateablePostGISDataSourcePanel
Sets the GISDisplay in case the panel should need it.
setGISDisplay(GISDisplay) - Method in class gistoolkit.application.layers.layerpanel.UpdateableSpatialExtenderDataSourcePanel
Sets the GISDisplay in case the panel should need it.
setGISDisplay(GISDisplay) - Method in interface gistoolkit.display.Command
Used to set the GISDisplay of the command.
setGISDisplay(GISDisplay) - Method in interface gistoolkit.display.DrawModel
Called when the DrawModel is added to the display to allow it to do initialization
setGISDisplay(GISDisplay) - Method in class gistoolkit.display.drawmodel.SimpleDrawModel
Sets the parent GISDisplay for this draw model.
setGISDisplay(GISDisplay) - Method in class proprietary.datasources.arcims.ArcIMSDataSourcePanel
Sets the GISDisplay in case the panel should need it.
setGISDisplay(GISDisplay) - Method in class proprietary.datasources.arcsde.ArcSDEDataSourcePanel
Sets the GISDisplay in case the panel should need it.
setGISDisplay(GISDisplay) - Method in class proprietary.datasources.arcsde.UpdateableArcSDEDataSourcePanel
 
setGISDisplay(GISDisplay) - Method in class proprietary.datasources.ermapper.ERMapperDataSourcePanel
Sets the GISDisplay in case the panel should need it.
setGISEditor(GISEditor) - Method in class gistoolkit.application.command.SimpleCommand
Set the GISEditor assocated with this command.
setHeight(int) - Method in class gistoolkit.datasources.webservice.Client100
Set the height of the resulting image
setHeight(int) - Method in class gistoolkit.datasources.webservice.OGCClient
Set the height of the desired image
setHeight(int) - Method in class gistoolkit.server.MapRequest
Set the height of the requested result.
setHeight(int) - Method in class gistoolkit.server.mapclient.wmsclient.WMSClient
Set the height of the desired image
setHeight(int) - Method in class gistoolkit.server.mapclient.wmsclient.WMSClient100
Set the height of the resulting image
setHeight(int) - Method in class proprietary.datasources.arcims.ArcIMSClient
Set the height of the resulting image
setHighlightColor(Color) - Method in class gistoolkit.display.shader.MonoShader
Color to use when highlighting a selected shape
setHighlightColor(Color) - Method in class gistoolkit.server.mapclient.OGCClient
Set the color to use when drawing highlights.
setHorizontalOffset(int) - Method in class gistoolkit.display.scalebar.SimpleScaleBar
Set the offset from the left or right edge of the screen in pixels.
setHostName(String) - Method in class gistoolkit.server.Server
Set the hostname.
setHostName(String) - Method in interface gistoolkit.server.ServerHolder
Set the HostName.
setHostName(String) - Method in class gistoolkit.server.mapservice.WebMapService
Set the HostName.
setIcon(Icon) - Method in class gistoolkit.display.widgets.GISMenuButton
Set the Icon
setImage(String) - Method in class gistoolkit.display.renderer.PointImageRenderer
Set the image file name.
setImage(Image) - Method in class gistoolkit.display.renderer.PointImageRenderer
Set the iamge.
setImage(Image) - Method in class gistoolkit.display.shader.FindImageDialog
 
setImage(Image) - Method in class gistoolkit.display.widgets.ImagePanel
set the image to display.
setImage(Envelope, BufferedImage) - Method in class gistoolkit.features.RasterShape
Set the image to be used with this shape.
setImage(Image) - Method in class gistoolkit.server.mapclient.ImagePanel
set the image to display.
setImageDirectory(String) - Method in class gistoolkit.datasources.imagefile.ImageDirectoryDataSource
Set the name of the directory where the images are stored.
setImageEnvelope(Envelope) - Method in class gistoolkit.datasources.imagefile.ImageFileDataSource
Set the enxtents of the image in world coordinates.
setImageFile(File) - Method in class gistoolkit.datasources.imagefile.ImageFileDataSource
Set the name of the file.
setImageHeight(int) - Method in interface gistoolkit.datasources.RasterDatasource
Set the height of the image to retrieve.
setImageHeight(int) - Method in class gistoolkit.datasources.imagefile.RasterCatalogDataSource
 
setImageHeight(int) - Method in class gistoolkit.datasources.terraserver.TerraserverDataSource
Set the height of the image.
setImageHeight(int) - Method in class gistoolkit.datasources.webservice.OGCWebServiceDataSource
Set the height of the image to retrieve.
setImageHeight(int) - Method in class proprietary.datasources.arcims.ArcIMSDataSource
Set the height of the image to retrieve.
setImageHeight(int) - Method in class proprietary.datasources.ermapper.ERMapperDatasource
Set the height (in pixels) of the image to retrieve.
setImageName(String) - Method in class gistoolkit.display.shader.FindImageDialog
 
setImagePanel(ImagePanel) - Method in interface gistoolkit.server.mapclient.Drawer
Set the image panel in the drawer, so it can be affected
setImagePanel(ImagePanel) - Method in class gistoolkit.server.mapclient.drawer.BasicDrawer
Set the ImagePanel in the drawer so it can be updated
setImageType(int) - Method in class gistoolkit.datasources.terraserver.TerraserverDataSource
Set the type of image to retrieve, choices are DOQ, or DRG
setImageWidth(int) - Method in interface gistoolkit.datasources.RasterDatasource
Set the width of the image to retrieve.
setImageWidth(int) - Method in class gistoolkit.datasources.imagefile.RasterCatalogDataSource
Set the width of the image to retrieve.
setImageWidth(int) - Method in class gistoolkit.datasources.terraserver.TerraserverDataSource
Set the width of the image.
setImageWidth(int) - Method in class gistoolkit.datasources.webservice.OGCWebServiceDataSource
Set the width of the image to retrieve.
setImageWidth(int) - Method in class proprietary.datasources.arcims.ArcIMSDataSource
Set the width of the image to retrieve.
setImageWidth(int) - Method in class proprietary.datasources.ermapper.ERMapperDatasource
Set the width (in pixels) of the image to retrieve.
setIndex(int) - Method in class gistoolkit.datasources.shapefile.ShapeFileRecord
Sets the index into the shape file.
setIndexFileName(String) - Method in class gistoolkit.datasources.imagefile.ImageDirectoryDataSource
Set the name of the index file.
setIndexFileName(String) - Method in class gistoolkit.datasources.imagefile.RasterCatalogDataSource
Set the name of the index file.
setInformationSource(String) - Method in class gistoolkit.projection.ellipsoid.EPSGEllipsoid
Set the InformationSource for this Ellipsoid
setIsReversed(boolean) - Method in class gistoolkit.projection.ellipsoid.transform.EllipsoidTransform
Set the Reversed flag
setJoinedDataCached(boolean) - Method in class gistoolkit.datasources.SimpleJoinDataSource
true to indicate that the joined datasource should be queried for all of it's records, the records cached, and then joined to the db2 data or false to indicate that the joined datasource should be queried on the fly for it's records, and then those records joined to the DB2 data.
setLabelColor(Color) - Method in class gistoolkit.display.shader.MonoShader
Sets the color this MonoShader will use for displaying a label.
setLabelColumn(int) - Method in class gistoolkit.display.labeler.FeatureLabeler
Set the number of the column to label by.
setLabelColumn(int) - Method in class gistoolkit.display.labeler.SimpleLabeler
Set the number of the column to label by.
setLabelFont(Font) - Method in class gistoolkit.display.shader.MonoShader
Set the font to use when displaying the label.
setLabelOffset(int) - Method in class gistoolkit.display.labeler.FeatureLabeler
Set the distance from the label point that the label will be placed.
setLabelOffset(int) - Method in class gistoolkit.display.labeler.SimpleLabeler
Set the distance from the label point that the label will be placed.
setLabelOrientation(int) - Method in class gistoolkit.display.labeler.FeatureLabeler
Set the orientation of the labels relative to their anchor.
setLabelOrientation(int) - Method in class gistoolkit.display.labeler.SimpleLabeler
Set the orientation of the labels relative to their anchor.
setLabeler(Labeler) - Method in class gistoolkit.application.layers.labelerpanel.FeatureLabelerPanel
Set the SimpleLabeler to be edited
setLabeler(Labeler) - Method in class gistoolkit.application.layers.labelerpanel.MultipleLabelerPanel
Set the SimpleLabeler to be edited
setLabeler(int, Labeler) - Method in class gistoolkit.display.Style
Set the labeler
setLabeler(Labeler) - Method in class gistoolkit.display.labeler.LabelerPanel
called when a labeler is to be edited
setLabeler(Labeler) - Method in class gistoolkit.display.labeler.SimpleLabelerPanel
Set the SimpleLabeler to be edited
setLatLonEnvelope(Envelope) - Method in class gistoolkit.server.LayerDefinition
Set the maximum extends of the map in latitude and logitude.
setLatOragin(double) - Method in class gistoolkit.projection.SimpleProjection
Set the latitude location of the true oragin of the map.
setLatOragin(double) - Method in class gistoolkit.projection.TransversMercatorProjection
Set the latitude location of the true oragin of the map.
setLatitude1(double) - Method in class gistoolkit.projection.AlbersEqualAreaProjection
Set the first latitude where the distortion is zero
setLatitude1(double) - Method in class gistoolkit.projection.LambertConicConformalProjection
Set the first latitude where the distortion is zero
setLatitude2(double) - Method in class gistoolkit.projection.AlbersEqualAreaProjection
Set the first latitude where the distortion is zero
setLatitude2(double) - Method in class gistoolkit.projection.LambertConicConformalProjection
Set the first latitude where the distortion is zero
setLatitudeOffset(double) - Method in class gistoolkit.projection.ellipsoid.transform.LatitudeTranslation
Set the Latitude Offset
setLayer(Layer) - Method in class gistoolkit.application.layers.FilterSelectPanel
set the layer to be edited
setLayer(Layer) - Method in class gistoolkit.application.layers.LabelerSelectPanel
Set the layer to edit
setLayer(Layer) - Method in class gistoolkit.application.layers.LayerAttributesPanel
set the layer in the display and populates the user interface with the attributes of the layer.
setLayer(Layer) - Method in class gistoolkit.application.layers.LayerEntryPanel
Sets the layer to be modified by this panel.
setLayer(Layer) - Method in class gistoolkit.application.layers.LayerPropertiesDialog
set the layer into the dialog
setLayer(Layer) - Method in class gistoolkit.application.layers.ProjectionSelectPanel
set the layer to be edited
setLayer(Layer) - Method in class gistoolkit.application.layers.RendererSelectPanel
Set the layer to edit
setLayer(Layer) - Method in class gistoolkit.application.layers.StyleShaderPanel
set the layer to be edited
setLayer(Layer) - Method in class gistoolkit.display.drawmodel.EditNodesDrawModel
Sets the layer that goes along with the record.
setLayerName(String) - Method in class gistoolkit.display.Layer
Sets the name of this layer.
setLayerName(String) - Method in class gistoolkit.server.LayerDefinition
Set the name of the layer.
setLayerPanel(LayerPanel) - Method in class gistoolkit.application.layers.LayerEntryPanel
Set the layer panel used for managing these entry panels.
setLayerTitle(String) - Method in class gistoolkit.server.LayerDefinition
Set the name of the layer.
setLayers(Layer[]) - Method in class gistoolkit.datasources.webservice.OGCWebServiceDataSource
Set the list of layers
setLayers(String[]) - Method in class gistoolkit.server.MapRequest
Set the layers to be included in the map, in the order in which they are to be included.
setLayers(Layer[], Layer[]) - Method in class gistoolkit.server.mapclient.LayerDialog
populate the panel with the controls that allow the user to select what layers are displayed.
setLayers(Layer[]) - Method in class proprietary.datasources.arcims.ArcIMSDataSource
Set the list of layers
setLegend(Image) - Method in class gistoolkit.application.dialog.LegendDialog
set the legend
setLegendVisible(boolean) - Method in class gistoolkit.application.GISEditor
Show or hide the legend dialog.
setLineColor(Color) - Method in class gistoolkit.display.shader.MonoShader
Set the line color to be used when drawing lines
setLittleEndianMode(boolean) - Method in class cmp.LEDataStream.LEDataInputStream
 
setLittleEndianMode(boolean) - Method in class cmp.LEDataStream.LEDataOutputStream
 
setLogFile(File) - Method in class gistoolkit.server.mapservice.WebMapService
Set the location of the log file.
setLogoImage(Image) - Method in class gistoolkit.server.mapclient.OGCClient
Set the logo to use in this applet.
setLonOragin(double) - Method in class gistoolkit.projection.SimpleProjection
Set the longatude location of the true oragin of the map.
setLonOragin(double) - Method in class gistoolkit.projection.TransversMercatorProjection
Set the longatude location of the true oragin of the map.
setLongitudeOffset(double) - Method in class gistoolkit.projection.ellipsoid.transform.LongitudeRotation
Set the Longitude Offset
setM(double) - Method in class gistoolkit.datasources.shapefile.PointM
Sets the M coordinate.
setMajorAxis(double) - Method in class gistoolkit.projection.ellipsoid.SimpleEllipsoid
set the major axis for this Ellipsoid
setMaxDisplayDistance(double) - Method in class gistoolkit.server.LayerDefinition
This layer will only be drawn if the width of the view is less than this distance.
setMaxDistance(double) - Method in class gistoolkit.display.Layer
Sets the maximum distance at which this layer is drawn.
setMaxLabelDistance(double) - Method in class gistoolkit.display.Layer
Set the maximum distance at which this layer should allow labeling.
setMaxLabelDistance(double) - Method in class gistoolkit.server.LayerDefinition
This label will only be drawn if the width of the view is less than this distance.
setMaxM(double) - Method in class gistoolkit.datasources.shapefile.LineStringM
Sets the maximum M value;
setMaxM(double) - Method in class gistoolkit.datasources.shapefile.LinearRingM
Sets the maximum M value;
setMaxM(double) - Method in class gistoolkit.datasources.shapefile.MultiLineStringM
Sets the maximum M value;
setMaxM(double) - Method in class gistoolkit.datasources.shapefile.MultiPointM
Sets the maximum M value;
setMaxM(double) - Method in class gistoolkit.datasources.shapefile.MultiPolygonM
Sets the maximum M value;
setMaxM(double) - Method in class gistoolkit.datasources.shapefile.PolygonM
Sets the maximum M value;
setMaxRetrySeconds(int) - Method in class gistoolkit.datasources.terraserver.TerraserverDataSource
Set the Maximum retry time.
setMaxWidth(int) - Method in class gistoolkit.datasources.imagefile.RasterCatalogCreator
Set the maximum width of an image.
setMaxX(double) - Method in class gistoolkit.features.featureutils.EnvelopeBuffer
Set the Maximum X coordinate.
setMaxX(double) - Method in class gistoolkit.server.MapRequest
Set the maximum X coordinate.
setMaxX(double) - Method in class proprietary.datasources.arcsde.ArcSDEDataSource
Set the maximum X value to be sent to the database.
setMaxY(double) - Method in class gistoolkit.features.featureutils.EnvelopeBuffer
Set the Maximum Y coordinate.
setMaxY(double) - Method in class gistoolkit.server.MapRequest
Set the maximum Y coordinate.
setMaxY(double) - Method in class proprietary.datasources.arcsde.ArcSDEDataSource
Set the maximum X value to be sent to the database.
setMaxZ(double) - Method in class gistoolkit.datasources.shapefile.LineStringZ
Sets the maximum Z value;
setMaxZ(double) - Method in class gistoolkit.datasources.shapefile.LinearRingZ
Sets the maximum Z value;
setMaxZ(double) - Method in class gistoolkit.datasources.shapefile.MultiLineStringZ
Sets the maximum Z value;
setMaxZ(double) - Method in class gistoolkit.datasources.shapefile.MultiPointZ
Sets the maximum Z value;
setMaxZ(double) - Method in class gistoolkit.datasources.shapefile.MultiPolygonZ
Sets the maximum Z value;
setMaxZ(double) - Method in class gistoolkit.datasources.shapefile.PolygonZ
Sets the maximum Z value;
setMemoryCache(int) - Method in class gistoolkit.datasources.terraserver.TerraserverDataSource
Set the number of tiles to keep in memory.
setMethod(String) - Static method in class gistoolkit.datasources.imagefile.imagereaders.ImageReader
Method to tell when the method has been selected.
setMinDisplayDistance(double) - Method in class gistoolkit.server.LayerDefinition
This layer will only be drawn if the width of the view is greater than this distance.
setMinDistance(double) - Method in class gistoolkit.display.Layer
Sets the minimum distance at which this layer is drawn.
setMinLabelDistance(double) - Method in class gistoolkit.display.Layer
Set the minimum distance at which this layer should allow labeling.
setMinLabelDistance(double) - Method in class gistoolkit.server.LayerDefinition
This label will only be drawn if the width of the view is greater than this distance.
setMinM(double) - Method in class gistoolkit.datasources.shapefile.LineStringM
Sets the minimum M value;
setMinM(double) - Method in class gistoolkit.datasources.shapefile.LinearRingM
Sets the minimum M value;
setMinM(double) - Method in class gistoolkit.datasources.shapefile.MultiLineStringM
Sets the minimum M value;
setMinM(double) - Method in class gistoolkit.datasources.shapefile.MultiPointM
Sets the minimum M value;
setMinM(double) - Method in class gistoolkit.datasources.shapefile.MultiPolygonM
Sets the minimum M value;
setMinM(double) - Method in class gistoolkit.datasources.shapefile.PolygonM
Sets the minimum M value;
setMinX(double) - Method in class gistoolkit.features.featureutils.EnvelopeBuffer
Set the Minimum X coordinate.
setMinX(double) - Method in class gistoolkit.server.MapRequest
Set the minimum X coordinate.
setMinX(double) - Method in class proprietary.datasources.arcsde.ArcSDEDataSource
Set the minimum X value to be sent to the database.
setMinY(double) - Method in class gistoolkit.features.featureutils.EnvelopeBuffer
Set the Minimum Y coordinate.
setMinY(double) - Method in class gistoolkit.server.MapRequest
Set the minimum Y coordinate.
setMinY(double) - Method in class proprietary.datasources.arcsde.ArcSDEDataSource
Set the minimum Y value to be sent to the database.
setMinZ(double) - Method in class gistoolkit.datasources.shapefile.LineStringZ
Sets the minimum Z value;
setMinZ(double) - Method in class gistoolkit.datasources.shapefile.LinearRingZ
Sets the minimum Z value;
setMinZ(double) - Method in class gistoolkit.datasources.shapefile.MultiLineStringZ
Sets the minimum Z value;
setMinZ(double) - Method in class gistoolkit.datasources.shapefile.MultiPointZ
Sets the minimum Z value;
setMinZ(double) - Method in class gistoolkit.datasources.shapefile.MultiPolygonZ
Sets the minimum Z value;
setMinZ(double) - Method in class gistoolkit.datasources.shapefile.PolygonZ
Sets the minimum Z value;
setMinorAxis(double) - Method in class gistoolkit.projection.ellipsoid.SimpleEllipsoid
set the minor axis for this Ellipsoid
setMode(int) - Method in class gistoolkit.display.drawmodel.EditNodesDrawModel
Set the state of the model, Add = add nodes, Move = move nodes, Delete = delete nodes.
setMove() - Method in class gistoolkit.application.command.EditCommand
Set the state of the EditNodesDrawModel to Move.
setName(String) - Method in class gistoolkit.common.Node
Set the name of this node
setName(String) - Method in interface gistoolkit.datasources.DataSource
Sets an identifier string for the datasource.
setName(String) - Method in class gistoolkit.datasources.SimpleDataSource
Sets an identifier string for the datasource.
setName(String) - Method in class gistoolkit.datasources.db2spatialextender.DB2JoinDataSource
Set the name of this datasource for display purposes.
setName(String) - Method in class gistoolkit.datasources.db2spatialextender.SpatialExtenderDataSource
Set the name of this datasource for display purposes.
setName(String) - Method in class gistoolkit.datasources.memory.MemoryDataSource
Sets an identifier string for the datasource.
setName(String) - Method in class gistoolkit.datasources.oracle.OracleDataSource
Set the name of this datasource for display purposes.
setName(String) - Method in class gistoolkit.datasources.seamless.SeamlessDataSource
Sets an identifier string for the datasource.
setName(String) - Method in class gistoolkit.datasources.shapefile.DbaseFileJoinDataSource
Set the name of this datasource for display purposes.
setName(String) - Method in class gistoolkit.datasources.shapefile.ShapeFileDataSource
Set the name of the DataSource.
setName(String) - Method in class gistoolkit.datasources.terraserver.TerraserverDataSource
Set the name of this datasource for display purposes.
setName(String) - Method in class gistoolkit.datasources.webservice.OGCWebServiceDataSource
Sets an identifier string for the datasource.
setName(String) - Method in class gistoolkit.display.shader.MonoShader
Set the name of the shader
setName(String) - Method in class gistoolkit.display.shader.SimpleShader
Set the name of the shader
setName(String) - Method in class gistoolkit.projection.ellipsoid.SimpleEllipsoid
set the name of the Ellipsoid to be displayed to the user
setName(String) - Method in class gistoolkit.projection.ellipsoid.transform.EllipsoidTransform
Set the name of the transform
setName(String) - Method in class gistoolkit.server.mapservice.WebMapService
Set the name of the service.
setName(String) - Method in class proprietary.datasources.arcims.ArcIMSDataSource
Sets an identifier string for the datasource.
setNode(Node) - Method in interface gistoolkit.datasources.DataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.SimpleDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.SimpleJoinDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.db2spatialextender.DB2JoinDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.db2spatialextender.ReadOnlySpatialExtenderDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.db2spatialextender.SpatialExtenderDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.db2spatialextender.UpdateableSpatialExtenderDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.filter.AttributeFilter
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.filter.DateAttributeFilter
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.filter.Expression
Set the configuration information in the filter.
setNode(Node) - Method in interface gistoolkit.datasources.filter.Filter
Set the configuration information in the filter.
setNode(Node) - Method in class gistoolkit.datasources.filter.Join
Set the configuration information in the filter.
setNode(Node) - Method in class gistoolkit.datasources.filter.NumberAttributeFilter
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.filter.ShapeFilter
Set the configuration information in the filter.
setNode(Node) - Method in class gistoolkit.datasources.filter.StringAttributeFilter
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.imagefile.ImageDirectoryDataSource
Set the configuration information for this layer.
setNode(Node) - Method in class gistoolkit.datasources.imagefile.ImageFileDataSource
Set the configuration information for this layer.
setNode(Node) - Method in class gistoolkit.datasources.imagefile.RasterCatalogDataSource
Set the configuration information for this layer.
setNode(Node) - Method in class gistoolkit.datasources.memory.MemoryDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.mysql.MySQLDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.mysql.MySQLJoinDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.mysql.ReadOnlyMySQLDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.mysql.UpdateableMySQLDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.oracle.OracleDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.oracle.OracleJoinDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.oracle.ReadOnlyOracleDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.oracle.UpdateableOracleDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.postgis.PostGISDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.postgis.PostGISJoinDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.postgis.ReadOnlyPostGISDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.postgis.UpdateablePostGISDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.seamless.SeamlessDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.shapefile.DbaseFileJoinDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.shapefile.ReadOnlyShapeFileDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.shapefile.ShapeFileDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.terraserver.TerraserverDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.datasources.webservice.OGCWebServiceDataSource
Set the configuration information for this data source
setNode(Node) - Method in class gistoolkit.display.GISDisplay
Set the configuration information for this display
setNode(Node) - Method in interface gistoolkit.display.Labeler
Set the configuration information for this labeler
setNode(Node) - Method in class gistoolkit.display.Layer
Set the configuraiton information for this layer.
setNode(Node) - Method in interface gistoolkit.display.Renderer
Set the configuration information for this renderer
setNode(Node) - Method in interface gistoolkit.display.ScaleBar
Set the configuration information for this ScaleBar
setNode(Node) - Method in interface gistoolkit.display.Shader
Set the configuration information for this shader
setNode(Node) - Method in class gistoolkit.display.Style
Set the configuration information for this style
setNode(Node) - Method in class gistoolkit.display.labeler.FeatureLabeler
Set the configuration information for this labeler
setNode(Node) - Method in class gistoolkit.display.labeler.LineLabeler
Set the configuration information for this labeler
setNode(Node) - Method in class gistoolkit.display.labeler.MultipleLabeler
Set the configuration information for this labeler
setNode(Node) - Method in class gistoolkit.display.labeler.PolygonLabeler
Set the configuration information for this labeler
setNode(Node) - Method in class gistoolkit.display.labeler.SimpleLabeler
Set the configuration information for this labeler
setNode(Node) - Method in class gistoolkit.display.renderer.FeatureRenderer
Set the configuration information for this renderer
setNode(Node) - Method in class gistoolkit.display.renderer.LineRenderer
Set the configuration information for this renderer
setNode(Node) - Method in class gistoolkit.display.renderer.MultiLineRenderer
Set the configuration information for this renderer
setNode(Node) - Method in class gistoolkit.display.renderer.MultiPointRenderer
Set the configuration information for this renderer
setNode(Node) - Method in class gistoolkit.display.renderer.MultiPolygonRenderer
Set the configuration information for this renderer
setNode(Node) - Method in class gistoolkit.display.renderer.PointImageRenderer
Set the configuration information for this renderer
setNode(Node) - Method in class gistoolkit.display.renderer.PointRenderer
Set the configuration information for this renderer
setNode(Node) - Method in class gistoolkit.display.renderer.PolygonRenderer
Set the configuration information for this renderer
setNode(Node) - Method in class gistoolkit.display.renderer.RasterRenderer
Set the configuration information for this renderer
setNode(Node) - Method in class gistoolkit.display.renderer.SimpleRenderer
Set the configuration information for this renderer
setNode(Node) - Method in class gistoolkit.display.scalebar.MeterToEnglishScaleBar
Set the configuration information for this ScaleBar
setNode(Node) - Method in class gistoolkit.display.scalebar.MeterToMetricScaleBar
Set the configuration information for this ScaleBar
setNode(Node) - Method in class gistoolkit.display.scalebar.SimpleScaleBar
Set the configuration information for this ScaleBar
setNode(Node) - Method in class gistoolkit.display.shader.BinShader
Set the configuration information for this shader
setNode(Node) - Method in class gistoolkit.display.shader.MonoShader
Set the configuration information for this shader
setNode(Node) - Method in class gistoolkit.display.shader.RandomShader
Set the configuration information into this shader.
setNode(Node) - Method in class gistoolkit.display.shader.RangeShader
Set the configuration information for this shader
setNode(Node) - Method in class gistoolkit.display.shader.SimpleShader
Set the configuration information for this shader
setNode(Node) - Method in class gistoolkit.projection.AlbersEqualAreaProjection
Setup this projection using the configuration information in the node
setNode(Node) - Method in class gistoolkit.projection.LambertConicConformalProjection
Setup this projection using the configuration information in the node
setNode(Node) - Method in class gistoolkit.projection.NoProjection
Setup this projection using the configuration information in the node
setNode(Node) - Method in interface gistoolkit.projection.Projection
Setup this projection using the configuration information in the node
setNode(Node) - Method in class gistoolkit.projection.SimpleProjection
Setup this projection using the configuration information in the node
setNode(Node) - Method in class gistoolkit.projection.TransversMercatorProjection
Setup this projection using the configuration information in the node
setNode(Node) - Method in class gistoolkit.projection.UniversalTransverseMercatorProjection
Setup this projection using the configuration information in the node
setNode(Node) - Method in class gistoolkit.server.Server
Set up the configuration of this server.
setNode(Node) - Method in class gistoolkit.server.Service
Set the configuration node.
setNode(Node) - Method in interface gistoolkit.server.mapservice.ExtensionService
Called to set the configuration information for this service.
setNode(Node) - Method in class gistoolkit.server.mapservice.SimpleExtensionService
Called to set the configuration information for this service.
setNode(Node) - Method in class gistoolkit.server.mapservice.adminextender.AdminExtender
Called to set the configuration information for this service.
setNode(Node) - Method in class gistoolkit.server.mapservice.clientextender.ClientExtender
Called to set the configuration information for this service.
setNode(Node) - Method in class gistoolkit.server.mapservice.htmlclientextender.HTMLClientExtender
Called to set the configuration information for this service.
setNode(Node) - Method in class proprietary.datasources.arcims.ArcIMSDataSource
Set the configuration information for this data source
setNode(Node) - Method in class proprietary.datasources.arcsde.ArcSDEDataSource
Set the configuration information for this data source
setNode(Node) - Method in class proprietary.datasources.arcsde.UpdateableArcSDEDataSource
Set the configuration information for this data source
setNode(Node) - Method in class proprietary.datasources.ermapper.ERMapperDatasource
Set the configuration information for this layer.
setNorthing(double) - Method in class gistoolkit.projection.SimpleProjection
Set the northing of true oragin for this projection
setNorthing(double) - Method in class gistoolkit.projection.TransversMercatorProjection
Set the northing of true oragin for this projection
setNumRecords(int) - Method in class gistoolkit.datasources.shapefile.DbaseFileHeader
Set the number of records in the file
setOK(boolean) - Method in class gistoolkit.display.widgets.GISToolkitDialog
Sets the determiner if the OK button was selected.
setOptimization(int) - Method in class gistoolkit.datasources.terraserver.TerraserverDataSource
Set the optimization level for this image
setOrrigionalAttributes(Object[]) - Method in class gistoolkit.datasources.memory.MemoryRecord
Set the attributes
setOrrigionalLatitude(double) - Method in class gistoolkit.projection.SimpleProjectionPanel
set the Orrigional Latitude in degreese
setOrrigionalLongitude(double) - Method in class gistoolkit.projection.SimpleProjectionPanel
Set the Orrigional longitude
setOutputType(String) - Method in class gistoolkit.datasources.imagefile.ImageChopper
Set the type to write.
setOutputType(String) - Method in class gistoolkit.datasources.imagefile.RasterCatalogCreator
Set the type to write.
setParameter(String, String) - Method in class gistoolkit.projection.ellipsoid.transform.EllipsoidTransform
Set the given parameter to the given value
setParameter(String, String) - Method in class gistoolkit.projection.ellipsoid.transform.GeocentricTranslation
Set the given parameter to the given value
setParameter(String, String) - Method in class gistoolkit.projection.ellipsoid.transform.LatitudeTranslation
Set the given parameter to the given value
setParameter(String, String) - Method in class gistoolkit.projection.ellipsoid.transform.LongitudeRotation
Set the given parameter to the given value
setParameter(String, String) - Method in class gistoolkit.projection.ellipsoid.transform.NoTransform
Set the given parameter to the given value
setParameter(String, String) - Method in class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform
Set the given parameter to the given value
setPassword(String) - Method in class proprietary.datasources.arcsde.ArcSDEDataSource
Set the password of the user to verify for connection to the database
setPassword(String) - Method in class proprietary.datasources.arcsde.ArcSDEDataSourcePanel
Set the password corresponding to the username used when authenticating access to the database
setPerformanceOutputStream(PrintStream) - Method in class gistoolkit.datasources.terraserver.TerraserverDataSource
 
setPoint(int, double, double) - Method in class gistoolkit.features.LineString
Set the point at the given index.
setPoint(int, double, double) - Method in class gistoolkit.features.LinearRing
Set the point at the given index.
setPoint(int, double, double) - Method in class gistoolkit.features.MultiLineString
Set the point at the given index.
setPoint(int, double, double) - Method in class gistoolkit.features.MultiPoint
Set the point at the given index.
setPoint(int, double, double) - Method in class gistoolkit.features.MultiPolygon
Set the point at the given index.
setPoint(int, double, double) - Method in class gistoolkit.features.Point
Sets the point at the given index to the given value.
setPoint(int, double, double) - Method in class gistoolkit.features.Polygon
Set the point at the given index.
setPoint(int, double, double) - Method in class gistoolkit.features.RasterShape
Sets the point at the given index to the given value.
setPoint(int, double, double) - Method in class gistoolkit.features.Shape
Sets the point at the given index to the given value.
setPointImageRenderer(PointImageRenderer) - Method in class gistoolkit.application.layers.rendererpanel.PointImageRendererDialog
Set the renderer in the dialog
setPort(int) - Method in interface gistoolkit.server.ServerHolder
Set the PortNumber.
setPort(int) - Method in class gistoolkit.server.mapservice.WebMapService
Set the port on which this web map service should listen.
setPortNumber(int) - Method in class gistoolkit.server.Server
Set the port number.
setPortNumber(int) - Method in class proprietary.datasources.arcsde.ArcSDEDataSource
Set the port number where the ARCSDE service is listening
setPortNumber(String) - Method in class proprietary.datasources.arcsde.ArcSDEDataSourcePanel
Set the port number on which the SDE server is listening for incoming requests.
setPreread(boolean) - Method in class gistoolkit.datasources.db2spatialextender.ReadOnlySpatialExtenderDataSource
Sets the preread flag to tell this data source to preread the entire contents of the layer, and keep them in memory, essentially caching them, until the data source is disposed.
setPreread(boolean) - Method in class gistoolkit.datasources.mysql.ReadOnlyMySQLDataSource
Sets the preread flag to tell this data source to preread the entire contents of the layer, and keep them in memory, essentially caching them, until the data source is disposed.
setPreread(boolean) - Method in class gistoolkit.datasources.oracle.ReadOnlyOracleDataSource
Sets the preread flag to tell this data source to preread the entire contents of the layer, and keep them in memory, essentially caching them, until the data source is disposed.
setPreread(boolean) - Method in class gistoolkit.datasources.postgis.ReadOnlyPostGISDataSource
Sets the preread flag to tell this data source to preread the entire contents of the layer, and keep them in memory, essentially caching them, until the data source is disposed.
setPreviousAttributes(Object[]) - Method in class gistoolkit.datasources.db2spatialextender.SpatialExtenderRecord
Set the previous attributes.
setPreviousShape(Shape) - Method in class gistoolkit.datasources.db2spatialextender.SpatialExtenderRecord
Set the previous Shape.
setProjection(Projection) - Method in class gistoolkit.application.dialog.ProjectionDialog
set the projection into the panel
setProjection(Projection) - Method in class gistoolkit.datasources.SimpleDataSource
 
setProjection(Projection) - Method in class gistoolkit.display.GISDisplay
Set the projection to use when drawing the map
setProjection(Projection, boolean) - Method in class gistoolkit.display.Layer
Sets the projection to use when rendering this particular layer.
setProjection(Projection) - Method in class gistoolkit.projection.AlbersEqualAreaProjectionPanel
Set the projection to be edited
setProjection(Projection) - Method in class gistoolkit.projection.LambertConicConformalProjectionPanel
Set the projection to be edited
setProjection(Projection) - Method in class gistoolkit.projection.NoProjectionPanel
Set the projection to be edited
setProjection(Projection) - Method in class gistoolkit.projection.ProjectionPanel
Set the projection to be edited
setProjection(Projection) - Method in class gistoolkit.projection.SimpleProjectionPanel
set the projection to be edited
setProjection(Projection) - Method in class gistoolkit.projection.UniversalTransverseMercatorProjectionPanel
Set the Projection within the panel
setProjection(Projection) - Method in class gistoolkit.server.LayerDefinition
Set the projection to use for this layer.
setProjection(Projection) - Method in class gistoolkit.server.Service
Set the projection to use with this layer.
setQuadrant(int) - Method in class gistoolkit.display.scalebar.SimpleScaleBar
Sets the quadrent UPPER_LEFT, UPPER_RIGHT, LOWER_LEFT, LOWER_RIGHT of the screen where the scale bar should be placed.
setRasterCatalogCreatorApplication(RasterCatalogCreatorApplication) - Method in class gistoolkit.datasources.imagefile.RasterCatalogCreator
Set the application for notification.
setRecord(Object[], int) - Method in class gistoolkit.datasources.shapefile.DbaseFile
 
setRecord(ShapeFileRecord, int) - Method in class gistoolkit.datasources.shapefile.ShapeFileDataset
 
setRecord(Record) - Method in class gistoolkit.display.drawmodel.EditNodesDrawModel
Returns the last selected record.
setRecord(Record, Layer) - Method in class gistoolkit.display.widgets.AttributePanel
Set the Record whose attributes are to be edited
setRecords(ShapeFileRecord[]) - Method in class gistoolkit.datasources.shapefile.ShapeFile
Sets the records for the shape file.
setRecords(Record[]) - Method in class gistoolkit.display.widgets.AttributeTableViewer
Set the Record Set.
setRectangle(Rectangle) - Method in class gistoolkit.display.drawmodel.BoxDrawModel
Set the rectangle to use.
setRemarks(String) - Method in class gistoolkit.projection.ellipsoid.EPSGEllipsoid
Set the remarks for this ellipsoid
setRenderer(int, Renderer) - Method in class gistoolkit.display.Style
Set the Renderer
setRequest(String) - Method in class gistoolkit.server.MapRequest
Set the name of the request.
setResolution(int) - Method in class gistoolkit.datasources.terraserver.TerraserverDataSource
Set the resolution to use.
setResolutions(int[]) - Method in class gistoolkit.datasources.imagefile.RasterCatalogCreator
Set the resolutions to break the images into.
setRolloverIcon(Icon) - Method in class gistoolkit.display.widgets.GISMenuButton
Set the icon to be displayed when the mouse is over the button
setSQLString(String) - Method in class gistoolkit.datasources.db2spatialextender.ReadOnlySpatialExtenderDataSource
sets the sql string that defines this layer.
setSRS(String) - Method in class gistoolkit.server.MapRequest
Set the Spatial Reference System Identifier.
setSRS(String) - Method in class gistoolkit.server.Service
Set the spatial reference string for this layer.
setSRS(MapRequest, String) - Static method in class gistoolkit.server.mapservice.OGCParser
Sets the Spatial Reference system to use.
setSRSAuto(boolean) - Method in class gistoolkit.server.MapRequest
Set to true for an AUTO SRS that allows specification of latitude and longitude.
setSRSLatitude(double) - Method in class gistoolkit.server.MapRequest
Set the SRSLatitude value for auto SRS's
setSRSLongitude(double) - Method in class gistoolkit.server.MapRequest
Set the SRSLongitude value for auto SRS's
setScale(double) - Method in class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform
Set the scale value to apply to the entire transform in parts per million (ppm) or 1e-6
setScaleBar(ScaleBar) - Method in class gistoolkit.application.dialog.ScaleBarDialog
Set the ScaleBar into this dialog, it will serve as the template or defaults.
setScaleBar(ScaleBar) - Method in class gistoolkit.application.dialog.scalebar.ScaleBarPanel
called when a shader is to be edited
setScaleBar(ScaleBar) - Method in class gistoolkit.application.dialog.scalebar.SimpleScaleBarPanel
Set the ScaleBar to be edited.
setScaleBar(ScaleBar) - Method in class gistoolkit.display.GISDisplay
Set the scale bar to use with the map, use null for no scalebar.
setScaleBar(ScaleBar) - Method in class gistoolkit.server.Service
set the scale bar to use with this layer.
setScaleFactor(double) - Method in class gistoolkit.projection.LambertConicConformalProjection
Set the scale factor
setScaleImage(boolean) - Method in class gistoolkit.server.mapclient.ImagePanel
Scale the image to the sizeof the panel.
setScreenPercent(float) - Method in class gistoolkit.display.scalebar.SimpleScaleBar
set what percent of the screen width this bar should use.
setSelLayersString(String) - Method in class proprietary.datasources.arcims.ArcIMSClient
 
setSelected(boolean) - Method in class gistoolkit.application.layers.LayerEntryPanel
Allows the containing layer panel set the state of this layer.
setSelectedIcon(Icon) - Method in class gistoolkit.display.widgets.GISMenuButton
Set the Selected Icon
setSelectedLayer(int) - Method in class gistoolkit.display.GISDisplay
Set the curently selected layer
setSelectedLayer(Layer) - Method in class gistoolkit.display.GISDisplay
Set the curently selected layer
setSelectedLayer(Layer) - Method in class gistoolkit.display.drawmodel.SelectDrawModel
Set the currently selected layer
setSelectedLayers(Layer[]) - Method in class gistoolkit.datasources.webservice.Client100
Set the selected Layers
setSelectedLayers(Layer[]) - Method in class gistoolkit.datasources.webservice.OGCClient
Set the layers of interest
setSelectedLayers(Layer[]) - Method in class gistoolkit.server.mapclient.wmsclient.WMSClient
Set the layers of interest
setSelectedLayers(Layer[]) - Method in class gistoolkit.server.mapclient.wmsclient.WMSClient100
Set the selected Layers
setSelectedLayers(Layer[]) - Method in class proprietary.datasources.arcims.ArcIMSClient
Set the selected Layers
setSelectedMapFormat(String) - Method in class gistoolkit.datasources.webservice.Client100
Set the selected map format
setSelectedMapFormat(String) - Method in class gistoolkit.datasources.webservice.OGCClient
Set the Selected Map Formats
setSelectedMapFormat(String) - Method in class gistoolkit.datasources.webservice.OGCWebServiceDataSource
Set the Selected map format
setSelectedMapFormat(String) - Method in class gistoolkit.server.mapclient.wmsclient.WMSClient
Set the Selected Map Formats
setSelectedMapFormat(String) - Method in class gistoolkit.server.mapclient.wmsclient.WMSClient100
Set the selected map format
setSelectedMapFormat(String) - Method in class proprietary.datasources.arcims.ArcIMSClient
Set the selected map format
setSelectedMapFormat(String) - Method in class proprietary.datasources.arcims.ArcIMSDataSource
Set the Selected map format
setSelectedRecords(Record[]) - Method in class gistoolkit.display.drawmodel.SelectDrawModel
Set the currently selected records.
setSelectedRecordsNoNotify(Record[]) - Method in class gistoolkit.display.drawmodel.SelectDrawModel
Set the currently selected records, and do not notify the listeners of the event.
setSelectedSRS(String) - Method in class gistoolkit.datasources.webservice.Layer
Set the selected STS
setSelectedSRS(String) - Method in class gistoolkit.server.mapclient.wmsclient.Layer
Set the selected STS
setSelectedStyle(Style) - Method in class gistoolkit.datasources.webservice.Layer
Set the selected style for this layer
setSelectedStyle(Style) - Method in class gistoolkit.server.mapclient.wmsclient.Layer
Set the selected style for this layer
setServer(Server) - Method in interface gistoolkit.server.mapservice.ExtensionService
Called before the first request is sent to the server, just after the set Node.
setServer(Server) - Method in class gistoolkit.server.mapservice.SimpleExtensionService
Sets the servier within the extender.
setServername(String) - Method in class proprietary.datasources.arcsde.ArcSDEDataSource
Set the name of the server where the SDE processes is running
setServername(String) - Method in class proprietary.datasources.arcsde.ArcSDEDataSourcePanel
Set the name of the server where the SDE process is running
setService(String) - Method in class gistoolkit.datasources.webservice.OGCClient
set the service name of the service when connecting to an ESRI service
setService(String) - Method in class gistoolkit.datasources.webservice.OGCWebServiceDataSource
set the service name of the service when connecting to an ESRI service
setService(String) - Method in class gistoolkit.server.mapclient.wmsclient.WMSClient
set the service name of the service when connecting to an ESRI service
setService(String) - Method in class proprietary.datasources.arcims.ArcIMSDataSource
set the service name of the service when connecting to an ESRI service
setServiceLink(String) - Method in class gistoolkit.server.Service
Set the Link to be used to get more information about this service.
setServiceName(String) - Method in class gistoolkit.server.MapRequest
Set the name of the service to which this request is addressed.
setServiceName(String) - Method in class gistoolkit.server.Service
Set the name of the service.
setServiceTitle(String) - Method in class gistoolkit.server.Service
Set the Title of the service.
setShader(Shader) - Method in class gistoolkit.application.layers.ShaderButton
Set the shader assigned to this button;
setShader(Shader) - Method in class gistoolkit.application.layers.ShaderSelectPanel
set the layer to be edited
setShader(Shader) - Method in class gistoolkit.display.Style
Set the shader to use with this style.
setShader(Shader) - Method in class gistoolkit.display.drawmodel.EditNodesDrawModel
Set the shader used for shading the highlighted shapes.
setShader(Shader) - Method in class gistoolkit.display.shader.BinShaderPanel
Set the Range shader to edit
setShader(Shader) - Method in class gistoolkit.display.shader.MonoShaderPanel
Set the shader to be edited.
setShader(Shader) - Method in class gistoolkit.display.shader.RandomShaderPanel
Set the Random shader to edit
setShader(Shader) - Method in class gistoolkit.display.shader.RangeShaderPanel
Set the Range shader to edit
setShader(Shader) - Method in class gistoolkit.display.shader.ShaderPanel
called when a shader is to be edited
setShadowColor(Color) - Method in class gistoolkit.server.mapclient.OGCClient
Set the color to use when drawing shadows.
setShape(Shape) - Method in class gistoolkit.display.shapeeditor.LineStringEditor
Set the LineString to be edited into the panel.
setShape(Shape) - Method in class gistoolkit.display.shapeeditor.LinearRingEditor
Set the LinearRing to be edited into the panel.
setShape(Shape) - Method in class gistoolkit.display.shapeeditor.MultiLineStringEditor
Set the shape into the dialog.
setShape(Shape) - Method in class gistoolkit.display.shapeeditor.MultiPointEditor
Set the MultiPoint to be edited into the panel.
setShape(Shape) - Method in class gistoolkit.display.shapeeditor.MultiPolygonEditor
Set the shape into the dialog.
setShape(Shape) - Method in class gistoolkit.display.shapeeditor.PointEditor
Set the Point into the panel
setShape(Shape) - Method in class gistoolkit.display.shapeeditor.PolygonEditor
Set the shape into the dialog.
setShape(Shape) - Method in class gistoolkit.display.shapeeditor.ShapeEditor
Set the shape into the panel
setShape(Shape) - Method in class gistoolkit.display.shapeeditor.ShapeEditorDlg
Set the shape into the dialog.
setShape(Shape) - Method in class gistoolkit.features.Record
Sets the shape associated with this object
setShapeFile(String) - Method in class gistoolkit.datasources.mysql.MySQLImporter
Set the shape file to use for this importer.
setShapeType(int) - Method in class gistoolkit.display.drawmodel.NewShapeDrawModel
Set the type of shape this draw model is to create
setSourceImageDirectory(String) - Method in class gistoolkit.datasources.imagefile.ImageChopper
Set the location of the source directory containing the images to convert.
setSourceImageDirectory(String) - Method in class gistoolkit.datasources.imagefile.RasterCatalogCreator
Set the location of the source directory containing the images to convert.
setStartPoint(Point) - Method in class gistoolkit.display.drawmodel.PanDrawModel
Sets the starting point for the Draw Model
setStatus(String) - Method in class gistoolkit.datasources.imagefile.ImageChopperApplication
set the status of the application.
setStatus(String, int, int, int) - Method in class gistoolkit.datasources.imagefile.RasterCatalogCreatorApplication
set the status of the application.
setStopProcessing(boolean) - Method in class gistoolkit.datasources.imagefile.ImageChopper
Set the status of the stop processing.
setStopProcessing(boolean) - Method in class gistoolkit.datasources.imagefile.RasterCatalogCreator
Set the status of the stop processing.
setStroke(Stroke) - Method in class gistoolkit.display.scalebar.SimpleScaleBar
Sets the stroke for this shader, will not allow null.
setStroke(Stroke) - Method in class gistoolkit.display.shader.MonoShader
Sets the stroke for this shader, will not allow null.
setStroke(Stroke) - Method in class gistoolkit.display.shader.SimpleShader
Sets the stroke for this shader, will not allow null.
setStyle(Style) - Method in class gistoolkit.application.layers.StyleButton
Set the Style that this button will use for display, and will modify.
setStyle(Style) - Method in class gistoolkit.application.layers.StyleShaderPanel
Set the Style to edit.
setStyle(Style) - Method in class gistoolkit.display.Layer
Sets the style for this layer to use.
setStyleName(String) - Method in class gistoolkit.display.Style
Set the name of this style.
setStyleTitle(String) - Method in class gistoolkit.display.Style
Set the title of this style.
setStyles(String[]) - Method in class gistoolkit.server.MapRequest
Set the styles to apply to the layers.
setTableJoinColumn(String) - Method in class gistoolkit.datasources.SimpleJoinDataSource
Set the name of the datasource column to join with.
setTableName(String) - Method in class proprietary.datasources.arcsde.ArcSDEDataSource
Set the name of the table where the data for this data source is stored
setTablename(String) - Method in class proprietary.datasources.arcsde.ArcSDEDataSourcePanel
Set the tablename where the data for this datasource resides
setTextField(String) - Method in class gistoolkit.application.layers.layerpanel.filterpanel.SimpleAttributeFilterPanel
Set the value of the text field.
setToEllipsoid(Ellipsoid) - Method in class gistoolkit.projection.ellipsoid.transform.EllipsoidTransform
Set the Ellipsoid to convert to
setToProjection(Projection, boolean) - Method in interface gistoolkit.datasources.DataSource
Sets the projection to which this datasource is required to project its contents.
setToProjection(Projection, boolean) - Method in class gistoolkit.datasources.SimpleDataSource
Allows another projection to be used to convert to the screen projection.
setToProjection(Projection, boolean) - Method in class gistoolkit.datasources.terraserver.TerraserverDataSource
Allows another projection to be used to convert to the screen projection.
setToolTipText(String) - Method in class gistoolkit.display.widgets.GISMenuButton
Set the tooltip text
setTopShader(Shader) - Method in class gistoolkit.display.Style
Set the shader to use with this style.
setTopX(double) - Method in interface gistoolkit.server.mapclient.Client
 
setTopX(double) - Method in class gistoolkit.server.mapclient.OGCClient
Sets the horrizontal location of the upper left hand corner in world coordinates.
setTopY(double) - Method in interface gistoolkit.server.mapclient.Client
 
setTopY(double) - Method in class gistoolkit.server.mapclient.OGCClient
Sets the vertical location of the upper left hand corner in world coordinates.
setTransform(EllipsoidTransform) - Method in class gistoolkit.projection.ellipsoid.transform.GeocentricTranslation.EditPanel
set the transform to be edited
setTransform(EllipsoidTransform) - Method in class gistoolkit.projection.ellipsoid.transform.LatitudeTranslation.EditPanel
set the transform to be edited
setTransform(EllipsoidTransform) - Method in class gistoolkit.projection.ellipsoid.transform.LongitudeRotation.EditPanel
set the transform to be edited
setTransform(EllipsoidTransform) - Method in class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform.EditPanel
set the transform to be edited
setTransform(EllipsoidTransform) - Method in class gistoolkit.projection.ellipsoid.transform.TransformEditPanel
set the transform to be edited
setTransparent(boolean) - Method in class gistoolkit.server.MapRequest
Set the transparent value, only valid for Gif and PDF.
setType(int) - Method in class gistoolkit.application.command.SelectMultiCommand
Set the type of select to use.
setURLBase(String) - Method in class gistoolkit.datasources.terraserver.TerraserverDataSource
Sets the URL location of the tile.asp script on terraserver
setURLBase(String) - Method in class gistoolkit.datasources.webservice.OGCClient
Set the location of the web service.
setURLBase(String) - Method in class gistoolkit.datasources.webservice.OGCWebServiceDataSource
Set the base URL for reading information from this datasource
setURLBase(String) - Method in class gistoolkit.server.mapclient.wmsclient.WMSClient
Set the location of the web service.
setURLBase(String) - Method in class proprietary.datasources.arcims.ArcIMSDataSource
Set the base URL for reading information from this datasource
setUnitOfMeasure(String) - Method in class gistoolkit.projection.ellipsoid.SimpleEllipsoid
Sset the unit of measure of this ellipsoid
setUpdateable(boolean) - Method in class gistoolkit.display.Layer
Sets the flag to indicate that this layer is not updateable.
setUsername(String) - Method in class proprietary.datasources.arcsde.ArcSDEDataSource
Set the username to use when verifying the connection to the database
setUsername(String) - Method in class proprietary.datasources.arcsde.ArcSDEDataSourcePanel
Set the username used when accessing the database
setValue(String) - Method in class gistoolkit.common.Node
Set the value of this node
setValue(String) - Method in class gistoolkit.datasources.filter.AttributeFilter
Set the attribute value.
setValue(String) - Method in class gistoolkit.datasources.filter.DateAttributeFilter
Set the attribute value.
setValue(String) - Method in class gistoolkit.datasources.filter.NumberAttributeFilter
Set the attribute value.
setValue(String) - Method in class gistoolkit.datasources.filter.StringAttributeFilter
Set the attribute value.
setValueColumnName(String) - Method in class gistoolkit.display.shader.BinShader
Set the name of the column to shade by
setValueLabel(String) - Method in class gistoolkit.application.layers.layerpanel.filterpanel.SimpleAttributeFilterPanel
Set the label for the value field.
setVerbose(boolean) - Static method in class gistoolkit.datasources.shapefile.DbaseFile
 
setVerticalOffset(int) - Method in class gistoolkit.display.scalebar.SimpleScaleBar
Set the offset from the upper or lower edge of the screen in pixels.
setVisible(boolean) - Method in class gistoolkit.display.Layer
Sets the value of the layer is visible flag.
setWarnings(boolean) - Method in class gistoolkit.datasources.shapefile.DbaseFile
Print warnings to system.out.
setWarnings(boolean) - Method in class gistoolkit.datasources.shapefile.DbaseFileHeader
Print warnings to system.out.
setWarnings(boolean) - Method in class gistoolkit.datasources.shapefile.ShapeFileHeader
Print warnings to system.out.
setWebServiceURL(String) - Method in class gistoolkit.server.mapclient.OGCClient
set the url used for connecting to the web service.
setWidth(int) - Method in class gistoolkit.datasources.webservice.Client100
Set the width of the resulting image
setWidth(int) - Method in class gistoolkit.datasources.webservice.OGCClient
Set the width of the desired image
setWidth(int) - Method in class gistoolkit.server.MapRequest
Set the width of the requested result.
setWidth(int) - Method in class gistoolkit.server.mapclient.wmsclient.WMSClient
Set the width of the desired image
setWidth(int) - Method in class gistoolkit.server.mapclient.wmsclient.WMSClient100
Set the width of the resulting image
setWidth(int) - Method in class proprietary.datasources.arcims.ArcIMSClient
Set the width of the resulting image
setX(double) - Method in class gistoolkit.features.Point
 
setX(double) - Method in class gistoolkit.projection.ellipsoid.transform.CartesianPoint
Set the X coordinate of this point
setXPoint(int) - Method in class gistoolkit.server.MapRequest
Set the X coordinate of the pixel of interest.
setXRotation(double) - Method in class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform
Set the rotation to apply to the X coordinate
setXTranslation(double) - Method in class gistoolkit.projection.ellipsoid.transform.GeocentricTranslation
Set the translation in the X direction
setXTranslation(double) - Method in class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform
Set the translation to apply to the X coordinate
setY(double) - Method in class gistoolkit.features.Point
 
setY(double) - Method in class gistoolkit.projection.ellipsoid.transform.CartesianPoint
Set the Y coordinate of this point
setYPoint(int) - Method in class gistoolkit.server.MapRequest
Set the Y coordinate of the pixel of interest.
setYRotation(double) - Method in class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform
Set the rotation to apply to the Y coordinate
setYTranslation(double) - Method in class gistoolkit.projection.ellipsoid.transform.GeocentricTranslation
Set the translation in the Y direction
setYTranslation(double) - Method in class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform
Set the translation to apply to the Y coordinate
setZ(double) - Method in class gistoolkit.datasources.shapefile.PointZ
Sets the Z coordinate.
setZ(double) - Method in class gistoolkit.projection.ellipsoid.transform.CartesianPoint
Set the Z coordinate of this point
setZRotation(double) - Method in class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform
Set the rotation to apply to the Z coordinate
setZTranslation(double) - Method in class gistoolkit.projection.ellipsoid.transform.GeocentricTranslation
Set the translation in the Z direction
setZTranslation(double) - Method in class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform
Set the translation to apply to the Z coordinate
setZone(int) - Method in class gistoolkit.projection.UniversalTransverseMercatorProjection
 
setup() - Method in class gistoolkit.projection.SimpleProjection
Run setup
shapeUpdated(Shape) - Method in class gistoolkit.application.command.EditCommand
Called when any update happens to the shape.
shapeUpdated(EditNodesDrawModelEvent) - Method in class gistoolkit.application.command.EditCommand
called when the shape is updated in any way.
shapeUpdated(EditNodesDrawModelEvent) - Method in interface gistoolkit.display.drawmodel.EditNodesDrawModelListener
called when the shape is updated in any way.
shapeUpdated(Shape) - Method in class gistoolkit.display.shapeeditor.LineStringEditor
Called to notify that the shape has radically changed, usually causes a reload.
shapeUpdated(Shape) - Method in class gistoolkit.display.shapeeditor.LinearRingEditor
Called to notify that the shape has radically changed, usually causes a reload.
shapeUpdated(Shape) - Method in class gistoolkit.display.shapeeditor.MultiPointEditor
Called to notify that the shape has radically changed, usually causes a reload.
shapeUpdated(Shape) - Method in class gistoolkit.display.shapeeditor.ShapeEditor
Called to notify that the shape has radically changed, usually causes a reload.
shapeUpdated(Shape) - Method in class gistoolkit.display.shapeeditor.ShapeEditorDlg
Notify the editor that the shape has been updated.
shapeUpdated(Shape) - Method in interface gistoolkit.display.shapeeditor.ShapeEditorListener
Called when any update happens to the shape.
show() - Method in class gistoolkit.application.layers.LayerDlg
Show the dialog
showAEAPage(Request, Response, Server, Service, LayerDefinition, Projection) - Static method in class gistoolkit.server.mapservice.adminextender.projectionhandlers.AlbersEqualAreaProjectionHandler
 
showAddPage(Request, Response, Server, Service, LayerDefinition, Style) - Static method in class gistoolkit.server.mapservice.adminextender.LabelerHandler
Show a selection of available Labelers to be added to the style.
showAddPage(Request, Response, Server, Service, LayerDefinition, Style) - Static method in class gistoolkit.server.mapservice.adminextender.RendererHandler
Show a selection of available Renderers to be added to the style.
showBinShaderPage(Request, Response, Server, Service, LayerDefinition, Style, Shader) - Static method in class gistoolkit.server.mapservice.adminextender.shaderhandlers.BinShaderHandler
 
showError(Exception) - Method in class gistoolkit.application.command.SimpleCommand
Show the error to the user
showError(String) - Method in class gistoolkit.server.mapclient.command.BasicCommand
Show the error to the user.
showErrorPage(Request, Response, String) - Static method in class gistoolkit.server.mapservice.adminextender.AdminExtender
Show an error message to the user.
showErrorPage(Request, Response, String) - Method in class gistoolkit.server.mapservice.htmlclientextender.HTMLClientExtender
Show an error message.
showException(Exception) - Method in class gistoolkit.server.mapclient.command.BasicCommand
Show the exception to the user.
showGetDatasourceData(Request, Response, Server, Service) - Static method in class gistoolkit.server.mapservice.adminextender.DatasourceHandler
Show the information for the datasource the user has selected.
showHeaderPage(Request, Response, String) - Static method in class gistoolkit.server.mapservice.adminextender.AdminExtender
Show the heading page
showHeaderPage(Request, Response, String) - Static method in class gistoolkit.server.mapservice.clientextender.ClientExtender
Show the heading page
showHeaderPage(Request, Response, String) - Static method in class gistoolkit.server.mapservice.htmlclientextender.HTMLClientExtender
Show the heading page
showHelp() - Static method in class gistoolkit.datasources.mysql.MySQLImporter
Show the help page.
showInformation(String, String) - Method in class gistoolkit.application.command.SimpleCommand
Show the information message to the user
showLCCPage(Request, Response, Server, Service, LayerDefinition, Projection) - Static method in class gistoolkit.server.mapservice.adminextender.projectionhandlers.LambertConicConformalProjectionHandler
 
showLayerDialog() - Method in class gistoolkit.server.mapclient.OGCClient
Show the layer Dialog
showLayerPage(Request, Response, Server, Service, LayerDefinition) - Static method in class gistoolkit.server.mapservice.adminextender.LayerHandler
Show information only about the indicated server
showMapPage(Request, Response, String) - Method in class gistoolkit.server.mapservice.htmlclientextender.HTMLClientExtender
Show the map page.
showMonoShaderPage(Request, Response, Server, Service, LayerDefinition, Style, Shader) - Static method in class gistoolkit.server.mapservice.adminextender.shaderhandlers.MonoShaderHandler
 
showNoProjectionPage(Request, Response, Server, Service, LayerDefinition, Projection) - Static method in class gistoolkit.server.mapservice.adminextender.projectionhandlers.NoProjectionHandler
 
showOptionsPage(Request, Response) - Method in class gistoolkit.server.mapservice.adminextender.AdminExtender
Show the options page.
showPointImageRendererPage(Request, Response, Server, Service, LayerDefinition, Style, Renderer, int) - Static method in class gistoolkit.server.mapservice.adminextender.rendererhandlers.PointImageRendererHandler
 
showProjectionSelectPage(Request, Response, Server, Service, LayerDefinition, Projection) - Static method in class gistoolkit.server.mapservice.adminextender.ProjectionHandler
 
showRangeShaderPage(Request, Response, Server, Service, LayerDefinition, Style, Shader) - Static method in class gistoolkit.server.mapservice.adminextender.shaderhandlers.RangeShaderHandler
 
showScaleBarSelectPage(Request, Response, Server, Service, ScaleBar) - Static method in class gistoolkit.server.mapservice.adminextender.ScaleBarHandler
 
showSelectLayersPage(Request, Response, String) - Method in class gistoolkit.server.mapservice.htmlclientextender.HTMLClientExtender
Show the selected Layers for this particular map server, and allow the users to turn them on or off.
showSelectServicePage(Request, Response) - Method in class gistoolkit.server.mapservice.htmlclientextender.HTMLClientExtender
Allow the user to select a service..
showServerPage(Request, Response, Server) - Static method in class gistoolkit.server.mapservice.adminextender.ServerHandler
Show the entire page of services.
showServicePage(Request, Response, Server, Service) - Static method in class gistoolkit.server.mapservice.adminextender.DatasourceHandler
Show information only about the known data sources server.
showServicePage(Request, Response, Server, Service) - Static method in class gistoolkit.server.mapservice.adminextender.ServiceHandler
Show information only about the indicated server
showServicePage(Request, Response, Server, Service) - Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.DB2SpatialHandler
Show information only about the indicated server
showServicePage(Request, Response, Server, Service) - Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.ERMapperHandler
Show information only about the indicated server
showServicePage(Request, Response, Server, Service) - Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.ImageDirectoryHandler
Show information only about the indicated server
showServicePage(Request, Response, Server, Service) - Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.ImageFileHandler
Show information only about the indicated server
showServicePage(Request, Response, Server, Service) - Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.MySQLHandler
Show information only about the indicated server
showServicePage(Request, Response, Server, Service) - Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.OracleHandler
Show information only about the indicated server
showServicePage(Request, Response, Server, Service) - Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.PostGISHandler
Show information only about the indicated server
showServicePage(Request, Response, Server, Service) - Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.RasterCatalogHandler
Show information only about the indicated server
showServicePage(Request, Response, Server, Service) - Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.SeamlessHandler
Show information only about the indicated server
showServicePage(Request, Response, Server, Service) - Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.ShapeFileHandler
Show information only about the indicated server
showServicePage(Request, Response, Server, Service) - Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.TerraserverHandler
Show information only about the indicated server
showShaderSelectPage(Request, Response, Server, Service, LayerDefinition, Style, Shader) - Static method in class gistoolkit.server.mapservice.adminextender.ShaderHandler
 
showSimpleLabelerPage(Request, Response, Server, Service, LayerDefinition, Style, Labeler, int) - Static method in class gistoolkit.server.mapservice.adminextender.labelerhandlers.SimpleLabelerHandler
 
showSimpleScalebarPage(Request, Response, Server, Service, ScaleBar) - Static method in class gistoolkit.server.mapservice.adminextender.scalebarhandlers.SimpleScaleBarHandler
 
showStylePage(Request, Response, Server, Service, LayerDefinition, Style) - Static method in class gistoolkit.server.mapservice.adminextender.StyleHandler
 
showTailerPage(Request, Response) - Static method in class gistoolkit.server.mapservice.adminextender.AdminExtender
Show the trailer part of the page.
showTailerPage(Request, Response) - Static method in class gistoolkit.server.mapservice.clientextender.ClientExtender
Show the trailer part of the page.
showTailerPage(Request, Response) - Static method in class gistoolkit.server.mapservice.htmlclientextender.HTMLClientExtender
Show the trailer part of the page.
showUTCPage(Request, Response, Server, Service, LayerDefinition, Projection) - Static method in class gistoolkit.server.mapservice.adminextender.projectionhandlers.UniversalTransverseMercatorProjectionHandler
 
showUsage() - Static method in class gistoolkit.server.mapservice.WebMapService
Show the user how to use this class.
size() - Method in class cmp.LEDataStream.LEDataOutputStream
 
size() - Method in class gistoolkit.datasources.GISDataset
Return the number of recordsd in this layer.
skip() - Method in class gistoolkit.datasources.shapefile.DbaseFileReader
Skip the next record.
skipBytes(int) - Method in class cmp.LEDataStream.LEDataInputStream
 
skipBytes(int) - Method in class cmp.LEDataStream.LERandomAccessFile
 
stateChanged(ChangeEvent) - Method in class gistoolkit.application.GISEditor.WindowHandler
 
swapRow(int, int) - Method in class gistoolkit.projection.ellipsoid.transform.Matrix
Swap two rows in the matrix

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z