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

M

MAX_DB2_INT - Static variable in class gistoolkit.datasources.db2spatialextender.SpatialExtenderDataSource
DB2 stores all of these features as posative integers between 0 and the MAX_DB2_INT.
METER_TO_ENGLISH - Static variable in class gistoolkit.server.mapservice.adminextender.ScaleBarHandler
 
METER_TO_METRIC - Static variable in class gistoolkit.server.mapservice.adminextender.ScaleBarHandler
 
METHOD_AWT - Static variable in class gistoolkit.datasources.imagefile.imagereaders.ImageReader
Read the imates with the Standard AWT toolkit.
METHOD_ICON - Static variable in class gistoolkit.datasources.imagefile.imagereaders.ImageReader
Read the images with the javax.swing packages.
METHOD_JAI - Static variable in class gistoolkit.datasources.imagefile.imagereaders.ImageReader
Read the images with the Java Advanced Imaging Software.
METHOD_JAVAIO - Static variable in class gistoolkit.datasources.imagefile.imagereaders.ImageReader
Read the images with the javax.imageio packages.
MOVE - Static variable in class gistoolkit.display.drawmodel.EditNodesDrawModel
Modes in which this draw model may operate.
MOVE_SHAPE - Static variable in class gistoolkit.display.drawmodel.EditNodesDrawModel
 
MULTILINESTRING - Static variable in class gistoolkit.features.Shape
 
MULTIPOINT - Static variable in class gistoolkit.features.Shape
 
MULTIPOLYGON - Static variable in class gistoolkit.features.Shape
 
MapRequest - class gistoolkit.server.MapRequest.
Holds the parameters for an OGIS complient Map Request.
MapRequest() - Constructor for class gistoolkit.server.MapRequest
Creates new MapRequest
MapRequest(String) - Constructor for class gistoolkit.server.MapRequest
Creates new MapRequest of the given type
Matrix - class gistoolkit.projection.ellipsoid.transform.Matrix.
Class to contain matrix manipulation logic
Matrix(int, int, double[][]) - Constructor for class gistoolkit.projection.ellipsoid.transform.Matrix
Create a new matrix with the given number of rows and columns
MemoryDataSource - class gistoolkit.datasources.memory.MemoryDataSource.
This data source only exists in memory.
MemoryDataSource() - Constructor for class gistoolkit.datasources.memory.MemoryDataSource
Creates new MemoryDataSource
MemoryDataSource(String) - Constructor for class gistoolkit.datasources.memory.MemoryDataSource
Creates a new MemoryDataSource with the given name
MemoryDataSource(String, GISDataset) - Constructor for class gistoolkit.datasources.memory.MemoryDataSource
Creates new MemoryDataSource beginning with the given dataset
MemoryRecord - class gistoolkit.datasources.memory.MemoryRecord.
I need some way to determine if the record has been updated.
MemoryRecord() - Constructor for class gistoolkit.datasources.memory.MemoryRecord
Creates new MemoryRecord
MemoryRecord(Record) - Constructor for class gistoolkit.datasources.memory.MemoryRecord
Creates a new MemoryRecord from the given record
MemoryTableEditor - class gistoolkit.application.layers.tableeditor.MemoryTableEditor.
Class that allows the editing of table configuration within the Memory Data Source.
MemoryTableEditor() - Constructor for class gistoolkit.application.layers.tableeditor.MemoryTableEditor
Creates a new instance of MemoryTableEditor
MeterToEnglishScaleBar - class gistoolkit.display.scalebar.MeterToEnglishScaleBar.
Class to display a scale bar on the map.
MeterToEnglishScaleBar() - Constructor for class gistoolkit.display.scalebar.MeterToEnglishScaleBar
 
MeterToMetricScaleBar - class gistoolkit.display.scalebar.MeterToMetricScaleBar.
Class to display a scale bar on the map.
MeterToMetricScaleBar() - Constructor for class gistoolkit.display.scalebar.MeterToMetricScaleBar
 
MonoShader - class gistoolkit.display.shader.MonoShader.
A shader that will always return the same color regardless of what values are sent in.
MonoShader() - Constructor for class gistoolkit.display.shader.MonoShader
Create a new Mono shader with the default values for everything.
MonoShader(Color) - Constructor for class gistoolkit.display.shader.MonoShader
MonoShader constructor comment.
MonoShader(Color, Color) - Constructor for class gistoolkit.display.shader.MonoShader
Create a new Mono Shader with the given Line and Fill colors, the label color is the same as the line color, and the highlight color is the default.
MonoShader(Color, Color, Color) - Constructor for class gistoolkit.display.shader.MonoShader
Create a new Mono Shader with the given line, fill and highlight colors, the label color is the same as the line color.
MonoShader(Color, Color, Color, Color) - Constructor for class gistoolkit.display.shader.MonoShader
Create a new Mono Shader with the given line, fill highlight and Label colors.
MonoShaderHandler - class gistoolkit.server.mapservice.adminextender.shaderhandlers.MonoShaderHandler.
 
MonoShaderHandler() - Constructor for class gistoolkit.server.mapservice.adminextender.shaderhandlers.MonoShaderHandler
Creates new MonoShaderHandler
MonoShaderPanel - class gistoolkit.display.shader.MonoShaderPanel.
Dialog for editing the attributes of a mono shader.
MonoShaderPanel() - Constructor for class gistoolkit.display.shader.MonoShaderPanel
Creates new MonoShaderPanel
MultiLineRenderer - class gistoolkit.display.renderer.MultiLineRenderer.
Created to render shapes in a single colors, default colors are black border, no fill.
MultiLineRenderer() - Constructor for class gistoolkit.display.renderer.MultiLineRenderer
MonoShader constructor comment.
MultiLineString - class gistoolkit.features.MultiLineString.
Represents a collection of Line Strings.
MultiLineString() - Constructor for class gistoolkit.features.MultiLineString
Create a new MultiLineString
MultiLineString(LineString[]) - Constructor for class gistoolkit.features.MultiLineString
Creates a MultiLineString from the lines
MultiLineString(LineString) - Constructor for class gistoolkit.features.MultiLineString
Create a MultiLineString from the given line
MultiLineStringEditor - class gistoolkit.display.shapeeditor.MultiLineStringEditor.
Provides the user interface for editing MultiLineStrings.
MultiLineStringEditor() - Constructor for class gistoolkit.display.shapeeditor.MultiLineStringEditor
Creates new MultiLineStringEditor
MultiLineStringM - class gistoolkit.datasources.shapefile.MultiLineStringM.
Just like a MultiLineString, but with the addition of a measure to each node.
MultiLineStringM() - Constructor for class gistoolkit.datasources.shapefile.MultiLineStringM
MultiLineStringM constructor comment.
MultiLineStringM(LineString[]) - Constructor for class gistoolkit.datasources.shapefile.MultiLineStringM
MultiLineStringM constructor comment.
MultiLineStringM(LineString) - Constructor for class gistoolkit.datasources.shapefile.MultiLineStringM
MultiLineStringM constructor comment.
MultiLineStringZ - class gistoolkit.datasources.shapefile.MultiLineStringZ.
Just like a MultiLineStringM, but with the addition of a z coordinate to each node.
MultiLineStringZ() - Constructor for class gistoolkit.datasources.shapefile.MultiLineStringZ
MultiLineStringM constructor comment.
MultiLineStringZ(LineString[]) - Constructor for class gistoolkit.datasources.shapefile.MultiLineStringZ
MultiLineStringM constructor comment.
MultiLineStringZ(LineString) - Constructor for class gistoolkit.datasources.shapefile.MultiLineStringZ
MultiLineStringM constructor comment.
MultiPoint - class gistoolkit.features.MultiPoint.
Represents a collection of points.
MultiPoint() - Constructor for class gistoolkit.features.MultiPoint
Point constructor comment.
MultiPoint(double[], double[]) - Constructor for class gistoolkit.features.MultiPoint
Create a new multi point which contains a single point.
MultiPoint(Point[]) - Constructor for class gistoolkit.features.MultiPoint
Create a new multi point which contains a single point.
MultiPoint(double, double) - Constructor for class gistoolkit.features.MultiPoint
Create a new multi point which contains a single point.
MultiPointEditor - class gistoolkit.display.shapeeditor.MultiPointEditor.
Provides the user interface for editing MultiPoints.
MultiPointEditor() - Constructor for class gistoolkit.display.shapeeditor.MultiPointEditor
Creates new MultiPointEditor.
MultiPointM - class gistoolkit.datasources.shapefile.MultiPointM.
A collection of multi points of the type M
MultiPointM() - Constructor for class gistoolkit.datasources.shapefile.MultiPointM
MultiPointM constructor comment.
MultiPointM(double[], double[]) - Constructor for class gistoolkit.datasources.shapefile.MultiPointM
MultiPointM constructor comment.
MultiPointM(Point[]) - Constructor for class gistoolkit.datasources.shapefile.MultiPointM
MultiPointM constructor comment.
MultiPointM(Point[], double, double, double[]) - Constructor for class gistoolkit.datasources.shapefile.MultiPointM
MultiPointM constructor comment.
MultiPointM(double, double) - Constructor for class gistoolkit.datasources.shapefile.MultiPointM
MultiPointM constructor comment.
MultiPointRenderer - class gistoolkit.display.renderer.MultiPointRenderer.
Created to render shapes in a single colors.
MultiPointRenderer() - Constructor for class gistoolkit.display.renderer.MultiPointRenderer
MonoShader constructor comment.
MultiPointZ - class gistoolkit.datasources.shapefile.MultiPointZ.
A collection of multi points of the type Z
MultiPointZ() - Constructor for class gistoolkit.datasources.shapefile.MultiPointZ
MultiPointM constructor comment.
MultiPointZ(double[], double[]) - Constructor for class gistoolkit.datasources.shapefile.MultiPointZ
MultiPointM constructor comment.
MultiPointZ(Point[]) - Constructor for class gistoolkit.datasources.shapefile.MultiPointZ
MultiPointM constructor comment.
MultiPointZ(Point[], double, double, double[]) - Constructor for class gistoolkit.datasources.shapefile.MultiPointZ
MultiPointM constructor comment.
MultiPointZ(double, double) - Constructor for class gistoolkit.datasources.shapefile.MultiPointZ
MultiPointM constructor comment.
MultiPolygon - class gistoolkit.features.MultiPolygon.
Represents a collection of Polygons.
MultiPolygon() - Constructor for class gistoolkit.features.MultiPolygon
Creates a new MultiPolygon
MultiPolygon(Polygon[]) - Constructor for class gistoolkit.features.MultiPolygon
Creates a MultiPolygon from the Polygons
MultiPolygon(Polygon[], Envelope) - Constructor for class gistoolkit.features.MultiPolygon
Creates a MultiPolygon from the Polygons and the envelope
MultiPolygonEditor - class gistoolkit.display.shapeeditor.MultiPolygonEditor.
Provides the user interface for editing MultiPolygons.
MultiPolygonEditor() - Constructor for class gistoolkit.display.shapeeditor.MultiPolygonEditor
Creates new MultiPolygonEditor
MultiPolygonM - class gistoolkit.datasources.shapefile.MultiPolygonM.
Just like MultiPolygon, but with points with m values.
MultiPolygonM() - Constructor for class gistoolkit.datasources.shapefile.MultiPolygonM
MultiPolygonM constructor comment.
MultiPolygonM(Polygon[]) - Constructor for class gistoolkit.datasources.shapefile.MultiPolygonM
MultiPolygonM constructor comment.
MultiPolygonM(Polygon[], Envelope) - Constructor for class gistoolkit.datasources.shapefile.MultiPolygonM
MultiPolygonM constructor comment.
MultiPolygonRenderer - class gistoolkit.display.renderer.MultiPolygonRenderer.
Created to render shapes in a single colors, default colors are black border, no fill.
MultiPolygonRenderer() - Constructor for class gistoolkit.display.renderer.MultiPolygonRenderer
MonoShader constructor comment.
MultiPolygonZ - class gistoolkit.datasources.shapefile.MultiPolygonZ.
Just like MultiPolygon, but with points with Z values.
MultiPolygonZ() - Constructor for class gistoolkit.datasources.shapefile.MultiPolygonZ
MultiPolygonM constructor comment.
MultiPolygonZ(Polygon[]) - Constructor for class gistoolkit.datasources.shapefile.MultiPolygonZ
MultiPolygonM constructor comment.
MultiPolygonZ(Polygon[], Envelope) - Constructor for class gistoolkit.datasources.shapefile.MultiPolygonZ
MultiPolygonM constructor comment.
MultipleLabeler - class gistoolkit.display.labeler.MultipleLabeler.
Class for labeling an object with multiple attribute columns.
MultipleLabeler() - Constructor for class gistoolkit.display.labeler.MultipleLabeler
Creates a new instance of MultipleLabeler
MultipleLabelerPanel - class gistoolkit.application.layers.labelerpanel.MultipleLabelerPanel.
Panel for editing a SimpleLabeler
MultipleLabelerPanel() - Constructor for class gistoolkit.application.layers.labelerpanel.MultipleLabelerPanel
Creates new SimpleLabelerPanel
MySQLConverter - class gistoolkit.datasources.mysql.MySQLConverter.
Class to convert java types and AttributeTypes to SQL for the MYSQL database.
MySQLConverter() - Constructor for class gistoolkit.datasources.mysql.MySQLConverter
 
MySQLDataSource - class gistoolkit.datasources.mysql.MySQLDataSource.
MySQL has recently added support for spatial objects within their databases.
MySQLDataSource() - Constructor for class gistoolkit.datasources.mysql.MySQLDataSource
Creates new MySQLDataSource
MySQLHandler - class gistoolkit.server.mapservice.adminextender.datasourcehandlers.MySQLHandler.
Class to handle the creation of the MySQL data source, display the parameters, and handle the return values.
MySQLHandler() - Constructor for class gistoolkit.server.mapservice.adminextender.datasourcehandlers.MySQLHandler
 
MySQLImporter - class gistoolkit.datasources.mysql.MySQLImporter.
Class to import a shape file into the MYSQL Database.
MySQLImporter() - Constructor for class gistoolkit.datasources.mysql.MySQLImporter
Creates a new instance of MySQLImporter
MySQLJoinDataSource - class gistoolkit.datasources.mysql.MySQLJoinDataSource.
Class to join a MySQL Datatable to another data source.
MySQLJoinDataSource() - Constructor for class gistoolkit.datasources.mysql.MySQLJoinDataSource
For use with configuration only where the source data source is to be set with the setNode() function.
MySQLJoinDataSource(DataSource) - Constructor for class gistoolkit.datasources.mysql.MySQLJoinDataSource
Create a new MySQLJoinDataSource with this data source as the source node.
MySQLJoinDialog - class gistoolkit.application.layers.joindatasource.MySQLJoinDialog.
Class for creating a SQL window on a MySQL Database
MySQLJoinDialog() - Constructor for class gistoolkit.application.layers.joindatasource.MySQLJoinDialog
Creates new MySQLQuery
MySQLQuery - class gistoolkit.datasources.mysql.MySQLQuery.
Class for creating a SQL window on a MySQL Database
MySQLQuery() - Constructor for class gistoolkit.datasources.mysql.MySQLQuery
Creates new PostGISQuery
MySQLRecord - class gistoolkit.datasources.mysql.MySQLRecord.
A record designed for use with the UpdateableMySQLDataSource to allow updates.
MySQLRecord() - Constructor for class gistoolkit.datasources.mysql.MySQLRecord
Creates new PostGISRecord
main(String[]) - Static method in class cmp.LEDataStream.LETest
 
main(String[]) - Static method in class gistoolkit.application.GISEditor
Main entry point of the editor.
main(String[]) - Static method in class gistoolkit.application.dialog.ScaleBarDialog
Testing main entrypoint - starts the part when it is run as an application
main(String[]) - Static method in class gistoolkit.application.layers.joindatasource.DB2JoinDialog
The main routine for running the panel.
main(String[]) - Static method in class gistoolkit.application.layers.joindatasource.DbaseFileJoinDialog
The main routine for running the panel.
main(String[]) - Static method in class gistoolkit.application.layers.joindatasource.MySQLJoinDialog
The main routine for running the panel.
main(String[]) - Static method in class gistoolkit.application.layers.joindatasource.OracleJoinDialog
The main routine for running the panel.
main(String[]) - Static method in class gistoolkit.application.layers.joindatasource.PostGISJoinDialog
The main routine for running the panel.
main(String[]) - Static method in class gistoolkit.application.layers.rendererpanel.PointImageRendererDialog
 
main(String[]) - Static method in class gistoolkit.datasources.WKTFactory
Test the Parser
main(String[]) - Static method in class gistoolkit.datasources.db2spatialextender.DB2Query
The main routine for running the panel.
main(String[]) - Static method in class gistoolkit.datasources.imagefile.ImageChopper
Main entry point for the program.
main(String[]) - Static method in class gistoolkit.datasources.imagefile.ImageChopperApplication
 
main(String[]) - Static method in class gistoolkit.datasources.imagefile.RasterCatalogCreatorApplication
 
main(String[]) - Static method in class gistoolkit.datasources.mysql.MySQLImporter
The main routine when run as an executable.
main(String[]) - Static method in class gistoolkit.datasources.mysql.MySQLQuery
The main routine for running the panel.
main(String[]) - Static method in class gistoolkit.datasources.mysql.ReadOnlyMySQLDataSource
Testing only
main(String[]) - Static method in class gistoolkit.datasources.oracle.OracleQuery
The main routine for running the panel.
main(String[]) - Static method in class gistoolkit.datasources.postgis.PostGISQuery
The main routine for running the panel.
main(String[]) - Static method in class gistoolkit.datasources.postgis.ReadOnlyPostGISDataSource
Testing only
main(String[]) - Static method in class gistoolkit.display.shader.BinShaderPanel
Main entry function for testing of this panel.
main(String[]) - Static method in class gistoolkit.display.shader.FindImageDialog
 
main(String[]) - Static method in class gistoolkit.display.shader.MonoShaderPanel
 
main(String[]) - Static method in class gistoolkit.display.shader.RandomShaderPanel
Main entry point for the TandomShaderPanel, testing only.
main(String[]) - Static method in class gistoolkit.display.shader.RangeShaderPanel
Main entry point for the RangeShaderPanel, testing only.
main(String[]) - Static method in class gistoolkit.display.shapeeditor.LineStringEditor
Testing only
main(String[]) - Static method in class gistoolkit.display.shapeeditor.LinearRingEditor
Testing only
main(String[]) - Static method in class gistoolkit.display.shapeeditor.MultiLineStringEditor
Testing only
main(String[]) - Static method in class gistoolkit.display.shapeeditor.MultiPointEditor
Testing only
main(String[]) - Static method in class gistoolkit.display.shapeeditor.MultiPolygonEditor
Testing only
main(String[]) - Static method in class gistoolkit.display.shapeeditor.PointEditor
Testing only
main(String[]) - Static method in class gistoolkit.display.shapeeditor.PolygonEditor
Testing only
main(String[]) - Static method in class gistoolkit.display.widgets.GISToolkitDialog
Testing main entrypoint - starts the part when it is run as an application
main(String[]) - Static method in class gistoolkit.projection.BritishNationalGridProjection
For testing.
main(String[]) - Static method in class gistoolkit.projection.LambertConicConformalProjection
Main routine for testing this projection
main(String[]) - Static method in class gistoolkit.projection.TransversMercatorProjection
 
main(String[]) - Static method in class gistoolkit.projection.ellipsoid.EllipsoidFactory
 
main(String[]) - Static method in class gistoolkit.projection.ellipsoid.transform.CoordinateFrameRotation
Test this transform
main(String[]) - Static method in class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform
Test this transform
main(String[]) - Static method in class gistoolkit.server.mapclient.ImagePanel
Testing.
main(String[]) - Static method in class gistoolkit.server.mapservice.WebMapService
Main entry point for the 1_1_1 web map service.
main(String[]) - Static method in class proprietary.datasources.arcims.ArcIMSDataSourcePanel
 
main(String[]) - Static method in class proprietary.datasources.arcsde.ArcSDEDataSource
 
main(String[]) - Static method in class proprietary.datasources.arcsde.ArcSDEWKTFactory
Test the Parser
main(String[]) - Static method in class proprietary.datasources.arcsde.UpdateableArcSDEDataSourcePanel
 
mouseClicked(MouseEvent) - Method in class gistoolkit.application.PopupListener
Invoked when the mouse button has been clicked (pressed and released) on a component.
mouseClicked(MouseEvent) - Method in class gistoolkit.application.command.NewShapeCommand
 
mouseClicked(MouseEvent) - Method in class gistoolkit.application.command.SelectMultiCommand
 
mouseClicked(MouseEvent) - Method in class gistoolkit.application.layers.LayerEntryPanel
Called when the user clicks the mouse button.
mouseClicked(MouseEvent) - Method in class gistoolkit.application.layers.ShaderButton
Mouse clicket required method.
mouseClicked(MouseEvent) - Method in class gistoolkit.application.layers.StyleButton
Mouse clicket required method.
mouseClicked(MouseEvent) - Method in class gistoolkit.display.drawmodel.SimpleDrawModel
Called when the user clicks the mouse button.
mouseClicked(MouseEvent) - Method in class gistoolkit.server.mapclient.drawer.BasicDrawer
 
mouseDragged(MouseEvent) - Method in class gistoolkit.application.layers.LayerEntryPanel
Invoked when the mouse button has been moved on a component (with no buttons no down).
mouseDragged(MouseEvent) - Method in class gistoolkit.display.drawmodel.BoxDrawModel
Called when the user releases the mouse button.
mouseDragged(MouseEvent) - Method in class gistoolkit.display.drawmodel.EditNodesDrawModel
Invoked when the mouse button has been moved on a component (with no buttons down).
mouseDragged(MouseEvent) - Method in class gistoolkit.display.drawmodel.NewShapeDrawModel
Drag the point
mouseDragged(MouseEvent) - Method in class gistoolkit.display.drawmodel.PanDrawModel
Called when the user releases the mouse button.
mouseDragged(MouseEvent) - Method in class gistoolkit.display.drawmodel.SelectBoxModel
As the user draws a rectangle, the selected objects will be displayed.
mouseDragged(MouseEvent) - Method in class gistoolkit.display.drawmodel.SelectPointsModel
If the mouse is dragged, then move the last point.
mouseDragged(MouseEvent) - Method in class gistoolkit.display.drawmodel.SimpleDrawModel
Invoked when the mouse button has been moved on a component (with no buttons no down).
mouseDragged(MouseEvent) - Method in class gistoolkit.server.mapclient.drawer.BasicDrawer
 
mouseDragged(MouseEvent) - Method in class gistoolkit.server.mapclient.drawer.BoxDrawer
Called when the user releases the mouse button.
mouseDragged(MouseEvent) - Method in class gistoolkit.server.mapclient.drawer.PanDrawer
Called when the user releases the mouse button.
mouseEntered(MouseEvent) - Method in class gistoolkit.application.PopupListener
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class gistoolkit.application.command.NewShapeCommand
 
mouseEntered(MouseEvent) - Method in class gistoolkit.application.command.SelectMultiCommand
 
mouseEntered(MouseEvent) - Method in class gistoolkit.application.layers.LayerEntryPanel
Called when the user clicks the mouse button.
mouseEntered(MouseEvent) - Method in class gistoolkit.application.layers.ShaderButton
Mouse clicket required method.
mouseEntered(MouseEvent) - Method in class gistoolkit.application.layers.StyleButton
Mouse clicket required method.
mouseEntered(MouseEvent) - Method in class gistoolkit.display.drawmodel.SimpleDrawModel
Called when the user clicks the mouse button.
mouseEntered(MouseEvent) - Method in class gistoolkit.server.mapclient.drawer.BasicDrawer
 
mouseExited(MouseEvent) - Method in class gistoolkit.application.PopupListener
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class gistoolkit.application.command.NewShapeCommand
 
mouseExited(MouseEvent) - Method in class gistoolkit.application.command.SelectMultiCommand
 
mouseExited(MouseEvent) - Method in class gistoolkit.application.layers.LayerEntryPanel
Called when the user clicks the mouse button.
mouseExited(MouseEvent) - Method in class gistoolkit.application.layers.ShaderButton
Mouse clicket required method.
mouseExited(MouseEvent) - Method in class gistoolkit.application.layers.StyleButton
Mouse clicket required method.
mouseExited(MouseEvent) - Method in class gistoolkit.display.drawmodel.SimpleDrawModel
Called when the user clicks the mouse button.
mouseExited(MouseEvent) - Method in class gistoolkit.server.mapclient.drawer.BasicDrawer
 
mouseMoved(MouseEvent) - Method in class gistoolkit.application.layers.LayerEntryPanel
Invoked when the mouse button has been moved on a component (with no buttons down).
mouseMoved(MouseEvent) - Method in class gistoolkit.display.drawmodel.HighlightDrawModel
Invoked when the mouse button has been moved on a component (with no buttons down).
mouseMoved(MouseEvent) - Method in class gistoolkit.display.drawmodel.SelectPointerModel
When the mouse moves around the display with no buttons down, then the item under the pointer will be selected.
mouseMoved(MouseEvent) - Method in class gistoolkit.display.drawmodel.SelectPointsModel
Handle the selection when the mouse is moved
mouseMoved(MouseEvent) - Method in class gistoolkit.display.drawmodel.SimpleDrawModel
Invoked when the mouse button has been moved on a component (with no buttons no down).
mouseMoved(MouseEvent) - Method in class gistoolkit.server.mapclient.drawer.BasicDrawer
 
mousePressed(MouseEvent) - Method in class gistoolkit.application.PopupListener
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class gistoolkit.application.command.NewShapeCommand
 
mousePressed(MouseEvent) - Method in class gistoolkit.application.command.SelectMultiCommand
 
mousePressed(MouseEvent) - Method in class gistoolkit.application.layers.LayerEntryPanel
Called when the user presses the mouse button.
mousePressed(MouseEvent) - Method in class gistoolkit.application.layers.ShaderButton
Mouse Pressed required method.
mousePressed(MouseEvent) - Method in class gistoolkit.application.layers.StyleButton
Mouse Pressed required method.
mousePressed(MouseEvent) - Method in class gistoolkit.display.drawmodel.BoxDrawModel
Called when the user presses the mouse butotn.
mousePressed(MouseEvent) - Method in class gistoolkit.display.drawmodel.EditNodesDrawModel
Called when the user presses the mouse button.
mousePressed(MouseEvent) - Method in class gistoolkit.display.drawmodel.NewShapeDrawModel
add a new point to the shape, listens to the gis editor.
mousePressed(MouseEvent) - Method in class gistoolkit.display.drawmodel.PanDrawModel
Called when the user releases the mouse butotn.
mousePressed(MouseEvent) - Method in class gistoolkit.display.drawmodel.SelectBoxModel
If the user moves the mouse, then set the first point
mousePressed(MouseEvent) - Method in class gistoolkit.display.drawmodel.SelectPointsModel
If the user presses the mouse button, then add the point to the list of points.
mousePressed(MouseEvent) - Method in class gistoolkit.display.drawmodel.SimpleDrawModel
Called when the user presses the mouse button.
mousePressed(MouseEvent) - Method in class gistoolkit.server.mapclient.drawer.BasicDrawer
 
mousePressed(MouseEvent) - Method in class gistoolkit.server.mapclient.drawer.BoxDrawer
Called when the user releases the mouse butotn.
mousePressed(MouseEvent) - Method in class gistoolkit.server.mapclient.drawer.PanDrawer
 
mouseReleased(MouseEvent) - Method in class gistoolkit.application.PopupListener
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class gistoolkit.application.command.NewShapeCommand
 
mouseReleased(MouseEvent) - Method in class gistoolkit.application.command.SelectMultiCommand
 
mouseReleased(MouseEvent) - Method in class gistoolkit.application.layers.LayerEntryPanel
Called when the user releases the mouse butotn.
mouseReleased(MouseEvent) - Method in class gistoolkit.application.layers.ShaderButton
Mouse releaesed required method.
mouseReleased(MouseEvent) - Method in class gistoolkit.application.layers.StyleButton
Mouse releaesed required method.
mouseReleased(MouseEvent) - Method in class gistoolkit.display.drawmodel.BoxDrawModel
Called when the user releases the mouse butotn.
mouseReleased(MouseEvent) - Method in class gistoolkit.display.drawmodel.ClickPointModel
Called when the user releases the mouse button.
mouseReleased(MouseEvent) - Method in class gistoolkit.display.drawmodel.EditNodesDrawModel
Called when the user releases the mouse butotn.
mouseReleased(MouseEvent) - Method in class gistoolkit.display.drawmodel.HighlightDrawModel
Called when the user releases the mouse butotn.
mouseReleased(MouseEvent) - Method in class gistoolkit.display.drawmodel.PanDrawModel
Called when the user releases the mouse butotn.
mouseReleased(MouseEvent) - Method in class gistoolkit.display.drawmodel.SelectBoxModel
Called when the user releases the mouse butotn.
mouseReleased(MouseEvent) - Method in class gistoolkit.display.drawmodel.SelectPointModel
Called when the user releases the mouse butotn.
mouseReleased(MouseEvent) - Method in class gistoolkit.display.drawmodel.SelectPointerModel
Called when the user releases the mouse butotn.
mouseReleased(MouseEvent) - Method in class gistoolkit.display.drawmodel.SelectPointsModel
Called when the user releases the mouse butotn.
mouseReleased(MouseEvent) - Method in class gistoolkit.display.drawmodel.SimpleDrawModel
Called when the user releases the mouse butotn.
mouseReleased(MouseEvent) - Method in class gistoolkit.server.mapclient.drawer.BasicDrawer
Mouse Methods
mouseReleased(MouseEvent) - Method in class gistoolkit.server.mapclient.drawer.BoxDrawer
Called when the user releases the mouse butotn.
mouseReleased(MouseEvent) - Method in class gistoolkit.server.mapclient.drawer.ClickDrawer
Do something when the mouse is released
mouseReleased(MouseEvent) - Method in class gistoolkit.server.mapclient.drawer.PanDrawer
 
moveDown(LayerEntryPanel) - Method in class gistoolkit.application.layers.LayerPanel
Move the layer down in the display
moveLayerDown(Layer) - Method in class gistoolkit.display.GISDisplay
method to use to set the layers on the map
moveLayerUp(Layer) - Method in class gistoolkit.display.GISDisplay
method to use to set the layers on the map
movePoint(int, Point) - Method in class gistoolkit.display.shapeeditor.LineStringEditor
Called to notify the editor that the Point was moved.
movePoint(int, Point) - Method in class gistoolkit.display.shapeeditor.LinearRingEditor
Called to notify the editor that the moint was moved.
movePoint(int, Point) - Method in class gistoolkit.display.shapeeditor.MultiLineStringEditor
Called to notify the editor that the moint was moved.
movePoint(int, Point) - Method in class gistoolkit.display.shapeeditor.MultiPointEditor
Called to notify the editor that the moint was moved.
movePoint(int, Point) - Method in class gistoolkit.display.shapeeditor.MultiPolygonEditor
Called to notify the editor that the moint was moved.
movePoint(int, Point) - Method in class gistoolkit.display.shapeeditor.PointEditor
Called to notify the editor that the moint was moved.
movePoint(int, Point) - Method in class gistoolkit.display.shapeeditor.PolygonEditor
Called to notify the editor that the moint was moved.
movePoint(int, Point) - Method in class gistoolkit.display.shapeeditor.ShapeEditor
Called to notify the editor that the moint was moved.
moveUp(LayerEntryPanel) - Method in class gistoolkit.application.layers.LayerPanel
Remove the layer from the display.
mulRow(int, double) - Method in class gistoolkit.projection.ellipsoid.transform.Matrix
 
myAttributeNames - Variable in class gistoolkit.datasources.GISDataset
Collection of names for attribute data.
myBottomX - Variable in class gistoolkit.server.mapclient.Extents
 
myBottomX - Variable in class gistoolkit.server.mapclient.OGCClient
The horrizontal location of the lower right hand corner in world coordinates.
myBottomY - Variable in class gistoolkit.server.mapclient.Extents
 
myBottomY - Variable in class gistoolkit.server.mapclient.OGCClient
The vertical location of the lower right hand corner in world coordinates.
myChooser - Variable in class gistoolkit.application.command.SaveSelectionCommand
Store the file chooser for future use.
myClient - Variable in class gistoolkit.server.mapclient.OGCClient
The client for access ing the web service.
myColumnNames - Variable in class gistoolkit.display.shader.RangeShaderPanel
The names for the columns
myCommand - Variable in class gistoolkit.display.drawmodel.SimpleDrawModel
Handle to the Command to call
myCon - Variable in class gistoolkit.datasources.db2spatialextender.DB2JoinDataSource
Connection to the DB2 datasource used for maintaining persistent connections.
myCon - Variable in class gistoolkit.datasources.oracle.OracleDataSource
Connection to the Oracle datasource used for maintaining persistent connections.
myDataSource - Variable in class gistoolkit.application.layers.layerpanel.OGCWebServiceDataSourcePanel
Data Source for connecting
myDataSource - Variable in class proprietary.datasources.arcims.ArcIMSDataSourcePanel
Data Source for connecting
myDatabaseName - Variable in class gistoolkit.datasources.db2spatialextender.DB2JoinDataSource
The name of the database on the DB2 server to connect to.
myDatabaseName - Variable in class gistoolkit.datasources.db2spatialextender.SpatialExtenderDataSource
The name of the database on the DB2 server to connect to.
myDatabaseName - Variable in class gistoolkit.datasources.oracle.OracleDataSource
The name of the database on the DB2 server to connect to.
myDatabaseQuery - Variable in class gistoolkit.datasources.db2spatialextender.ReadOnlySpatialExtenderDataSource
The string to apply to select the data from DB2.
myDatabaseQuery - Variable in class gistoolkit.datasources.oracle.ReadOnlyOracleDataSource
The string to apply to select the data from DB2.
myDbaseStream - Variable in class gistoolkit.datasources.shapefile.ShapeFileStream
 
myDbfExt - Variable in class gistoolkit.datasources.shapefile.DbaseFileStream
 
myDbfExt - Variable in class gistoolkit.datasources.shapefile.ShapeFileStream
 
myDbfStream - Variable in class gistoolkit.datasources.shapefile.DbaseFileReader
 
myDbfStream - Variable in class gistoolkit.datasources.shapefile.DbaseFileWriter
 
myDecimalCount - Variable in class gistoolkit.datasources.shapefile.DbaseFileHeader.DbaseFieldDescriptor
 
myDiskCache - Variable in class gistoolkit.datasources.terraserver.TerraserverDataSource
Location of the disk cache.
myDrawModel - Variable in class gistoolkit.application.command.SelectCommand
 
myEditors - Variable in class gistoolkit.display.widgets.AttributePanel
Array for the editors to be set to use them appropriately
myEnvelope - Variable in class gistoolkit.datasources.GISDataset
Bounds of the data in the geo dataset.
myEnvelope - Variable in class gistoolkit.datasources.db2spatialextender.SpatialExtenderDataSource
The Envelope of the dataset.
myEnvelope - Variable in class gistoolkit.datasources.oracle.OracleDataSource
The Envelope of the dataset.
myEnvelope - Variable in class gistoolkit.features.Shape
stores the bounding rectangle of this shape.
myEnvelopeBuffer - Variable in class gistoolkit.datasources.imagefile.RasterCatalogCreator
The buffer to use to aggregate the envelopes.
myFieldDataAddress - Variable in class gistoolkit.datasources.shapefile.DbaseFileHeader.DbaseFieldDescriptor
 
myFieldLength - Variable in class gistoolkit.datasources.shapefile.DbaseFileHeader.DbaseFieldDescriptor
 
myFieldName - Variable in class gistoolkit.datasources.shapefile.DbaseFileHeader.DbaseFieldDescriptor
 
myFieldNames - Variable in class gistoolkit.datasources.shapefile.DbaseFileStream
 
myFieldType - Variable in class gistoolkit.datasources.shapefile.DbaseFileHeader.DbaseFieldDescriptor
 
myFieldTypes - Variable in class gistoolkit.datasources.shapefile.DbaseFileStream
 
myFileCode - Variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
File Code, must be the value 9994
myFileLength - Variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
File Length;
myFilename - Variable in class gistoolkit.datasources.shapefile.DbaseFileStream
 
myFilename - Variable in class gistoolkit.datasources.shapefile.ShapeFileStream
 
myGISDisplay - Variable in class gistoolkit.display.drawmodel.SimpleDrawModel
Handle to the GISDisplay for modifying.
myGzipExt - Variable in class gistoolkit.datasources.shapefile.DbaseFileStream
 
myGzipExt - Variable in class gistoolkit.datasources.shapefile.ShapeFileStream
 
myHeader - Variable in class gistoolkit.datasources.shapefile.DbaseFileStream
 
myHeader - Variable in class gistoolkit.datasources.shapefile.ShapeFileStream
 
myImageChopper - Variable in class gistoolkit.datasources.imagefile.ImageChopperApplication
The class that actually does the work.
myInitFileName - Variable in class gistoolkit.server.mapservice.WebMapService
Location of the initialization file.
myLayer - Variable in class gistoolkit.application.command.ShowAttributeCommand
The layer to use when the dialog is called.
myLayer - Variable in class gistoolkit.application.command.ZoomToSelectedShapesCommand
The layer to use when the dialog is called.
myLegendDialog - Variable in class gistoolkit.application.GISEditor
Reference to the legend dialog.
myLineWidth - Variable in class gistoolkit.display.shader.stroke.RailRoadStroke
The width of the "line" that is to be used as the single rail of the rail road.
myLines - Variable in class gistoolkit.features.MultiLineString
List of line strings
myMaxM - Variable in class gistoolkit.datasources.shapefile.ExtentsM
 
myMaxZ - Variable in class gistoolkit.datasources.shapefile.ExtentsZ
 
myMethod - Static variable in class gistoolkit.datasources.imagefile.imagereaders.ImageReader
A variable to keep track of which method works.
myMinM - Variable in class gistoolkit.datasources.shapefile.ExtentsM
 
myMinZ - Variable in class gistoolkit.datasources.shapefile.ExtentsZ
 
myMmax - Variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
BoundingBox Zmax
myMmin - Variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
BoundingBox Zmin
myOldAttributes - Variable in class gistoolkit.datasources.mysql.MySQLRecord
Keep a separate array of all of the old values of the data for this record.
myOldAttributes - Variable in class gistoolkit.datasources.oracle.OracleRecord
Keep a separate array of all of the old values of the data for this record.
myOldAttributes - Variable in class gistoolkit.datasources.postgis.PostGISRecord
Keep a separate array of all of the old values of the data for this record.
myOldShape - Variable in class gistoolkit.datasources.mysql.MySQLRecord
Keep a separate entry for the old shape
myOldShape - Variable in class gistoolkit.datasources.oracle.OracleRecord
Keep a separate entry for the old shape
myOldShape - Variable in class gistoolkit.datasources.postgis.PostGISRecord
Keep a separate entry for the old shape
myOrrigionalAttributes - Variable in class gistoolkit.datasources.memory.MemoryRecord
Reference to the orrigional attributes of the shape
myOrrigionalShape - Variable in class gistoolkit.datasources.memory.MemoryRecord
Pointer to the orrigional shape
myProjection - Variable in class gistoolkit.display.GISDisplay
Reference to the currently used projection
myRasterCatalogCreater - Variable in class gistoolkit.datasources.imagefile.RasterCatalogCreatorApplication
The class that actually does the work.
myRecord - Variable in class gistoolkit.display.widgets.AttributePanel
Keep a pointer to the record sent in so it can be returned after it has been edited
myResolutions - Variable in class gistoolkit.datasources.imagefile.RasterCatalogCreator
The resolutions to break the images into.
myScale - Variable in class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform
The scale value to apply to the entire transform in parts per million, or 1e-6
mySelectedRecords - Variable in class gistoolkit.display.drawmodel.SelectDrawModel
These are the selected records.
myShape - Variable in class gistoolkit.display.shapeeditor.ShapeEditor
The shape to be edited
myShapeListener - Variable in class gistoolkit.display.shapeeditor.MultiLineStringEditor
 
myShapeListener - Variable in class gistoolkit.display.shapeeditor.MultiPolygonEditor
 
myShapeListener - Variable in class gistoolkit.display.shapeeditor.PolygonEditor
 
myShapeType - Variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
 
myShpExt - Variable in class gistoolkit.datasources.shapefile.ShapeFileStream
 
myShpStream - Variable in class gistoolkit.datasources.shapefile.EnvelopeShapeFileReader
 
myShpStream - Variable in class gistoolkit.datasources.shapefile.ShapeFileReader
 
myShpStream - Variable in class gistoolkit.datasources.shapefile.ShapeFileWriter
 
myShxExt - Variable in class gistoolkit.datasources.shapefile.ShapeFileStream
 
myShxStream - Variable in class gistoolkit.datasources.shapefile.EnvelopeShapeFileReader
 
myShxStream - Variable in class gistoolkit.datasources.shapefile.ShapeFileReader
 
myShxStream - Variable in class gistoolkit.datasources.shapefile.ShapeFileWriter
 
myStmt - Variable in class gistoolkit.datasources.db2spatialextender.DB2JoinDataSource
Statment used to maintain distributed transactions.
myStmt - Variable in class gistoolkit.datasources.oracle.OracleDataSource
Statment used to maintain distributed transactions.
myTextFieldEasting0 - Variable in class gistoolkit.projection.SimpleProjectionPanel
Reference to the false easting of the projection
myTextFieldLatitude0 - Variable in class gistoolkit.projection.SimpleProjectionPanel
Reference to the TextField for the Latitude of oragin
myTextFieldLongitude0 - Variable in class gistoolkit.projection.SimpleProjectionPanel
reference to the TextField for the Longitude of the oragin
myTextFieldNorthing0 - Variable in class gistoolkit.projection.SimpleProjectionPanel
Reference to the false northing of the projection
myTieWidth - Variable in class gistoolkit.display.shader.stroke.RailRoadStroke
The width of the railroad ties.
myTopX - Variable in class gistoolkit.server.mapclient.Extents
 
myTopX - Variable in class gistoolkit.server.mapclient.OGCClient
The horrizontal location of the upper left hand corner in world coordinates.
myTopY - Variable in class gistoolkit.server.mapclient.Extents
 
myTopY - Variable in class gistoolkit.server.mapclient.OGCClient
The vertical location of the upper left hand corner in world coordinates.
myTypes - Variable in class gistoolkit.datasources.SimpleDataSource
Return the array of shape types that are valid for this data source
myUnused1 - Variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
Unused 1;
myUnused2 - Variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
Unused 2;
myUnused3 - Variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
Unused 3;
myUnused4 - Variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
Unused 4;
myUnused5 - Variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
Unused 5;
myVectRecords - Variable in class gistoolkit.datasources.GISDataset
Vector of object arrays for the attributes.
myVersion - Variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
Version of the file.
myXmax - Variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
BoundingBox Xmax
myXmin - Variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
BoundingBox Xmin
myXr - Variable in class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform
The rotation to apply to the X coordinated
myXt - Variable in class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform
The translation to apply to the X coordinated
myYmax - Variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
BoundingBox Ymax
myYmin - Variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
BoundingBox Ymin
myYr - Variable in class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform
The rotation to apply to the Y coordinated
myYt - Variable in class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform
The translation to apply to the Y coordinated
myZmax - Variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
BoundingBox Zmax
myZmin - Variable in class gistoolkit.datasources.shapefile.ShapeFileHeader
BoundingBox Zmin
myZr - Variable in class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform
The rotation to apply to the Z coordinated
myZt - Variable in class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform
The translation to apply to the Z coordinated

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