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

A

ADD - Static variable in class gistoolkit.display.drawmodel.EditNodesDrawModel
 
ADMIN_EXTENDER_NODE - Static variable in class gistoolkit.server.mapservice.adminextender.AdminExtender
 
AND - Static variable in class gistoolkit.datasources.filter.Expression
Takes the logical AND of the two filters.
AND - Static variable in class gistoolkit.datasources.filter.Join
Takes the logical AND of the two filters.
ATTRIBUTE_EQUALS - Static variable in class gistoolkit.datasources.filter.AttributeFilter
Returns all the records where this attribute is equal to this value.
ATTRIBUTE_GREATER - Static variable in class gistoolkit.datasources.filter.AttributeFilter
Returns all the records where this attribute is greater than this value.
ATTRIBUTE_LESS - Static variable in class gistoolkit.datasources.filter.AttributeFilter
Returns all the records where this attribute is less than this value.
ATTRIBUTE_VALUE - Static variable in class gistoolkit.datasources.filter.AttributeFilter
 
AWTImageReader - class gistoolkit.datasources.imagefile.imagereaders.AWTImageReader.
Class to protect from Instantiation exceptions if JAI is not installed.
AWTImageReader() - Constructor for class gistoolkit.datasources.imagefile.imagereaders.AWTImageReader
Creates a new instance of JAIImageReader
AWTImageReader(String) - Constructor for class gistoolkit.datasources.imagefile.imagereaders.AWTImageReader
Creates a new instance of JAIImageReader
AboutCommand - class gistoolkit.application.command.AboutCommand.
Exits the application.
AboutCommand(GISEditor) - Constructor for class gistoolkit.application.command.AboutCommand
Creates new ExitCommand
ActionList - class gistoolkit.application.command.ActionList.
Object for holding the commands associated with an application.
ActionList() - Constructor for class gistoolkit.application.command.ActionList
Creates new CommandList
AdminExtender - class gistoolkit.server.mapservice.adminextender.AdminExtender.
Allows the remote configuration of the server.
AdminExtender() - Constructor for class gistoolkit.server.mapservice.adminextender.AdminExtender
Creates new AdminExtender
Airy1830 - class gistoolkit.projection.ellipsoid.Airy1830.
An Ellipsoid that is used in the Brittish national grid to better describe their country than wgs84.
Airy1830() - Constructor for class gistoolkit.projection.ellipsoid.Airy1830
Creates new Airy1830
Airy1830Modified - class gistoolkit.projection.ellipsoid.Airy1830Modified.
An ellipsoid modified to more exactly match Ireland.
Airy1830Modified() - Constructor for class gistoolkit.projection.ellipsoid.Airy1830Modified
Creates new Airy1830Modified ellipsoid
AlbersEqualAreaProjection - class gistoolkit.projection.AlbersEqualAreaProjection.
Projects to the Albers Equal Area Projection.
AlbersEqualAreaProjection() - Constructor for class gistoolkit.projection.AlbersEqualAreaProjection
Creates new AlbersEqualArea
AlbersEqualAreaProjectionHandler - class gistoolkit.server.mapservice.adminextender.projectionhandlers.AlbersEqualAreaProjectionHandler.
 
AlbersEqualAreaProjectionHandler() - Constructor for class gistoolkit.server.mapservice.adminextender.projectionhandlers.AlbersEqualAreaProjectionHandler
Creates new RangeShaderHandler
AlbersEqualAreaProjectionPanel - class gistoolkit.projection.AlbersEqualAreaProjectionPanel.
Allows the user to edit the properties of an AlbersEqualAreaProjection.
AlbersEqualAreaProjectionPanel() - Constructor for class gistoolkit.projection.AlbersEqualAreaProjectionPanel
Creates new AlbersEqualAreaProjectionPanel
AppletClient - class gistoolkit.server.mapclient.AppletClient.
A generic client for a web map service.
AppletClient() - Constructor for class gistoolkit.server.mapclient.AppletClient
Creates new AppletClient
ArcIMSClient - class proprietary.datasources.arcims.ArcIMSClient.
Client for the OGC 1.0.0 version web services.
ArcIMSClient() - Constructor for class proprietary.datasources.arcims.ArcIMSClient
Creates new OGCWebServiceClient100
ArcIMSDataSource - class proprietary.datasources.arcims.ArcIMSDataSource.
Data source for reading images from an OGC WebMapService.
ArcIMSDataSource() - Constructor for class proprietary.datasources.arcims.ArcIMSDataSource
Creates new OGCWebServiceDataSource
ArcIMSDataSourcePanel - class proprietary.datasources.arcims.ArcIMSDataSourcePanel.
Panel to display the relevent bits about a particular ArcIMS-OGC Web Service.
ArcIMSDataSourcePanel() - Constructor for class proprietary.datasources.arcims.ArcIMSDataSourcePanel
Creates new OGCWebServiceDataSourcePanel
ArcSDEDataSource - class proprietary.datasources.arcsde.ArcSDEDataSource.
Retrieves data from an ArcSDEDataSource.
ArcSDEDataSource() - Constructor for class proprietary.datasources.arcsde.ArcSDEDataSource
Creates new ArcSDEDataSource
ArcSDEDataSourcePanel - class proprietary.datasources.arcsde.ArcSDEDataSourcePanel.
Allows entry of parameters relative to the ARCSDE DataSource.
ArcSDEDataSourcePanel() - Constructor for class proprietary.datasources.arcsde.ArcSDEDataSourcePanel
Creates new ArcSDEDataSourcePanel
ArcSDEWKTFactory - class proprietary.datasources.arcsde.ArcSDEWKTFactory.
Class for converting Well Known Text(WKT) representations of a shape into their Shape counterparts.
ArcSDEWKTFactory() - Constructor for class proprietary.datasources.arcsde.ArcSDEWKTFactory
Creates new WKTFactory
AttributeEditor - interface gistoolkit.display.widgets.AttributeEditor.
Allows the editors to be used in different and allows them to inherit from wherever they like.
AttributeFilter - class gistoolkit.datasources.filter.AttributeFilter.
Base class for filtering Attributes.
AttributeFilter() - Constructor for class gistoolkit.datasources.filter.AttributeFilter
 
AttributePanel - class gistoolkit.display.widgets.AttributePanel.
Panel for editing the values of the attributes of the dataset sent in.
AttributePanel() - Constructor for class gistoolkit.display.widgets.AttributePanel
Creates new EditCommandAttributePanel
AttributeTableViewer - class gistoolkit.display.widgets.AttributeTableViewer.
Allows all the records in the dataset to be viewed.
AttributeTableViewer() - Constructor for class gistoolkit.display.widgets.AttributeTableViewer
Creates new TableViewer
AttributeTableViewerListener - interface gistoolkit.display.widgets.AttributeTableViewerListener.
Interface to allow classes to respond to events in the AttributeTableViewer.
AttributeType - class gistoolkit.features.AttributeType.
This class keeps a record of the type of object that the column represents.
AttributeType(String) - Constructor for class gistoolkit.features.AttributeType
Creates new AttributeType with the given name and no lengths.
AttributeType(String, int) - Constructor for class gistoolkit.features.AttributeType
Creates new AttributeType with the given name and length.
AttributeType(String, int, int) - Constructor for class gistoolkit.features.AttributeType
Creates new AttributeType with the given name and lengths.
aacos(double) - Method in class gistoolkit.projection.SimpleProjection
 
aasin(double) - Method in class gistoolkit.projection.SimpleProjection
 
aatan2(double, double) - Method in class gistoolkit.projection.SimpleProjection
 
accept(File) - Method in class gistoolkit.application.GISFileFilter
accept the value
actionPerformed(ActionEvent) - Method in class gistoolkit.application.PopupListener
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class gistoolkit.application.command.EditCommand
Respont to the actions of the buttons
actionPerformed(ActionEvent) - Method in class gistoolkit.application.command.NewShapeCommand
Respont to the actions of the buttons
actionPerformed(ActionEvent) - Method in class gistoolkit.application.command.SelectMultiCommand
Respont to the actions of the buttons
actionPerformed(ActionEvent) - Method in class gistoolkit.application.command.SimpleCommand
Respond to action events from the action interface
actionPerformed(ActionEvent) - Method in class gistoolkit.application.dialog.ShapeFileConverterDialog
 
actionPerformed(ActionEvent) - Method in class gistoolkit.application.layers.FilterSelectPanel
 
actionPerformed(ActionEvent) - Method in class gistoolkit.application.layers.LayerDlg
Respond to the events from the OK and Cancel buttons.
actionPerformed(ActionEvent) - Method in class gistoolkit.application.layers.LayerEntryPanel
Respond to the events from the menu items.
actionPerformed(ActionEvent) - Method in class gistoolkit.application.layers.StyleShaderPanel
listen for events from the checkbox.
actionPerformed(ActionEvent) - Method in class gistoolkit.application.layers.labelerpanel.MultipleLabelerPanel
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class gistoolkit.application.layers.layerpanel.ImageDirectoryDataSourcePanel
Handle events coming from the button.
actionPerformed(ActionEvent) - Method in class gistoolkit.application.layers.layerpanel.ImageFileDataSourcePanel
Handle events coming from the button.
actionPerformed(ActionEvent) - Method in class gistoolkit.application.layers.layerpanel.OGCWebServiceDataSourcePanel
 
actionPerformed(ActionEvent) - Method in class gistoolkit.application.layers.layerpanel.RasterCatalogDataSourcePanel
Handle events coming from the button.
actionPerformed(ActionEvent) - Method in class gistoolkit.application.layers.layerpanel.ReadOnlyShapeFileDataSourcePanel
Handle events coming from the button.
actionPerformed(ActionEvent) - Method in class gistoolkit.application.layers.layerpanel.SeamlessDataSourcePanel
Handle events coming from the button.
actionPerformed(ActionEvent) - Method in class gistoolkit.application.layers.layerpanel.ShapeFileDataSourcePanel
Handle events coming from the button.
actionPerformed(ActionEvent) - Method in class gistoolkit.application.layers.layerpanel.TerraserverDataSourcePanel
 
actionPerformed(ActionEvent) - Method in class gistoolkit.display.shader.BinShaderPanel
Handle the action events from the new and delete buttons
actionPerformed(ActionEvent) - Method in class gistoolkit.display.shader.RangeShaderPanel
Handle the action events from the new and delete buttons
actionPerformed(ActionEvent) - Method in class gistoolkit.display.shapeeditor.LineStringEditor
 
actionPerformed(ActionEvent) - Method in class gistoolkit.display.shapeeditor.LinearRingEditor
 
actionPerformed(ActionEvent) - Method in class gistoolkit.display.shapeeditor.MultiLineStringEditor
 
actionPerformed(ActionEvent) - Method in class gistoolkit.display.shapeeditor.MultiPointEditor
 
actionPerformed(ActionEvent) - Method in class gistoolkit.display.shapeeditor.MultiPolygonEditor
 
actionPerformed(ActionEvent) - Method in class gistoolkit.display.shapeeditor.PointEditor
 
actionPerformed(ActionEvent) - Method in class gistoolkit.display.shapeeditor.PolygonEditor
 
actionPerformed(ActionEvent) - Method in class gistoolkit.display.widgets.ColorButton
Respond to events from the JButton to display the color cooser.
actionPerformed(ActionEvent) - Method in class gistoolkit.display.widgets.FontButton
Respond to events from the JButton to display the color cooser.
actionPerformed(ActionEvent) - Method in class gistoolkit.display.widgets.GISCommandButton
 
actionPerformed(ActionEvent) - Method in class gistoolkit.display.widgets.GISMenuButton
Execute the command should it exist
actionPerformed(ActionEvent) - Method in class gistoolkit.display.widgets.GISMenuItem
 
actionPerformed(ActionEvent) - Method in class gistoolkit.display.widgets.GISRadioButton
Execute the command embedded within
actionPerformed(ActionEvent) - Method in class gistoolkit.display.widgets.GISToolkitDialog
Respond to the events from the OK and Cancel buttons.
actionPerformed(ActionEvent) - Method in class gistoolkit.projection.UniversalTransverseMercatorProjectionPanel
Respond to the actions from the checkbox
actionPerformed(ActionEvent) - Method in class gistoolkit.server.mapclient.CommandButton
 
actionPerformed(ActionEvent) - Method in class gistoolkit.server.mapclient.CommandRadioButton
 
actionPerformed(ActionEvent) - Method in class gistoolkit.server.mapclient.LayerDialog
 
actionPerformed(ActionEvent) - Method in class proprietary.datasources.arcims.ArcIMSDataSourcePanel
 
actionPerformed(ActionEvent) - Method in class proprietary.datasources.ermapper.ERMapperDataSourcePanel
Handle events coming from the button.
add(Object[], Shape) - Method in class gistoolkit.datasources.GISDataset
Add a data item to the list .
add(Record) - Method in class gistoolkit.datasources.GISDataset
Add a data item to the list .
add(Renderer) - Method in class gistoolkit.display.Style
Add a renderer to this shape.
add(Labeler) - Method in class gistoolkit.display.Style
Add a labeler to this layer.
add(HighlightDrawModelListener) - Method in class gistoolkit.display.drawmodel.HighlightDrawModel
Adds the Listeners interest to events from this HighlightDrawModel.
add(SelectDrawModelListener) - Method in class gistoolkit.display.drawmodel.SelectDrawModel
Adds the Listeners interest to events from this HighlightDrawModel.
add(double, double) - Method in class gistoolkit.features.LineString
Add a point to the LineString returns the index of the newly added point, or -1 if it failed to add the point.
add(int, double, double) - Method in class gistoolkit.features.LineString
Adds a point to the LineString at the given point index.
add(double, double) - Method in class gistoolkit.features.LinearRing
Adds a point to the LineString at the given point index.
add(int, double, double) - Method in class gistoolkit.features.LinearRing
Adds a point to the LineString at the given point index.
add(double, double) - Method in class gistoolkit.features.MultiLineString
Add the a point to this shape.
add(int, double, double) - Method in class gistoolkit.features.MultiLineString
Adds the point to this shape at the given index.
add(double, double) - Method in class gistoolkit.features.MultiPoint
Add a point to the MultiPoint returns the index of the newly added point, or -1 if it failed to add the point.
add(int, double, double) - Method in class gistoolkit.features.MultiPoint
Adds a point to the MultiPoint at the given point index.
add(double, double) - Method in class gistoolkit.features.MultiPolygon
Add the a point to this shape.
add(int, double, double) - Method in class gistoolkit.features.MultiPolygon
Adds the point to this shape at the given index.
add(double, double) - Method in class gistoolkit.features.Point
Adds the point to the Shape.
add(int, double, double) - Method in class gistoolkit.features.Point
Adds the point to the Shape.
add(double, double) - Method in class gistoolkit.features.Polygon
Add the a point to this shape.
add(int, double, double) - Method in class gistoolkit.features.Polygon
Adds the point to this shape at the given index.
add(double, double) - Method in class gistoolkit.features.RasterShape
Adds a point to this raster shape.
add(int, double, double) - Method in class gistoolkit.features.RasterShape
Adds a point to this raster shape at the given index.
add(double, double) - Method in class gistoolkit.features.Shape
Add the a point to this shape.
add(int, double, double) - Method in class gistoolkit.features.Shape
Add the a point to this shape at this index.
addAction(Action) - Method in class gistoolkit.application.command.ActionList
Add a command to the list
addActionListener(ActionListener) - Method in class gistoolkit.application.layers.ShaderButton
Add an action listener to recieve action events from this button.
addActionListener(ActionListener) - Method in class gistoolkit.application.layers.StyleButton
Add an action listener to recieve action events from this button.
addAttribute(String, String) - Method in class gistoolkit.common.Node
Add an attribute to this node
addAttributeTableViewerListener(AttributeTableViewerListener) - Method in class gistoolkit.display.widgets.AttributeTableViewer
Add tihs observer to the list of interested observers.
addBin(double, double) - Method in class gistoolkit.display.shader.BinEntry
Add a bin to this bin entry.
addBin(String, Color) - Method in class gistoolkit.display.shader.BinShader
Add a bin to the list of available bins.
addBin(String, Color) - Method in class gistoolkit.display.shader.BinShaderPanel
Add a single bin to the list (new column)
addBins(String[], Color[], BinEntry[]) - Method in class gistoolkit.display.shader.BinShaderPanel
 
addButton(Component) - Method in class gistoolkit.application.GISEditor
Add a button to the display.
addButton(AbstractButton) - Method in class gistoolkit.display.widgets.GISMenuButton
Add a button to this menu.
addChild(Node) - Method in class gistoolkit.common.Node
Add a child node to this node.
addColor(double, double, Color, Color, Color) - Method in class gistoolkit.display.shader.RangeShader
add another color to the list null colors will not be drawn
addColumn(String, char, int, int) - Method in class gistoolkit.datasources.shapefile.DbaseFile
Adds the column to the file.
addColumn(String, char, int, int) - Method in class gistoolkit.datasources.shapefile.DbaseFileHeader
Add a column to this DbaseFileHeader.
addColumn(String, char, int, int) - Method in class gistoolkit.datasources.shapefile.ShapeFile
Adds a column to the shape file.
addDataSourceListener(DataSourceListener) - Method in interface gistoolkit.datasources.DataSource
Adds a datasource listener to this datasource.
addDataSourceListener(DataSourceListener) - Method in class gistoolkit.datasources.SimpleDataSource
Adds a datasource listener to this datasource.
addDataSourceListener(DataSourceListener) - Method in class gistoolkit.datasources.terraserver.TerraserverDataSource
Adds a datasource listener to this datasource.
addEditNodesDrawModelListener(EditNodesDrawModelListener) - Method in class gistoolkit.display.drawmodel.EditNodesDrawModel
Add a listener to this draw model to recieve events when they happen.
addEntry(String[], double[], double[]) - Method in class gistoolkit.display.shader.BinShader
Adds an entry to the list.
addEntry(String) - Method in class gistoolkit.display.shader.BinShaderPanel
Add a single entry to the list (new Row)
addExtensionService(ExtensionService) - Method in class gistoolkit.server.mapservice.WebMapService
Add an extension service.
addGISDisplayListener(GISDisplayListener) - Method in class gistoolkit.display.GISDisplay
Add a listener
addHole(int, LinearRing) - Method in class gistoolkit.features.Polygon
Add a hole at the given index.
addImageChopperListener(ImageChopperListener) - Method in class gistoolkit.datasources.imagefile.ImageChopper
Add a listener to the list of registered listeners.
addLabelColumn(int) - Method in class gistoolkit.display.labeler.MultipleLabeler
Add the number of the column to label by.
addLabelColumn(int, int, String, String) - Method in class gistoolkit.display.labeler.MultipleLabeler
Add the number of the column, and it's attributes.
addLayer(Layer) - Method in class gistoolkit.display.GISDisplay
Method to use to set the layers on the map.
addLayerDefinition(LayerDefinition) - Method in class gistoolkit.server.Service
Add a layer Definition to this service.
addLayerListener(LayerListener) - Method in class gistoolkit.display.Layer
Add a Layer Listener to the vector of listeners.
addLineString(int, LineString) - Method in class gistoolkit.features.MultiLineString
Add a line string to this MultiLineString at the given location
addMouseListener(MouseListener) - Method in class gistoolkit.display.widgets.GISMenuButton
Add a mouse listener to the set
addMulRow(int, int, double) - Method in class gistoolkit.projection.ellipsoid.transform.Matrix
Add a new row to the matrix
addPoint(int, Point) - Method in class gistoolkit.display.shapeeditor.LineStringEditor
Add the point at the given location, if a -1 is sent in, the point will be added at the end.
addPoint(Point) - Method in class gistoolkit.display.shapeeditor.LineStringEditor
Add the point to the display.
addPoint(int, Point) - Method in class gistoolkit.display.shapeeditor.LinearRingEditor
Add the point at the given location, if a -1 is sent in, the point will be added at the end.
addPoint(Point) - Method in class gistoolkit.display.shapeeditor.LinearRingEditor
Add the point to the display.
addPoint(Point) - Method in class gistoolkit.display.shapeeditor.MultiLineStringEditor
Called to notify the editor that the point was added.
addPoint(int, Point) - Method in class gistoolkit.display.shapeeditor.MultiPointEditor
Add the point at the given location, if a -1 is sent in, the point will be added at the end.
addPoint(Point) - Method in class gistoolkit.display.shapeeditor.MultiPointEditor
Add the point to the display.
addPoint(Point) - Method in class gistoolkit.display.shapeeditor.MultiPolygonEditor
Called to notify the editor that the point was added.
addPoint(Point) - Method in class gistoolkit.display.shapeeditor.PointEditor
Called to notify the editor that the point was added.
addPoint(Point) - Method in class gistoolkit.display.shapeeditor.PolygonEditor
Called to notify the editor that the point was added.
addPoint(Point) - Method in class gistoolkit.display.shapeeditor.ShapeEditor
Called to notify the editor that the point was added.
addPolygon(int, Polygon) - Method in class gistoolkit.features.MultiPolygon
Add a Polygon to this MultiPolygonat the given location
addRecord(Object[]) - Method in class gistoolkit.datasources.shapefile.DbaseFile
Adds the record to the dataset.
addResponseThread(ResponseThread) - Method in class gistoolkit.server.mapservice.WebMapService
Add a thread to the response thread vector.
addService(Service) - Method in class gistoolkit.server.Server
Add a service to the list of currently available services.
addShapeEditorListener(ShapeEditorListener) - Method in class gistoolkit.display.shapeeditor.ShapeEditor
Add a new listener to this Shape Editor.
addShapeEditorListener(ShapeEditorListener) - Method in class gistoolkit.display.shapeeditor.ShapeEditorDlg
Add a shape editor listener to receive events from the editor panels.
addStyle(Style) - Method in class gistoolkit.server.LayerDefinition
Add a given style to the list of available styles.
altTransformBackward(Point) - Method in class gistoolkit.projection.TransversMercatorProjection
perform the revers transform
altTransformForward(Point) - Method in class gistoolkit.projection.TransversMercatorProjection
perform the conversion
asqrt(double) - Method in class gistoolkit.projection.SimpleProjection
 

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