Serialized Form


Package gistoolkit.datasources.db2spatialextender

Class gistoolkit.datasources.db2spatialextender.DB2Query extends javax.swing.JFrame implements Serializable

Serialized Fields

myTextFieldDatabaseURLBase

javax.swing.JTextField myTextFieldDatabaseURLBase

myTextFieldDatabaseServername

javax.swing.JTextField myTextFieldDatabaseServername

myTextFieldDatabaseName

javax.swing.JTextField myTextFieldDatabaseName

myTextFieldDatabaseSchema

javax.swing.JTextField myTextFieldDatabaseSchema

myTextFieldDatabaseUsername

javax.swing.JTextField myTextFieldDatabaseUsername

myTextFieldDatabaseDriver

javax.swing.JTextField myTextFieldDatabaseDriver

myPasswordFieldDatabasePassword

javax.swing.JPasswordField myPasswordFieldDatabasePassword

myTextFieldDatabasePort

javax.swing.JTextField myTextFieldDatabasePort

myDescribePanel

gistoolkit.datasources.db2spatialextender.DB2Query.MyDescribePanel myDescribePanel

myQueryPanel

gistoolkit.datasources.db2spatialextender.DB2Query.MyQueryPanel myQueryPanel

myScriptPanel

gistoolkit.datasources.db2spatialextender.DB2Query.MyScriptPanel myScriptPanel


Package gistoolkit.display.shapeeditor

Class gistoolkit.display.shapeeditor.LinearRingEditor extends ShapeEditor implements Serializable

Serialized Fields

myButtonAdd

javax.swing.JButton myButtonAdd
Button for adding Points.


myButtonDelete

javax.swing.JButton myButtonDelete
Button for deleting Points.


myColumnNames

java.lang.String[] myColumnNames
The column names for the table


myTable

javax.swing.JTable myTable
A table to display the X and Y coordinates, hope it is fast enough.


myTableModel

javax.swing.table.DefaultTableModel myTableModel
A default table model to hold the data for the table.


myListen

boolean myListen
Determines when to listen to the table and when not to.

Class gistoolkit.display.shapeeditor.LineStringEditor extends ShapeEditor implements Serializable

Serialized Fields

myButtonAdd

javax.swing.JButton myButtonAdd
Button for adding Points.


myButtonDelete

javax.swing.JButton myButtonDelete
Button for deleting Points.


myColumnNames

java.lang.String[] myColumnNames
The column names for the table


myTable

javax.swing.JTable myTable
A table to display the X and Y coordinates, hope it is fast enough.


myTableModel

javax.swing.table.DefaultTableModel myTableModel
A default table model to hold the data for the table.


myListen

boolean myListen
Determines when to listen to the table and when not to.

Class gistoolkit.display.shapeeditor.MultiLineStringEditor extends ShapeEditor implements Serializable

Serialized Fields

myTabbedPane

javax.swing.JTabbedPane myTabbedPane
Tabbed Pane to display the collection of line string editors.


myVectEditors

java.util.Vector myVectEditors
Vector for handling the editors.


myButtonAdd

javax.swing.JButton myButtonAdd
Button for adding Points.


myButtonDelete

javax.swing.JButton myButtonDelete
Button for deleting Points.


myShapeListener

gistoolkit.display.shapeeditor.MultiLineStringEditor.ShapeListener myShapeListener

Class gistoolkit.display.shapeeditor.MultiPointEditor extends ShapeEditor implements Serializable

Serialized Fields

myButtonAdd

javax.swing.JButton myButtonAdd
Button for adding Points.


myButtonDelete

javax.swing.JButton myButtonDelete
Button for deleting Points.


myColumnNames

java.lang.String[] myColumnNames
The column names for the table


myTable

javax.swing.JTable myTable
A table to display the X and Y coordinates, hope it is fast enough.


myTableModel

javax.swing.table.DefaultTableModel myTableModel
A default table model to hold the data for the table.


myListen

boolean myListen
Determines when to listen to the table and when not to.

Class gistoolkit.display.shapeeditor.MultiPolygonEditor extends ShapeEditor implements Serializable

Serialized Fields

myTabbedPane

javax.swing.JTabbedPane myTabbedPane
Tabbed Pane to display the collection of line string editors.


myVectEditors

java.util.Vector myVectEditors
Vector for handling the editors.


myButtonAdd

javax.swing.JButton myButtonAdd
Button for adding Points.


myButtonDelete

javax.swing.JButton myButtonDelete
Button for deleting Points.


myShapeListener

gistoolkit.display.shapeeditor.MultiPolygonEditor.ShapeListener myShapeListener

Class gistoolkit.display.shapeeditor.PointEditor extends ShapeEditor implements Serializable

Serialized Fields

myXField

javax.swing.JFormattedTextField myXField
A TextField for entering the Value of X.


myYField

javax.swing.JFormattedTextField myYField
A TextField for entering the Value of Y.

Class gistoolkit.display.shapeeditor.PolygonEditor extends ShapeEditor implements Serializable

Serialized Fields

myTabbedPane

javax.swing.JTabbedPane myTabbedPane
Tabbed Pane to display the collection of line string editors.


myVectEditors

java.util.Vector myVectEditors
Vector for handling the editors.


myButtonAdd

javax.swing.JButton myButtonAdd
Button for adding Points.


myButtonDelete

javax.swing.JButton myButtonDelete
Button for deleting Points.


myShapeListener

gistoolkit.display.shapeeditor.PolygonEditor.ShapeListener myShapeListener

Class gistoolkit.display.shapeeditor.ShapeEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

myShape

Shape myShape
The shape to be edited


myListeners

java.util.Vector myListeners
Vector to hold the listeners for this shape editor.

Class gistoolkit.display.shapeeditor.ShapeEditorDlg extends javax.swing.JDialog implements Serializable

Serialized Fields

myVectListeners

java.util.Vector myVectListeners
The list of shape editorlisteners interested in events from this shape editor.


myShapeEditor

ShapeEditor myShapeEditor
Holds a reference to the current shape editor.


Package gistoolkit.display.labeler

Class gistoolkit.display.labeler.LabelerPanel extends javax.swing.JPanel implements Serializable

Class gistoolkit.display.labeler.SimpleLabelerPanel extends LabelerPanel implements Serializable

Serialized Fields

myComboColumns

javax.swing.JComboBox myComboColumns
The text field to use to select the record to label by


myComboOrientation

javax.swing.JComboBox myComboOrientation
The combo box with the available anchors.


myTextFieldOffset

javax.swing.JTextField myTextFieldOffset
The text field to type in an offset.


myCheckBoxDuplicates

javax.swing.JCheckBox myCheckBoxDuplicates
The check box to indicate if duplicates are allowed.


myCheckBoxOverlaps

javax.swing.JCheckBox myCheckBoxOverlaps
The check box to indicate if overlaps are allowed.


myLabeler

SimpleLabeler myLabeler
Reference to the SimpleLabeler to edit.


Package gistoolkit.application.layers.tableeditor

Class gistoolkit.application.layers.tableeditor.MemoryTableEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

myAttributeNameFields

javax.swing.JTextField[] myAttributeNameFields
Private variable to hold the JTextFields used for editing the attribute names.


myComboBoxTypes

javax.swing.JComboBox[] myComboBoxTypes
Private variable to hold the JComboBoxes used for editing the attribute types.


myTypes

java.lang.String[] myTypes
The types that this editor can edit.


Package gistoolkit.display.widgets.attributeeditors

Class gistoolkit.display.widgets.attributeeditors.SimpleEditor extends javax.swing.JLabel implements Serializable

Serialized Fields

myAttribute

java.lang.Object myAttribute
Store the attribute so it can be returned as it was given

Class gistoolkit.display.widgets.attributeeditors.SimpleStringEditor extends javax.swing.JTextField implements Serializable


Package gistoolkit.application.layers.layerpanel

Class gistoolkit.application.layers.layerpanel.ImageDirectoryDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myGISDisplay

GISDisplay myGISDisplay
Keep a reference to the display.


myLabelCoordinates

javax.swing.JLabel myLabelCoordinates
Label for the coordinates.


myTextFieldLocation

javax.swing.JTextField myTextFieldLocation
Text field to allow the user to type the location directly.


myTextFieldMinX

javax.swing.JTextField myTextFieldMinX
Minimum X value for extents.


myTextFieldMinY

javax.swing.JTextField myTextFieldMinY
Minimum Y value for extents.


myTextFieldMaxX

javax.swing.JTextField myTextFieldMaxX
Maximum X value for extents.


myTextFieldMaxY

javax.swing.JTextField myTextFieldMaxY
maximum Y value for extents.


myButtonLocation

javax.swing.JButton myButtonLocation
Button for looking up a location.


myDatasource

ImageDirectoryDataSource myDatasource
Reference to the Datasource.


myDatasourceFile

java.lang.String myDatasourceFile
Reference to the file to determine if we need to regenerate.

Class gistoolkit.application.layers.layerpanel.ImageFileDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myGISDisplay

GISDisplay myGISDisplay
Keep a reference to the display.


myLabelCoordinates

javax.swing.JLabel myLabelCoordinates
Label for the coordinates.


myTextFieldLocation

javax.swing.JTextField myTextFieldLocation
Text field to allow the user to type the location directly.


myTextFieldMinX

javax.swing.JTextField myTextFieldMinX
Minimum X value for extents.


myTextFieldMinY

javax.swing.JTextField myTextFieldMinY
Minimum Y value for extents.


myTextFieldMaxX

javax.swing.JTextField myTextFieldMaxX
Maximum X value for extents.


myTextFieldMaxY

javax.swing.JTextField myTextFieldMaxY
maximum Y value for extents.


myButtonLocation

javax.swing.JButton myButtonLocation
Button for looking up a location.


myDatasource

DataSource myDatasource
Reference to the Datasource.

Class gistoolkit.application.layers.layerpanel.OGCWebServiceDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextFieldURL

javax.swing.JTextField myTextFieldURL
Text field for entering the Basic Text Information


myTextFieldDataURL

javax.swing.JTextField myTextFieldDataURL
Text Field for listing the Relevant URLs


myTextFieldService

javax.swing.JTextField myTextFieldService
A tag for the service


myButtonConnect

javax.swing.JButton myButtonConnect
Button for attempting to connect with the WEb Server


myDataSource

OGCWebServiceDataSource myDataSource
Data Source for connecting


myListAvailableLayers

javax.swing.JList myListAvailableLayers
List box for allowing the users to select items from the list


myListSelectedLayers

javax.swing.JList myListSelectedLayers
List box to show the user the layers they have selected


myButtonAdd

javax.swing.JButton myButtonAdd
Allow the user to move Buttons over from the Available list


myButtonUP

javax.swing.JButton myButtonUP
Allow the user to move the layers up or down in the list


myButtonDown

javax.swing.JButton myButtonDown
Allow the user to move the layers up or down in the list


myButtonDelete

javax.swing.JButton myButtonDelete
Allow the user to delete the layers in the list


myTextAreaAbstract

javax.swing.JTextArea myTextAreaAbstract
Show the user the Abstract of the selected layer


myButtonSelectLayersNext

javax.swing.JButton myButtonSelectLayersNext
Show the next button


myComboFormat

javax.swing.JComboBox myComboFormat
Allow the user to select the type of data


mySubPanel

javax.swing.JPanel mySubPanel
Sub panel to be displayed when data is available


myCardLayout

java.awt.CardLayout myCardLayout
Allows the flipping of the cards


myListAvailableStyleLayers

javax.swing.JList myListAvailableStyleLayers
Allows the user to select styles for a given layer.


myListSelectedStyles

javax.swing.JList myListSelectedStyles
Allows the user to select the specific style for this layer.


myChoiceSRS

javax.swing.JComboBox myChoiceSRS
Allow the user to select from the available SRSs


myTextFieldStyleURL

javax.swing.JTextField myTextFieldStyleURL
Display the additional information about the styles


myButtonStylesPrevious

javax.swing.JButton myButtonStylesPrevious
The Previous Button from the Styles Panel

Class gistoolkit.application.layers.layerpanel.RasterCatalogDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myGISDisplay

GISDisplay myGISDisplay
Keep a reference to the display.


myLabelCoordinates

javax.swing.JLabel myLabelCoordinates
Label for the coordinates.


myTextFieldLocation

javax.swing.JTextField myTextFieldLocation
Text field to allow the user to type the location directly.


myTextFieldMinX

javax.swing.JTextField myTextFieldMinX
Minimum X value for extents.


myTextFieldMinY

javax.swing.JTextField myTextFieldMinY
Minimum Y value for extents.


myTextFieldMaxX

javax.swing.JTextField myTextFieldMaxX
Maximum X value for extents.


myTextFieldMaxY

javax.swing.JTextField myTextFieldMaxY
maximum Y value for extents.


myButtonLocation

javax.swing.JButton myButtonLocation
Button for looking up a location.


myDatasource

RasterCatalogDataSource myDatasource
Reference to the Datasource.


myDatasourceFile

java.lang.String myDatasourceFile
Reference to the file to determine if we need to regenerate.

Class gistoolkit.application.layers.layerpanel.ReadOnlyMySQLDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextFieldDatabaseServername

javax.swing.JTextField myTextFieldDatabaseServername
Database connection parameters.


myTextFieldDatabaseName

javax.swing.JTextField myTextFieldDatabaseName

myTextFieldDatabaseUsername

javax.swing.JTextField myTextFieldDatabaseUsername

myPasswordFieldDatabasePassword

javax.swing.JPasswordField myPasswordFieldDatabasePassword

myTextFieldDatabasePort

javax.swing.JTextField myTextFieldDatabasePort

myTextFieldDatabaseQuery

javax.swing.JTextField myTextFieldDatabaseQuery

myTextFieldDatabaseColumn

javax.swing.JTextField myTextFieldDatabaseColumn

myTextFieldSpatialReferenceID

javax.swing.JTextField myTextFieldSpatialReferenceID

Class gistoolkit.application.layers.layerpanel.ReadOnlyOracleDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextFieldDatabaseServername

javax.swing.JTextField myTextFieldDatabaseServername
Database connection parameters.


myTextFieldDatabaseName

javax.swing.JTextField myTextFieldDatabaseName

myTextFieldDatabaseUsername

javax.swing.JTextField myTextFieldDatabaseUsername

myPasswordFieldDatabasePassword

javax.swing.JPasswordField myPasswordFieldDatabasePassword

myTextFieldDatabasePort

javax.swing.JTextField myTextFieldDatabasePort

myTextFieldDatabaseQuery

javax.swing.JTextField myTextFieldDatabaseQuery

myTextFieldDatabaseColumn

javax.swing.JTextField myTextFieldDatabaseColumn

myTextFieldSpatialReferenceID

javax.swing.JTextField myTextFieldSpatialReferenceID

Class gistoolkit.application.layers.layerpanel.ReadOnlyPostGISDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextFieldDatabaseServername

javax.swing.JTextField myTextFieldDatabaseServername
Database connection parameters.


myTextFieldDatabaseName

javax.swing.JTextField myTextFieldDatabaseName

myTextFieldDatabaseUsername

javax.swing.JTextField myTextFieldDatabaseUsername

myPasswordFieldDatabasePassword

javax.swing.JPasswordField myPasswordFieldDatabasePassword

myTextFieldDatabasePort

javax.swing.JTextField myTextFieldDatabasePort

myTextFieldDatabaseQuery

javax.swing.JTextField myTextFieldDatabaseQuery

myTextFieldDatabaseColumn

javax.swing.JTextField myTextFieldDatabaseColumn

myTextFieldSpatialReferenceID

javax.swing.JTextField myTextFieldSpatialReferenceID

Class gistoolkit.application.layers.layerpanel.ReadOnlyShapeFileDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextFieldLocation

javax.swing.JTextField myTextFieldLocation
Text field to allow the user to type the location directly.


myButtonLocation

javax.swing.JButton myButtonLocation
Button for looking up a location.


myDatasource

DataSource myDatasource
Reference to the Datasource.

Class gistoolkit.application.layers.layerpanel.ReadOnlySpatialExtenderDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextFieldDatabaseURLBase

javax.swing.JTextField myTextFieldDatabaseURLBase
Database connection parameters.


myTextFieldDatabaseServername

javax.swing.JTextField myTextFieldDatabaseServername

myTextFieldDatabaseName

javax.swing.JTextField myTextFieldDatabaseName

myTextFieldDatabaseSchema

javax.swing.JTextField myTextFieldDatabaseSchema

myTextFieldDatabaseUsername

javax.swing.JTextField myTextFieldDatabaseUsername

myTextFieldDatabaseDriver

javax.swing.JTextField myTextFieldDatabaseDriver

myPasswordFieldDatabasePassword

javax.swing.JPasswordField myPasswordFieldDatabasePassword

myTextFieldDatabasePort

javax.swing.JTextField myTextFieldDatabasePort

myTextFieldDatabaseQuery

javax.swing.JTextField myTextFieldDatabaseQuery

myTextFieldDatabaseColumn

javax.swing.JTextField myTextFieldDatabaseColumn

myTextFieldSpatialReferenceID

javax.swing.JTextField myTextFieldSpatialReferenceID

Class gistoolkit.application.layers.layerpanel.SeamlessDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextFieldLocation

javax.swing.JTextField myTextFieldLocation
Text field to allow the user to type the location directly.


myButtonLocation

javax.swing.JButton myButtonLocation
Button for looking up a location.


myDatasource

DataSource myDatasource
Reference to the Datasource.

Class gistoolkit.application.layers.layerpanel.ShapeFileDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextFieldLocation

javax.swing.JTextField myTextFieldLocation
Text field to allow the user to type the location directly.


myButtonLocation

javax.swing.JButton myButtonLocation
Button for looking up a location.


myDatasource

DataSource myDatasource
Reference to the Datasource.

Class gistoolkit.application.layers.layerpanel.TerraserverDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextFieldLocation

javax.swing.JTextField myTextFieldLocation
Text field to allow the user to type the location directly.


myChoiceResolution

javax.swing.JComboBox myChoiceResolution
Allows the user to select the meter resolution to use with the imagery


myRadioButtonDOQ

javax.swing.JRadioButton myRadioButtonDOQ
Allows the user to select the DOQ type of image they want to view


myRadioButtonDRG

javax.swing.JRadioButton myRadioButtonDRG
Allows the user to select the DRG type of image they want to view


myTextFieldCache

javax.swing.JTextField myTextFieldCache
Allows the user to select the number of tiles to keep in memory


myTextFieldCacheDirectory

javax.swing.JTextField myTextFieldCacheDirectory
Allows the user to select the location for caching of tiles


myTextFieldOptimization

javax.swing.JTextField myTextFieldOptimization
Allows the user to select the optimization for the terraserver projection transformation

Class gistoolkit.application.layers.layerpanel.UpdateableMySQLDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextFieldDatabaseServername

javax.swing.JTextField myTextFieldDatabaseServername
Database connection parameters.


myTextFieldDatabaseName

javax.swing.JTextField myTextFieldDatabaseName

myTextFieldDatabaseUsername

javax.swing.JTextField myTextFieldDatabaseUsername

myTextFieldDatabasePassword

javax.swing.JTextField myTextFieldDatabasePassword

myTextFieldDatabasePort

javax.swing.JTextField myTextFieldDatabasePort

myTextFieldDatabaseTablename

javax.swing.JTextField myTextFieldDatabaseTablename

myTextFieldDatabaseColumn

javax.swing.JTextField myTextFieldDatabaseColumn

myTextFieldSpatialReferenceID

javax.swing.JTextField myTextFieldSpatialReferenceID

Class gistoolkit.application.layers.layerpanel.UpdateableOracleDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextFieldDatabaseServername

javax.swing.JTextField myTextFieldDatabaseServername
Database connection parameters.


myTextFieldDatabaseName

javax.swing.JTextField myTextFieldDatabaseName

myTextFieldDatabaseUsername

javax.swing.JTextField myTextFieldDatabaseUsername

myTextFieldDatabasePassword

javax.swing.JTextField myTextFieldDatabasePassword

myTextFieldDatabasePort

javax.swing.JTextField myTextFieldDatabasePort

myTextFieldDatabaseTablename

javax.swing.JTextField myTextFieldDatabaseTablename

myTextFieldDatabaseColumn

javax.swing.JTextField myTextFieldDatabaseColumn

myTextFieldSpatialReferenceID

javax.swing.JTextField myTextFieldSpatialReferenceID

Class gistoolkit.application.layers.layerpanel.UpdateablePostGISDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextFieldDatabaseServername

javax.swing.JTextField myTextFieldDatabaseServername
Database connection parameters.


myTextFieldDatabaseName

javax.swing.JTextField myTextFieldDatabaseName

myTextFieldDatabaseUsername

javax.swing.JTextField myTextFieldDatabaseUsername

myTextFieldDatabasePassword

javax.swing.JTextField myTextFieldDatabasePassword

myTextFieldDatabasePort

javax.swing.JTextField myTextFieldDatabasePort

myTextFieldDatabaseTablename

javax.swing.JTextField myTextFieldDatabaseTablename

myTextFieldDatabaseColumn

javax.swing.JTextField myTextFieldDatabaseColumn

myTextFieldSpatialReferenceID

javax.swing.JTextField myTextFieldSpatialReferenceID

Class gistoolkit.application.layers.layerpanel.UpdateableSpatialExtenderDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextFieldDatabaseURLBase

javax.swing.JTextField myTextFieldDatabaseURLBase
Database connection parameters.


myTextFieldDatabaseServername

javax.swing.JTextField myTextFieldDatabaseServername

myTextFieldDatabaseName

javax.swing.JTextField myTextFieldDatabaseName

myTextFieldDatabaseSchema

javax.swing.JTextField myTextFieldDatabaseSchema

myTextFieldDatabaseUsername

javax.swing.JTextField myTextFieldDatabaseUsername

myTextFieldDatabaseDriver

javax.swing.JTextField myTextFieldDatabaseDriver

myTextFieldDatabasePassword

javax.swing.JTextField myTextFieldDatabasePassword

myTextFieldDatabasePort

javax.swing.JTextField myTextFieldDatabasePort

myTextFieldDatabaseTable

javax.swing.JTextField myTextFieldDatabaseTable

myTextFieldDatabaseColumn

javax.swing.JTextField myTextFieldDatabaseColumn

myTextFieldSpatialReferenceID

javax.swing.JTextField myTextFieldSpatialReferenceID


Package gistoolkit.application.command

Class gistoolkit.application.command.AboutCommand extends SimpleCommand implements Serializable

Class gistoolkit.application.command.CenterOnPointCommand extends SimpleCommand implements Serializable

Class gistoolkit.application.command.CopyCommand extends SimpleCommand implements Serializable

Class gistoolkit.application.command.CutCommand extends SimpleCommand implements Serializable

Class gistoolkit.application.command.DeleteCommand extends SimpleCommand implements Serializable

Class gistoolkit.application.command.EditCommand extends SimpleCommand implements Serializable

Serialized Fields

myEditModel

EditNodesDrawModel myEditModel

myAttributePanel

AttributePanel myAttributePanel
Keeps a reference to the attribute panel so it can be accessed in the done method


myButtonAdd

javax.swing.JRadioButton myButtonAdd
Button for adding nodes to the shape.


myButtonDelete

javax.swing.JRadioButton myButtonDelete
Button for Deleting nodes from a shape.


myButtonMoveShape

javax.swing.JRadioButton myButtonMoveShape
Button for moving the entire shape on the display.


myButtonMove

javax.swing.JRadioButton myButtonMove
Button for moving nodes in a shape.


myButtonDialog

javax.swing.JRadioButton myButtonDialog
Button for editing points within a shape.


myButtonDone

javax.swing.JRadioButton myButtonDone
Button for finishing the edits.


myShapeEditorDlg

ShapeEditorDlg myShapeEditorDlg
Dialog for editing the points in a shape.


myGISMenuButton

GISMenuButton myGISMenuButton
Reference to the GIS menu button such that it can be accessed later when the sub buttons need to be set visible.


myButtonGroup

javax.swing.ButtonGroup myButtonGroup
Button group for radio button behavior of the buttons

Class gistoolkit.application.command.ExitCommand extends SimpleCommand implements Serializable

Class gistoolkit.application.command.HighlightDisplay extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextArea

javax.swing.JTextArea myTextArea

Class gistoolkit.application.command.ImageChopperCommand extends SimpleCommand implements Serializable

Serialized Fields

myDialog

javax.swing.JDialog myDialog
Show the dialog used for converting shape files from one projection to another

Class gistoolkit.application.command.LegendCommand extends SimpleCommand implements Serializable

Class gistoolkit.application.command.NewLayerCommand extends SimpleCommand implements Serializable

Class gistoolkit.application.command.NewShapeCommand extends SimpleCommand implements Serializable

Serialized Fields

myNewShapeDrawModel

NewShapeDrawModel myNewShapeDrawModel

myAttributePanel

AttributePanel myAttributePanel
Keeps a reference to the attribute panel so it can be accessed in the done method


myButtonNewPolygon

javax.swing.JRadioButton myButtonNewPolygon
Button for adding a new polygon.


myButtonNewLine

javax.swing.JRadioButton myButtonNewLine
Button for adding a new polygon.


myButtonNewPoint

javax.swing.JRadioButton myButtonNewPoint
Button for adding a new polygon.


myButtonDone

javax.swing.JRadioButton myButtonDone
Button for finishing the edits.


myGISMenuButton

GISMenuButton myGISMenuButton
Reference to the GIS menu button such that it can be accessed later when the sub buttons need to be set visible.


myButtonGroup

javax.swing.ButtonGroup myButtonGroup
Button group for radio button behavior of the buttons

Class gistoolkit.application.command.OpenConfigurationCommand extends SimpleCommand implements Serializable

Serialized Fields

myFileChooser

javax.swing.JFileChooser myFileChooser
A reference to the file chooser so it does not need to be recreated.

Class gistoolkit.application.command.OpenLayerCommand extends SimpleCommand implements Serializable

Serialized Fields

myDialog

LayerDlg myDialog
The layer dialog.

Class gistoolkit.application.command.PanCommand extends SimpleCommand implements Serializable

Class gistoolkit.application.command.PasteCommand extends SimpleCommand implements Serializable

Serialized Fields

myDialog

gistoolkit.application.command.PasteCommand.MyCommitScopeDialog myDialog
The copy of the dialog to ask for the commit scope.


myStatusDialog

gistoolkit.application.command.PasteCommand.MyStatusDialog myStatusDialog
Dialog to show the user how far along they are.


myThread

gistoolkit.application.command.PasteCommand.MyThread myThread
Thread to actually do the committing.

Class gistoolkit.application.command.PreviousZoomCommand extends SimpleCommand implements Serializable

Serialized Fields

myArrayListEnvelopes

java.util.ArrayList myArrayListEnvelopes
Holds pointers to the extents so they can be recalled.


myRecordExtents

boolean myRecordExtents
Indicates whether the new Extents should be recorded


myCurrentEnvelope

Envelope myCurrentEnvelope
Place to store the currently displayed extents

Class gistoolkit.application.command.PrintCommand extends SimpleCommand implements Serializable

Class gistoolkit.application.command.ProjectionCommand extends SimpleCommand implements Serializable

Class gistoolkit.application.command.RasterCatalogCreatorCommand extends SimpleCommand implements Serializable

Serialized Fields

myDialog

javax.swing.JDialog myDialog
Show the dialog used for converting shape files from one projection to another

Class gistoolkit.application.command.ResetEnvelopeCommand extends SimpleCommand implements Serializable

Serialized Fields

myEnvelope

Envelope myEnvelope
Holds the Envelope when this command is selected, it will set the Envelope of its display to this values.

Class gistoolkit.application.command.SaveCommand extends SimpleCommand implements Serializable

Serialized Fields

myRadio1

javax.swing.JRadioButton myRadio1

myRadio2

javax.swing.JRadioButton myRadio2

myRadio4

javax.swing.JRadioButton myRadio4

myRadio8

javax.swing.JRadioButton myRadio8

myRadio16

javax.swing.JRadioButton myRadio16

myRadio32

javax.swing.JRadioButton myRadio32

myGroup

javax.swing.ButtonGroup myGroup

myPanel

javax.swing.JPanel myPanel

Class gistoolkit.application.command.SaveConfigurationCommand extends SimpleCommand implements Serializable

Serialized Fields

myLastFile

java.io.File myLastFile
Remember the last used file.

Class gistoolkit.application.command.SaveImageCommand extends SimpleCommand implements Serializable

Serialized Fields

myRadio1

javax.swing.JRadioButton myRadio1

myRadio2

javax.swing.JRadioButton myRadio2

myRadio4

javax.swing.JRadioButton myRadio4

myRadio8

javax.swing.JRadioButton myRadio8

myRadio16

javax.swing.JRadioButton myRadio16

myRadio32

javax.swing.JRadioButton myRadio32

myGroup

javax.swing.ButtonGroup myGroup

myPanel

javax.swing.JPanel myPanel

Class gistoolkit.application.command.SaveSelectionCommand extends SimpleCommand implements Serializable

Serialized Fields

myChooser

javax.swing.JFileChooser myChooser
Store the file chooser for future use.

Class gistoolkit.application.command.SaveSVGCommand extends SimpleCommand implements Serializable

Serialized Fields

myRadio1

javax.swing.JRadioButton myRadio1

myRadio2

javax.swing.JRadioButton myRadio2

myRadio4

javax.swing.JRadioButton myRadio4

myRadio8

javax.swing.JRadioButton myRadio8

myRadio16

javax.swing.JRadioButton myRadio16

myRadio32

javax.swing.JRadioButton myRadio32

myGroup

javax.swing.ButtonGroup myGroup

myPanel

javax.swing.JPanel myPanel

Class gistoolkit.application.command.ScaleBarCommand extends SimpleCommand implements Serializable

Serialized Fields

myScaleBarDialog

ScaleBarDialog myScaleBarDialog
Reference to the ScaleBarDialog so we don't have to recreate it.

Class gistoolkit.application.command.SelectAllCommand extends SimpleCommand implements Serializable

Class gistoolkit.application.command.SelectCommand extends SimpleCommand implements Serializable

Serialized Fields

myDrawModel

HighlightDrawModel myDrawModel

Class gistoolkit.application.command.SelectMultiCommand extends SimpleCommand implements Serializable

Serialized Fields

myType

int myType
The currently selected type of selection to use.


myAttributePanel

AttributePanel myAttributePanel
Keeps a reference to the attribute panel so it can be accessed in the done method


myButtonSingleSelect

javax.swing.JRadioButton myButtonSingleSelect
Button for adding a new polygon.


myButtonBoxSelect

javax.swing.JRadioButton myButtonBoxSelect
Button for adding a new polygon.


myButtonPointSelect

javax.swing.JRadioButton myButtonPointSelect
Button for adding a new polygon.


myButtonDistanceSelect

javax.swing.JRadioButton myButtonDistanceSelect
Button for selecting shapes by radius.


myGISMenuButton

GISMenuButton myGISMenuButton
Reference to the GIS menu button such that it can be accessed later when the sub buttons need to be set visible.


myButtonGroup

javax.swing.ButtonGroup myButtonGroup
Button group for radio button behavior of the buttons

Class gistoolkit.application.command.ShapeFileProjectorCommand extends SimpleCommand implements Serializable

Serialized Fields

myShapeFileConverterDlg

ShapeFileConverterDialog myShapeFileConverterDlg
Show the dialog used for converting shape files from one projection to another

Class gistoolkit.application.command.ShowAttributeCommand extends SimpleCommand implements Serializable

Serialized Fields

myDialog

javax.swing.JDialog myDialog
Dialog for displaying the attributes.


myViewer

AttributeTableViewer myViewer

myLayer

Layer myLayer
The layer to use when the dialog is called.

Class gistoolkit.application.command.SimpleCommand extends javax.swing.AbstractAction implements Serializable

Serialized Fields

myGISDisplay

GISDisplay myGISDisplay
Pointer to the GIS Display such that it can find the working interface.


myGISEditor

GISEditor myGISEditor
Pointer to the Editor this command is associated with.

Class gistoolkit.application.command.ZoomInCommand extends SimpleCommand implements Serializable

Class gistoolkit.application.command.ZoomOutCommand extends SimpleCommand implements Serializable

Class gistoolkit.application.command.ZoomToSelectedShapesCommand extends SimpleCommand implements Serializable

Serialized Fields

myLayer

Layer myLayer
The layer to use when the dialog is called.


Package gistoolkit.datasources.postgis

Class gistoolkit.datasources.postgis.PostGISQuery extends javax.swing.JFrame implements Serializable

Serialized Fields

myTextFieldDatabaseURLBase

javax.swing.JTextField myTextFieldDatabaseURLBase

myTextFieldDatabaseServername

javax.swing.JTextField myTextFieldDatabaseServername

myTextFieldDatabaseName

javax.swing.JTextField myTextFieldDatabaseName

myTextFieldDatabaseUsername

javax.swing.JTextField myTextFieldDatabaseUsername

myTextFieldDatabaseDriver

javax.swing.JTextField myTextFieldDatabaseDriver

myPasswordFieldDatabasePassword

javax.swing.JPasswordField myPasswordFieldDatabasePassword

myTextFieldDatabasePort

javax.swing.JTextField myTextFieldDatabasePort

myDescribePanel

gistoolkit.datasources.postgis.PostGISQuery.MyDescribePanel myDescribePanel

myQueryPanel

gistoolkit.datasources.postgis.PostGISQuery.MyQueryPanel myQueryPanel

myScriptPanel

gistoolkit.datasources.postgis.PostGISQuery.MyScriptPanel myScriptPanel


Package gistoolkit.display.widgets.attrieditors

Class gistoolkit.display.widgets.attrieditors.SimpleBooleanEditor extends javax.swing.JCheckBox implements Serializable

Serialized Fields

origValue

java.lang.Object origValue
Creates new SimpleStringEditor

Class gistoolkit.display.widgets.attrieditors.SimpleDateEditor extends javax.swing.JFormattedTextField implements Serializable

Class gistoolkit.display.widgets.attrieditors.SimpleDoubleEditor extends javax.swing.JFormattedTextField implements Serializable

Class gistoolkit.display.widgets.attrieditors.SimpleEditor extends javax.swing.JLabel implements Serializable

Serialized Fields

myAttribute

java.lang.Object myAttribute
Store the attribute so it can be returned as it was given

Class gistoolkit.display.widgets.attrieditors.SimpleFloatEditor extends javax.swing.JFormattedTextField implements Serializable

Class gistoolkit.display.widgets.attrieditors.SimpleIntegerEditor extends javax.swing.JFormattedTextField implements Serializable

Class gistoolkit.display.widgets.attrieditors.SimpleShortEditor extends javax.swing.JFormattedTextField implements Serializable

Class gistoolkit.display.widgets.attrieditors.SimpleStringEditor extends javax.swing.JTextField implements Serializable


Package gistoolkit.display.widgets

Class gistoolkit.display.widgets.AttributePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextArea

javax.swing.JTextArea myTextArea

myRecord

Record myRecord
Keep a pointer to the record sent in so it can be returned after it has been edited


myEditors

AttributeEditor[] myEditors
Array for the editors to be set to use them appropriately

Class gistoolkit.display.widgets.AttributeTableViewer extends javax.swing.JPanel implements Serializable

Serialized Fields

myRecords

Record[] myRecords
Holds a reference to the records so they can be returned when the event is called.


myTable

javax.swing.JTable myTable
Table to hold all of the attributes.


myTableModel

javax.swing.table.DefaultTableModel myTableModel
The table model.


myAttributeTableViewerListeners

java.util.Vector myAttributeTableViewerListeners
Holds the list of interested observers.

Class gistoolkit.display.widgets.ColorButton extends javax.swing.JButton implements Serializable

Serialized Fields

myChooser

ColorDlg myChooser
cache the color cooser to allow quicker display.

Class gistoolkit.display.widgets.ColorDlg extends GISToolkitDialog implements Serializable

Serialized Fields

myColorChooser

javax.swing.JColorChooser myColorChooser
Reference to the color chooser.

Class gistoolkit.display.widgets.FontButton extends javax.swing.JButton implements Serializable

Serialized Fields

myChooser

FontDlg myChooser

Class gistoolkit.display.widgets.FontDlg extends GISToolkitDialog implements Serializable

Serialized Fields

myFontSelection

java.awt.Font[] myFontSelection

myChoiceFont

javax.swing.JComboBox myChoiceFont

myChoiceStyle

javax.swing.JComboBox myChoiceStyle

myChoiceSize

javax.swing.JComboBox myChoiceSize

myStyles

int[] myStyles

myStyleStrings

java.lang.String[] myStyleStrings

mySizes

int[] mySizes

myDisplayLabel

javax.swing.JLabel myDisplayLabel

Class gistoolkit.display.widgets.GISCommandButton extends javax.swing.JButton implements Serializable

Serialized Fields

myCommand

Command myCommand

Class gistoolkit.display.widgets.GISMenuButton extends javax.swing.JPanel implements Serializable

Serialized Fields

myCommand

Command myCommand

myButton

javax.swing.AbstractButton myButton
Root button to display.


myGridBagConstraints

java.awt.GridBagConstraints myGridBagConstraints
The grid bag constraints for adding items to the list.


myButtons

java.util.Vector myButtons
Vector to hold the buttons for display.

Class gistoolkit.display.widgets.GISMenuItem extends javax.swing.JMenuItem implements Serializable

Serialized Fields

myCommand

Command myCommand
Command to execute when this Menu Item is selected

Class gistoolkit.display.widgets.GISRadioButton extends javax.swing.JRadioButton implements Serializable

Serialized Fields

myCommand

Command myCommand

Class gistoolkit.display.widgets.GISToolkitDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

myOKButton

javax.swing.JButton myOKButton
The OK button. This button is used by the user to indicate that the dialog should be taken seriously.


myCancelButton

javax.swing.JButton myCancelButton
Reference to the Cancel Button;


myOK

boolean myOK
Determines if the OK button was selected.


myContentsPanel

java.awt.Container myContentsPanel
Reference to the center or contents panel.

Class gistoolkit.display.widgets.ImagePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myImage

java.awt.Image myImage
The image to display


myDoubleBufferImage

java.awt.Image myDoubleBufferImage
The double buffer image


myPrintImage

java.awt.Image myPrintImage
Image for use with printing


myTime

long myTime
Prevents overrunning the processor on show machines with redraws


Package gistoolkit.application.layers.layerpanel.filterpanel

Class gistoolkit.application.layers.layerpanel.filterpanel.DateFilterPanel extends SimpleAttributeFilterPanel implements Serializable

Class gistoolkit.application.layers.layerpanel.filterpanel.FilterPanel extends javax.swing.JPanel implements Serializable

Class gistoolkit.application.layers.layerpanel.filterpanel.NumberFilterPanel extends SimpleAttributeFilterPanel implements Serializable

Class gistoolkit.application.layers.layerpanel.filterpanel.SimpleAttributeFilterPanel extends FilterPanel implements Serializable

Serialized Fields

myComboAttributes

javax.swing.JComboBox myComboAttributes
Combo box to hold the attribute names.


myComboComparisons

javax.swing.JComboBox myComboComparisons
Combo box to hold the types of comparisons to perform.


myValueLabel

javax.swing.JLabel myValueLabel
The label to use for the value text field.


myTextFieldValue

javax.swing.JTextField myTextFieldValue
TextField to hold the value of the string.

Class gistoolkit.application.layers.layerpanel.filterpanel.StringFilterPanel extends SimpleAttributeFilterPanel implements Serializable


Package gistoolkit.display

Class gistoolkit.display.GISDisplay extends javax.swing.JPanel implements Serializable

Serialized Fields

myBufferImage

java.awt.Image myBufferImage
Image for doing double buffering.


myMapImage

java.awt.Image myMapImage
Image for drawing the map


myLayers

Layer[] myLayers
Layer to draw on the map


myEnvelope

Envelope myEnvelope
The current bounds of the map.


myComponentHandler

gistoolkit.display.GISDisplay.ComponentHandler myComponentHandler

myAsyncDraw

gistoolkit.display.GISDisplay.AsyncDraw myAsyncDraw

myIsDrawing

boolean myIsDrawing
Some optimization to kill the multiple threads stacking up.


myDrawModel

DrawModel myDrawModel
Draw model for drawing the graphics image


myConverter

Converter myConverter
Converter for converting from world coordinates to screen coordinates.


myKey

java.lang.String myKey

myRedraw

boolean myRedraw

myScaleBar

ScaleBar myScaleBar
Scale bar to use with the map.


mySelectedLayer

Layer mySelectedLayer
The currently selected layer


myVectListeners

java.util.Vector myVectListeners
listeners


myProjection

Projection myProjection
Reference to the currently used projection


Package proprietary.datasources.arcsde

Class proprietary.datasources.arcsde.ArcSDEDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextFieldServername

javax.swing.JTextField myTextFieldServername
Allows the user to enter a value for the server name.


myTextFieldPortnumber

javax.swing.JTextField myTextFieldPortnumber
Allows the user to enter avalue for the port number


myTextFieldDatabasename

javax.swing.JTextField myTextFieldDatabasename
Allows the user to enter a value for the database name


myTextFieldTablename

javax.swing.JTextField myTextFieldTablename
Allows the user to enter a value for the table name


myTextFieldUsername

javax.swing.JTextField myTextFieldUsername
Allows the user to enter a value for the Username for security reasons in accessing the database


myPasswordField

javax.swing.JPasswordField myPasswordField
Allows the user to enter a password for accessing the database for security reasons


myTextFieldMinX

javax.swing.JTextField myTextFieldMinX
Allows the user to enter the minimum X value


myTextFieldMaxX

javax.swing.JTextField myTextFieldMaxX
Allows the user to enter the maximum X value


myTextFieldMinY

javax.swing.JTextField myTextFieldMinY
Allows the user to enter the Minimum Y value


myTextFieldMaxY

javax.swing.JTextField myTextFieldMaxY
Allows the user to enter the Maximum Y value

Class proprietary.datasources.arcsde.UpdateableArcSDEDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

gisDisplay

GISDisplay gisDisplay
Sets the GISDisplay in case the panel should need it.


jLabel21

javax.swing.JLabel jLabel21

btServerNext

javax.swing.JButton btServerNext

cbLayerList

javax.swing.JComboBox cbLayerList

jLabel51

javax.swing.JLabel jLabel51

serverPanel

javax.swing.JPanel serverPanel

dataSourcePanel

javax.swing.JPanel dataSourcePanel

tfServer

javax.swing.JTextField tfServer

tfService

javax.swing.JTextField tfService

tfUsername

javax.swing.JTextField tfUsername

jLabel11

javax.swing.JLabel jLabel11

tfPassword

javax.swing.JPasswordField tfPassword

jLabel61

javax.swing.JLabel jLabel61

jLabel41

javax.swing.JLabel jLabel41

jLabel31

javax.swing.JLabel jLabel31

tfDatabase

javax.swing.JTextField tfDatabase


Package gistoolkit.application.layers.joindatasource

Class gistoolkit.application.layers.joindatasource.DB2JoinDialog extends GISToolkitDialog implements Serializable

Serialized Fields

myTextFieldDatabaseURLBase

javax.swing.JTextField myTextFieldDatabaseURLBase

myTextFieldDatabaseServername

javax.swing.JTextField myTextFieldDatabaseServername

myTextFieldDatabaseName

javax.swing.JTextField myTextFieldDatabaseName

myTextFieldDatabaseSchema

javax.swing.JTextField myTextFieldDatabaseSchema

myTextFieldDatabaseUsername

javax.swing.JTextField myTextFieldDatabaseUsername

myTextFieldDatabaseDriver

javax.swing.JTextField myTextFieldDatabaseDriver

myPasswordFieldDatabasePassword

javax.swing.JPasswordField myPasswordFieldDatabasePassword

myTextFieldDatabasePort

javax.swing.JTextField myTextFieldDatabasePort

myTextFieldJoinSource

javax.swing.JTextField myTextFieldJoinSource

myTextFieldJoinDestination

javax.swing.JTextField myTextFieldJoinDestination

myCheckboxCache

javax.swing.JCheckBox myCheckboxCache

myDescribePanel

gistoolkit.application.layers.joindatasource.DB2JoinDialog.MyDescribePanel myDescribePanel

myQueryPanel

gistoolkit.application.layers.joindatasource.DB2JoinDialog.MyQueryPanel myQueryPanel

myScriptPanel

gistoolkit.application.layers.joindatasource.DB2JoinDialog.MyScriptPanel myScriptPanel

Class gistoolkit.application.layers.joindatasource.DbaseFileJoinDialog extends GISToolkitDialog implements Serializable

Serialized Fields

myTextFieldDBaseFileName

javax.swing.JTextField myTextFieldDBaseFileName

myTextFieldJoinSource

javax.swing.JTextField myTextFieldJoinSource

myTextFieldJoinDestination

javax.swing.JTextField myTextFieldJoinDestination

myCheckboxCache

javax.swing.JCheckBox myCheckboxCache

myQueryPanel

gistoolkit.application.layers.joindatasource.DbaseFileJoinDialog.MyQueryPanel myQueryPanel

Class gistoolkit.application.layers.joindatasource.MySQLJoinDialog extends GISToolkitDialog implements Serializable

Serialized Fields

myTextFieldDatabaseURLBase

javax.swing.JTextField myTextFieldDatabaseURLBase

myTextFieldDatabaseServername

javax.swing.JTextField myTextFieldDatabaseServername

myTextFieldDatabaseName

javax.swing.JTextField myTextFieldDatabaseName

myTextFieldDatabaseUsername

javax.swing.JTextField myTextFieldDatabaseUsername

myTextFieldDatabaseDriver

javax.swing.JTextField myTextFieldDatabaseDriver

myPasswordFieldDatabasePassword

javax.swing.JPasswordField myPasswordFieldDatabasePassword

myTextFieldDatabasePort

javax.swing.JTextField myTextFieldDatabasePort

myTextFieldJoinSource

javax.swing.JTextField myTextFieldJoinSource

myTextFieldJoinDestination

javax.swing.JTextField myTextFieldJoinDestination

myCheckboxCache

javax.swing.JCheckBox myCheckboxCache

myDescribePanel

gistoolkit.application.layers.joindatasource.MySQLJoinDialog.MyDescribePanel myDescribePanel

myQueryPanel

gistoolkit.application.layers.joindatasource.MySQLJoinDialog.MyQueryPanel myQueryPanel

myScriptPanel

gistoolkit.application.layers.joindatasource.MySQLJoinDialog.MyScriptPanel myScriptPanel

Class gistoolkit.application.layers.joindatasource.OracleJoinDialog extends GISToolkitDialog implements Serializable

Serialized Fields

myTextFieldDatabaseURLBase

javax.swing.JTextField myTextFieldDatabaseURLBase

myTextFieldDatabaseServername

javax.swing.JTextField myTextFieldDatabaseServername

myTextFieldDatabaseName

javax.swing.JTextField myTextFieldDatabaseName

myTextFieldDatabaseUsername

javax.swing.JTextField myTextFieldDatabaseUsername

myTextFieldDatabaseDriver

javax.swing.JTextField myTextFieldDatabaseDriver

myPasswordFieldDatabasePassword

javax.swing.JPasswordField myPasswordFieldDatabasePassword

myTextFieldDatabasePort

javax.swing.JTextField myTextFieldDatabasePort

myTextFieldJoinSource

javax.swing.JTextField myTextFieldJoinSource

myTextFieldJoinDestination

javax.swing.JTextField myTextFieldJoinDestination

myCheckboxCache

javax.swing.JCheckBox myCheckboxCache

myDescribePanel

gistoolkit.application.layers.joindatasource.OracleJoinDialog.MyDescribePanel myDescribePanel

myQueryPanel

gistoolkit.application.layers.joindatasource.OracleJoinDialog.MyQueryPanel myQueryPanel

myScriptPanel

gistoolkit.application.layers.joindatasource.OracleJoinDialog.MyScriptPanel myScriptPanel

Class gistoolkit.application.layers.joindatasource.PostGISJoinDialog extends GISToolkitDialog implements Serializable

Serialized Fields

myTextFieldDatabaseURLBase

javax.swing.JTextField myTextFieldDatabaseURLBase

myTextFieldDatabaseServername

javax.swing.JTextField myTextFieldDatabaseServername

myTextFieldDatabaseName

javax.swing.JTextField myTextFieldDatabaseName

myTextFieldDatabaseUsername

javax.swing.JTextField myTextFieldDatabaseUsername

myTextFieldDatabaseDriver

javax.swing.JTextField myTextFieldDatabaseDriver

myPasswordFieldDatabasePassword

javax.swing.JPasswordField myPasswordFieldDatabasePassword

myTextFieldDatabasePort

javax.swing.JTextField myTextFieldDatabasePort

myTextFieldJoinSource

javax.swing.JTextField myTextFieldJoinSource

myTextFieldJoinDestination

javax.swing.JTextField myTextFieldJoinDestination

myCheckboxCache

javax.swing.JCheckBox myCheckboxCache

myDescribePanel

gistoolkit.application.layers.joindatasource.PostGISJoinDialog.MyDescribePanel myDescribePanel

myQueryPanel

gistoolkit.application.layers.joindatasource.PostGISJoinDialog.MyQueryPanel myQueryPanel

myScriptPanel

gistoolkit.application.layers.joindatasource.PostGISJoinDialog.MyScriptPanel myScriptPanel


Package proprietary.datasources.ermapper

Class proprietary.datasources.ermapper.ERMapperDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextFieldLocation

javax.swing.JTextField myTextFieldLocation
Text field to allow the user to type the location directly.


myButtonLocation

javax.swing.JButton myButtonLocation
Button for looking up a location.


myDatasource

DataSource myDatasource
Reference to the Datasource.


Package gistoolkit.application.layers.labelerpanel

Class gistoolkit.application.layers.labelerpanel.FeatureLabelerPanel extends LabelerPanel implements Serializable

Serialized Fields

myComboColumns

javax.swing.JComboBox myComboColumns
The text field to use to select the record to label by


myComboOrientation

javax.swing.JComboBox myComboOrientation
The combo box with the available anchors.


myTextFieldOffset

javax.swing.JTextField myTextFieldOffset
The text field to type in an offset.


myCheckBoxDuplicates

javax.swing.JCheckBox myCheckBoxDuplicates
The check box to indicate if duplicates are allowed.


myCheckBoxOverlaps

javax.swing.JCheckBox myCheckBoxOverlaps
The check box to indicate if overlaps are allowed.


myLabeler

SimpleLabeler myLabeler
Reference to the SimpleLabeler to edit.

Class gistoolkit.application.layers.labelerpanel.MultipleLabelerPanel extends LabelerPanel implements Serializable

Serialized Fields

myColumns

java.lang.String[] myColumns
The text field to use to select the record to label by


myComboOrientation

javax.swing.JComboBox myComboOrientation
The combo box with the available anchors.


myTextFieldDelimiter

javax.swing.JTextField myTextFieldDelimiter
The text field to type in a delimiter, the characters that go between the columns.


myTextFieldOffset

javax.swing.JTextField myTextFieldOffset
The text field to type in an offset.


myCheckBoxDuplicates

javax.swing.JCheckBox myCheckBoxDuplicates
The check box to indicate if duplicates are allowed.


myCheckBoxOverlaps

javax.swing.JCheckBox myCheckBoxOverlaps
The check box to indicate if overlaps are allowed.


myButtonAdd

javax.swing.JButton myButtonAdd
Button for adding additional columns.


myButtonRemove

javax.swing.JButton myButtonRemove
Button for removing columns.


myColumnPanel

javax.swing.JPanel myColumnPanel
The panel to hold the other entry panels.


myVectEntryPanels

java.util.Vector myVectEntryPanels
Vector to hold the entry panels.


myLabeler

MultipleLabeler myLabeler
Reference to the MultipleLabeler to edit.


Package proprietary.datasources.arcims

Class proprietary.datasources.arcims.ArcIMSDataSourcePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextFieldURL

javax.swing.JTextField myTextFieldURL
Text field for entering the Basic Text Information


myComboBoxService

javax.swing.JComboBox myComboBoxService
A tag for the service


myButtonConnect

javax.swing.JButton myButtonConnect
Button for attempting to connect with the WEb Server


myDataSource

ArcIMSDataSource myDataSource
Data Source for connecting


myListAvailableLayers

javax.swing.JList myListAvailableLayers
List box for allowing the users to select items from the list


myListSelectedLayers

javax.swing.JList myListSelectedLayers
List box to show the user the layers they have selected


myButtonAdd

javax.swing.JButton myButtonAdd
Allow the user to move Buttons over from the Available list


myButtonUP

javax.swing.JButton myButtonUP
Allow the user to move the layers up or down in the list


myButtonDown

javax.swing.JButton myButtonDown
Allow the user to move the layers up or down in the list


myButtonDelete

javax.swing.JButton myButtonDelete
Allow the user to delete the layers in the list


myComboFormat

javax.swing.JComboBox myComboFormat
Allow the user to select the type of data


mySubPanel

javax.swing.JPanel mySubPanel
Sub panel to be displayed when data is available


myCardLayout

java.awt.CardLayout myCardLayout
Allows the flipping of the cards


Package gistoolkit.projection

Class gistoolkit.projection.AlbersEqualAreaProjectionPanel extends SimpleProjectionPanel implements Serializable

Serialized Fields

myTextFieldLatitude1

javax.swing.JTextField myTextFieldLatitude1
allows the user to input the first of two latitudes of zero distortion


myTextFieldLatitude2

javax.swing.JTextField myTextFieldLatitude2
allows the user to imput the second of two latitudes of zero distortion


myLCCProjection

AlbersEqualAreaProjection myLCCProjection
Reference to the currently editing projection

Class gistoolkit.projection.LambertConicConformalProjectionPanel extends SimpleProjectionPanel implements Serializable

Serialized Fields

myTextFieldLatitude1

javax.swing.JTextField myTextFieldLatitude1
allows the user to input the first of two latitudes of zero distortion


myTextFieldLatitude2

javax.swing.JTextField myTextFieldLatitude2
allows the user to imput the second of two latitudes of zero distortion


myTextFieldScaleFactor

javax.swing.JTextField myTextFieldScaleFactor
allows the user to input the scale factor


myLCCProjection

LambertConicConformalProjection myLCCProjection
Reference to the currently editing projection

Class gistoolkit.projection.NoProjectionPanel extends ProjectionPanel implements Serializable

Serialized Fields

myChoiceEllipsoid

javax.swing.JComboBox myChoiceEllipsoid
Allows the us er to select the Ellipsoid to describe this projection


myProjection

NoProjection myProjection

Class gistoolkit.projection.ProjectionPanel extends javax.swing.JPanel implements Serializable

Class gistoolkit.projection.SimpleProjectionPanel extends ProjectionPanel implements Serializable

Serialized Fields

myTextFieldLatitude0

javax.swing.JTextField myTextFieldLatitude0
Reference to the TextField for the Latitude of oragin


myTextFieldLongitude0

javax.swing.JTextField myTextFieldLongitude0
reference to the TextField for the Longitude of the oragin


myTextFieldEasting0

javax.swing.JTextField myTextFieldEasting0
Reference to the false easting of the projection


myTextFieldNorthing0

javax.swing.JTextField myTextFieldNorthing0
Reference to the false northing of the projection


myComboElipses

javax.swing.JComboBox myComboElipses
Choice box for selecting the Elipse to use


myEllipsoids

Ellipsoid[] myEllipsoids
Reference to the known ellipsoids


myDisplayPanel

javax.swing.JPanel myDisplayPanel
Panel for displaying additional parameters


myProjection

SimpleProjection myProjection
Currently editing projection

Class gistoolkit.projection.UniversalTransverseMercatorProjectionPanel extends ProjectionPanel implements Serializable

Serialized Fields

myProjection

UniversalTransverseMercatorProjection myProjection
hold a reference to the Projection so it may be retrieved


myComboZones

javax.swing.JComboBox myComboZones
a choice box of the UTM Zone to use


myComboNS

javax.swing.JComboBox myComboNS
a choice box of the North/South Zone to use


myCheckBoxfollowMap

javax.swing.JCheckBox myCheckBoxfollowMap
A selection of wheather to follow the map or not


Package gistoolkit.application.dialog

Class gistoolkit.application.dialog.LegendDialog extends GISToolkitDialog implements Serializable

Serialized Fields

myImagePanel

ImagePanel myImagePanel
Reference to the image panel that is the central theme of this dialog

Class gistoolkit.application.dialog.ProjectionDialog extends GISToolkitDialog implements Serializable

Serialized Fields

myComboProjections

javax.swing.JComboBox myComboProjections
Create a list of all of the available projections


myCurrentComponent

java.awt.Component myCurrentComponent
Panel to keep so it can be removed

Class gistoolkit.application.dialog.ScaleBarDialog extends GISToolkitDialog implements Serializable

Serialized Fields

myComboScaleBars

javax.swing.JComboBox myComboScaleBars
Choice of the ScaleBars that I know about


myVectScaleBars

java.util.Vector myVectScaleBars
Vector to contain the ScaleBars


myVectScaleBarPanels

java.util.Vector myVectScaleBarPanels
Vector to contain the associated scale bar panels.


myDisplayPanel

javax.swing.JPanel myDisplayPanel
Panel on which to display the edit panel for this ScaleBar


myScaleBarPanel

ScaleBarPanel myScaleBarPanel
Hold a reference to the currently selected ScaleBar Panel


myScaleBar

ScaleBar myScaleBar
Holds a reference to the ScaleBar sent in.

Class gistoolkit.application.dialog.ShapeFileConverterDialog extends GISToolkitDialog implements Serializable

Serialized Fields

myKnownProjections

Projection[] myKnownProjections

myTextFieldFromFile

javax.swing.JTextField myTextFieldFromFile
Text field for entering the location of the shape file for projecting from


myButtonFromBrowse

javax.swing.JButton myButtonFromBrowse
Button for browsing for the location of the shape file for projection from


myComboFromProjections

javax.swing.JComboBox myComboFromProjections
Create a list of all of the available projections


myFromPanel

javax.swing.JPanel myFromPanel
Display the information for the From Projection


myTransformPanel

javax.swing.JPanel myTransformPanel
Display the information for the Transform


myTextFieldToFile

javax.swing.JTextField myTextFieldToFile
Text field for entering the location of the shape file for projecting to


myButtonToBrowse

javax.swing.JButton myButtonToBrowse
Button for browsing for the location of the shape file for projecting to


myComboToProjections

javax.swing.JComboBox myComboToProjections
Create a list of all of the available projections


myToPanel

javax.swing.JPanel myToPanel
Display the information for the To Projection


myTabbedPanel

javax.swing.JTabbedPane myTabbedPanel
Create a Tab Panel for displaying the information for each conversion


myLabelTransform

javax.swing.JLabel myLabelTransform

myButtonGuessTransform

javax.swing.JButton myButtonGuessTransform

myComboTransforms

javax.swing.JComboBox myComboTransforms

myKnownTransforms

EllipsoidTransform[] myKnownTransforms

myTransformFactory

TransformFactory myTransformFactory

myTextFieldInLatitude

javax.swing.JTextField myTextFieldInLatitude

myTextFieldInLongitude

javax.swing.JTextField myTextFieldInLongitude

myTextFieldOutLatitude

javax.swing.JTextField myTextFieldOutLatitude

myTextFieldOutLongitude

javax.swing.JTextField myTextFieldOutLongitude

myButtonConvert

javax.swing.JButton myButtonConvert

myCurrentFromComponent

java.awt.Component myCurrentFromComponent

myCurrentToComponent

java.awt.Component myCurrentToComponent

myCurrentTransformComponent

java.awt.Component myCurrentTransformComponent

myChooser

javax.swing.JFileChooser myChooser


Package gistoolkit.datasources.imagefile

Class gistoolkit.datasources.imagefile.ImageChopperApplication extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextFieldSourceDirectory

javax.swing.JTextField myTextFieldSourceDirectory
Text field for selecting the source directory.


myButtonSourceDirectory

javax.swing.JButton myButtonSourceDirectory
Button for displaying the file chooser for the source directory.


myTextFieldDestinationDirectory

javax.swing.JTextField myTextFieldDestinationDirectory
Text field for selecting the destination directory.


myButtonDestinationDirectory

javax.swing.JButton myButtonDestinationDirectory
Button for displaying the file chooser for the destination directory.


myLabelCurrentFile

javax.swing.JLabel myLabelCurrentFile
Status line for the current File.


myButtonOK

javax.swing.JButton myButtonOK
Button for performing this action.


myButtonCancel

javax.swing.JButton myButtonCancel
Button for canceling this action.


myFrame

java.awt.Component myFrame
The current parent frame.


myImageChopper

ImageChopper myImageChopper
The class that actually does the work.


myThread

java.lang.Thread myThread
Thread for running the ImageChopper.


myActionListener

gistoolkit.datasources.imagefile.ImageChopperApplication.MyActionListener myActionListener

myFileChooser

javax.swing.JFileChooser myFileChooser
File Chooser dialog for selecting the source and destination directories.

Class gistoolkit.datasources.imagefile.RasterCatalogCreatorApplication extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextFieldSourceDirectory

javax.swing.JTextField myTextFieldSourceDirectory
Text field for selecting the source directory.


myButtonSourceDirectory

javax.swing.JButton myButtonSourceDirectory
Button for displaying the file chooser for the source directory.


myTextFieldDestinationDirectory

javax.swing.JTextField myTextFieldDestinationDirectory
Text field for selecting the destination directory.


myButtonDestinationDirectory

javax.swing.JButton myButtonDestinationDirectory
Button for displaying the file chooser for the destination directory.


myTextFieldTileWidth

javax.swing.JTextField myTextFieldTileWidth
TextField for entering the width of the tiles.


myComboOutputType

javax.swing.JComboBox myComboOutputType
Combo box for entering the output type of the images.


myLabelResolution

javax.swing.JLabel myLabelResolution
Status line for the current Resolution.


myLabelXCoordinate

javax.swing.JLabel myLabelXCoordinate
Status line for the current x coordinate.


myLabelYCoordinate

javax.swing.JLabel myLabelYCoordinate
Status line for the current y coordinate.


myLabelCurrentFile

javax.swing.JLabel myLabelCurrentFile
Status line for the current File.


myButtonOK

javax.swing.JButton myButtonOK
Button for performing this action.


myButtonCancel

javax.swing.JButton myButtonCancel
Button for canceling this action.


myFrame

java.awt.Component myFrame
The current parent frame.


myRasterCatalogCreater

RasterCatalogCreator myRasterCatalogCreater
The class that actually does the work.


myThread

java.lang.Thread myThread
Thread for running the raster catalog creator.


myActionListener

gistoolkit.datasources.imagefile.RasterCatalogCreatorApplication.MyActionListener myActionListener

myFileChooser

javax.swing.JFileChooser myFileChooser
File Chooser dialog for selecting the source and destination directories.


Package gistoolkit.datasources.mysql

Class gistoolkit.datasources.mysql.MySQLQuery extends javax.swing.JFrame implements Serializable

Serialized Fields

myTextFieldDatabaseURLBase

javax.swing.JTextField myTextFieldDatabaseURLBase

myTextFieldDatabaseServername

javax.swing.JTextField myTextFieldDatabaseServername

myTextFieldDatabaseName

javax.swing.JTextField myTextFieldDatabaseName

myTextFieldDatabaseUsername

javax.swing.JTextField myTextFieldDatabaseUsername

myTextFieldDatabaseDriver

javax.swing.JTextField myTextFieldDatabaseDriver

myPasswordFieldDatabasePassword

javax.swing.JPasswordField myPasswordFieldDatabasePassword

myTextFieldDatabasePort

javax.swing.JTextField myTextFieldDatabasePort

myDescribePanel

gistoolkit.datasources.mysql.MySQLQuery.MyDescribePanel myDescribePanel

myQueryPanel

gistoolkit.datasources.mysql.MySQLQuery.MyQueryPanel myQueryPanel

myScriptPanel

gistoolkit.datasources.mysql.MySQLQuery.MyScriptPanel myScriptPanel


Package gistoolkit.datasources.oracle

Class gistoolkit.datasources.oracle.OracleQuery extends javax.swing.JFrame implements Serializable

Serialized Fields

myTextFieldDatabaseURLBase

javax.swing.JTextField myTextFieldDatabaseURLBase

myTextFieldDatabaseServername

javax.swing.JTextField myTextFieldDatabaseServername

myTextFieldDatabaseName

javax.swing.JTextField myTextFieldDatabaseName

myTextFieldDatabaseUsername

javax.swing.JTextField myTextFieldDatabaseUsername

myTextFieldDatabaseDriver

javax.swing.JTextField myTextFieldDatabaseDriver

myPasswordFieldDatabasePassword

javax.swing.JPasswordField myPasswordFieldDatabasePassword

myTextFieldDatabasePort

javax.swing.JTextField myTextFieldDatabasePort

myDescribePanel

gistoolkit.datasources.oracle.OracleQuery.MyDescribePanel myDescribePanel

myQueryPanel

gistoolkit.datasources.oracle.OracleQuery.MyQueryPanel myQueryPanel

myScriptPanel

gistoolkit.datasources.oracle.OracleQuery.MyScriptPanel myScriptPanel


Package gistoolkit.projection.ellipsoid.transform

Class gistoolkit.projection.ellipsoid.transform.TransformEditPanel extends javax.swing.JPanel implements Serializable


Package gistoolkit.display.shader

Class gistoolkit.display.shader.BinShaderPanel extends ShaderPanel implements Serializable

Serialized Fields

myCheckboxFillColor

javax.swing.JCheckBox myCheckboxFillColor
Determines if the fill color should be used


myFillColorButton

ColorButton myFillColorButton
Reference to the default fill color


myCheckboxLineColor

javax.swing.JCheckBox myCheckboxLineColor
Determines if the line color should be used


myLineColorButton

ColorButton myLineColorButton
Reference to the default line color


myCheckboxLabelColor

javax.swing.JCheckBox myCheckboxLabelColor
Determines if the label color should be used


myLabelColorButton

ColorButton myLabelColorButton
Reference to the default label color


myComboAlpha

javax.swing.JComboBox myComboAlpha
Alpha percentage for the shader.


ALPHA1

java.lang.String ALPHA1

ALPHA2

java.lang.String ALPHA2

ALPHA3

java.lang.String ALPHA3

ALPHA4

java.lang.String ALPHA4

ALPHA5

java.lang.String ALPHA5

myShader

BinShader myShader
Reference to the Range Shader


myTextFieldBinColumn

javax.swing.JTextField myTextFieldBinColumn
The bin shader needs a column to determine which entry the row uses.


myTextFieldValueColumn

javax.swing.JTextField myTextFieldValueColumn
The bin shader needs a column to determine the value to use to find the color.


myGridPanel

javax.swing.JPanel myGridPanel
The panel for holding the information about the grid.


myNewBinButton

javax.swing.JButton myNewBinButton
The new button for adding Columns (new Bins) to the table


myDeleteBinButton

javax.swing.JButton myDeleteBinButton
The delete button for deleting Columns (Bins) from the table


myNewEntryButton

javax.swing.JButton myNewEntryButton
The new button for adding Rows (new Entries) to the table


myDeleteEntryButton

javax.swing.JButton myDeleteEntryButton
The delete button for deleting Rows (Entries) from the table


myFontButtonLabel

FontButton myFontButtonLabel
Reference to the fontbutton to use when changing the font for the labels.


myComboLineWidth

javax.swing.JComboBox myComboLineWidth
Reference to the Line Width


LINEWIDTH1

java.lang.String LINEWIDTH1

LINEWIDTH2

java.lang.String LINEWIDTH2

LINEWIDTH3

java.lang.String LINEWIDTH3

LINEWIDTH4

java.lang.String LINEWIDTH4

LINEWIDTH5

java.lang.String LINEWIDTH5

LINEWIDTH6

java.lang.String LINEWIDTH6

LINEWIDTH7

java.lang.String LINEWIDTH7

LINEWIDTH8

java.lang.String LINEWIDTH8

LINEWIDTH9

java.lang.String LINEWIDTH9

LINEWIDTH10

java.lang.String LINEWIDTH10

BASIC_STROKE

java.lang.String BASIC_STROKE
Constants for type of stroke.


RR_STROKE

java.lang.String RR_STROKE

myComboLineStyle

javax.swing.JComboBox myComboLineStyle
Reference to the Line Style.


myIconList

java.lang.String[] myIconList

myStrokeTypeList

java.lang.String[] myStrokeTypeList

myDashArray

float[][] myDashArray

myBinTitleButtonList

java.util.ArrayList myBinTitleButtonList
List for holding the label buttons.


myBinColorButtonList

java.util.ArrayList myBinColorButtonList
List for holding the color buttons.


myValueButtonList

java.util.ArrayList myValueButtonList
List for holding the Value buttons.


myListMinTextFieldList

java.util.ArrayList myListMinTextFieldList
List for holding the lists of values.


myListMaxTextFieldList

java.util.ArrayList myListMaxTextFieldList
List for holding the lists of values.


myEventHandler

gistoolkit.display.shader.BinShaderPanel.MyEventHandler myEventHandler

Class gistoolkit.display.shader.FindImageDialog extends GISToolkitDialog implements Serializable

Serialized Fields

myImagePath

java.lang.String myImagePath
Path to the image.


myListener

gistoolkit.display.shader.FindImageDialog.MyListener myListener

myTextFieldLocation

javax.swing.JTextField myTextFieldLocation
Text field to allow the user to type the location directly.


myButtonLocation

javax.swing.JButton myButtonLocation
Button for looking up a location.


myImagePanel

ImagePanel myImagePanel
Image panel for displaying the selected images.

Class gistoolkit.display.shader.MonoShaderPanel extends ShaderPanel implements Serializable

Serialized Fields

myShader

MonoShader myShader
Reference to the shader to be edited.


myTextFieldName

javax.swing.JTextField myTextFieldName
Allows editing the name of the shader


myComboAlpha

javax.swing.JComboBox myComboAlpha
Alpha percentage for the shader.


ALPHA1

java.lang.String ALPHA1

ALPHA2

java.lang.String ALPHA2

ALPHA3

java.lang.String ALPHA3

ALPHA4

java.lang.String ALPHA4

ALPHA5

java.lang.String ALPHA5

myCheckboxLine

javax.swing.JCheckBox myCheckboxLine
Reference to the check box for indicating if lines should be used.


myComboLineWidth

javax.swing.JComboBox myComboLineWidth
Reference to the Line Width


LINEWIDTH1

java.lang.String LINEWIDTH1

LINEWIDTH2

java.lang.String LINEWIDTH2

LINEWIDTH3

java.lang.String LINEWIDTH3

LINEWIDTH4

java.lang.String LINEWIDTH4

LINEWIDTH5

java.lang.String LINEWIDTH5

LINEWIDTH6

java.lang.String LINEWIDTH6

LINEWIDTH7

java.lang.String LINEWIDTH7

LINEWIDTH8

java.lang.String LINEWIDTH8

LINEWIDTH9

java.lang.String LINEWIDTH9

LINEWIDTH10

java.lang.String LINEWIDTH10

BASIC_STROKE

java.lang.String BASIC_STROKE
Constants for type of stroke.


RR_STROKE

java.lang.String RR_STROKE

myComboLineStyle

javax.swing.JComboBox myComboLineStyle
Reference to the Line Style.


myIconList

java.lang.String[] myIconList

myStrokeTypeList

java.lang.String[] myStrokeTypeList

myDashArray

float[][] myDashArray

myColorButtonLine

ColorButton myColorButtonLine
Reference to the Line color shader button


myCheckboxFill

javax.swing.JCheckBox myCheckboxFill
Reference to the check box for indicating if this should be used.


myCheckboxPattern

javax.swing.JCheckBox myCheckboxPattern
Reference to the check box for indicating if this should be used.


myFillPattern

java.awt.image.BufferedImage myFillPattern
Buffered Image to use for storing the pattern.


myFillPatternFileName

java.lang.String myFillPatternFileName
Location of the FillPatternImage.


myColorButtonFill

ColorButton myColorButtonFill
Reference to the fill color shader button.


myColorButtonHighlight

ColorButton myColorButtonHighlight
Reference to the Highlight color shader button.


myButtonFillStyle

javax.swing.JButton myButtonFillStyle
Button for browsing for new images.


myCheckboxLabel

javax.swing.JCheckBox myCheckboxLabel
Reference to the check box for indicating if labels should be used.


myColorButtonLabel

ColorButton myColorButtonLabel
Reference to the Label color shader button.


myFontButtonLabel

FontButton myFontButtonLabel
Reference to the fontbutton to use when changing the font for the labels.


myEventHandler

gistoolkit.display.shader.MonoShaderPanel.MonoShaderPanelEventHandler myEventHandler

Class gistoolkit.display.shader.RandomShaderPanel extends ShaderPanel implements Serializable

Serialized Fields

myCheckboxFillColor

javax.swing.JCheckBox myCheckboxFillColor
Determines if the fill color should be used


myFillColorButton

ColorButton myFillColorButton
Reference to the default fill color


myCheckboxLineColor

javax.swing.JCheckBox myCheckboxLineColor
Determines if the line color should be used


myLineColorButton

ColorButton myLineColorButton
Reference to the default line color


myCheckboxLabelColor

javax.swing.JCheckBox myCheckboxLabelColor
Determines if the label color should be used


myLabelColorButton

ColorButton myLabelColorButton
Reference to the default label color


myComboAlpha

javax.swing.JComboBox myComboAlpha
Alpha percentage for the shader.


ALPHA1

java.lang.String ALPHA1

ALPHA2

java.lang.String ALPHA2

ALPHA3

java.lang.String ALPHA3

ALPHA4

java.lang.String ALPHA4

ALPHA5

java.lang.String ALPHA5

myShader

RandomShader myShader
Reference to the Random Shader


myTextFieldColumn

javax.swing.JTextField myTextFieldColumn
The Random shader needs a column on which to operate


myFontButtonLabel

FontButton myFontButtonLabel
Reference to the fontbutton to use when changing the font for the labels.


myComboLineWidth

javax.swing.JComboBox myComboLineWidth
Reference to the Line Width


LINEWIDTH1

java.lang.String LINEWIDTH1

LINEWIDTH2

java.lang.String LINEWIDTH2

LINEWIDTH3

java.lang.String LINEWIDTH3

LINEWIDTH4

java.lang.String LINEWIDTH4

LINEWIDTH5

java.lang.String LINEWIDTH5

LINEWIDTH6

java.lang.String LINEWIDTH6

LINEWIDTH7

java.lang.String LINEWIDTH7

LINEWIDTH8

java.lang.String LINEWIDTH8

LINEWIDTH9

java.lang.String LINEWIDTH9

LINEWIDTH10

java.lang.String LINEWIDTH10

BASIC_STROKE

java.lang.String BASIC_STROKE
Constants for type of stroke.


RR_STROKE

java.lang.String RR_STROKE

myComboLineStyle

javax.swing.JComboBox myComboLineStyle
Reference to the Line Style.


myIconList

java.lang.String[] myIconList

myStrokeTypeList

java.lang.String[] myStrokeTypeList

myDashArray

float[][] myDashArray

Class gistoolkit.display.shader.RangeShaderPanel extends ShaderPanel implements Serializable

Serialized Fields

myCheckboxFillColor

javax.swing.JCheckBox myCheckboxFillColor
Determines if the fill color should be used


myFillColorButton

ColorButton myFillColorButton
Reference to the default fill color


myCheckboxLineColor

javax.swing.JCheckBox myCheckboxLineColor
Determines if the line color should be used


myLineColorButton

ColorButton myLineColorButton
Reference to the default line color


myCheckboxLabelColor

javax.swing.JCheckBox myCheckboxLabelColor
Determines if the label color should be used


myLabelColorButton

ColorButton myLabelColorButton
Reference to the default label color


myComboAlpha

javax.swing.JComboBox myComboAlpha
Alpha percentage for the shader.


ALPHA1

java.lang.String ALPHA1

ALPHA2

java.lang.String ALPHA2

ALPHA3

java.lang.String ALPHA3

ALPHA4

java.lang.String ALPHA4

ALPHA5

java.lang.String ALPHA5

myShader

RangeShader myShader
Reference to the Range Shader


myTextFieldColumn

javax.swing.JTextField myTextFieldColumn
The range shader needs a column on which to operate


myColumnNames

java.lang.String[] myColumnNames
The names for the columns


myTable

javax.swing.JTable myTable
The table for adding and removing rows


myModel

RangeShaderPanel.MyTableModel myModel
The table model for adding and removing rows


myNewButton

javax.swing.JButton myNewButton
The new button for adding rows to the table


myDeleteButton

javax.swing.JButton myDeleteButton
The delete button for deleting rows from the table


myFontButtonLabel

FontButton myFontButtonLabel
Reference to the fontbutton to use when changing the font for the labels.


myComboLineWidth

javax.swing.JComboBox myComboLineWidth
Reference to the Line Width


LINEWIDTH1

java.lang.String LINEWIDTH1

LINEWIDTH2

java.lang.String LINEWIDTH2

LINEWIDTH3

java.lang.String LINEWIDTH3

LINEWIDTH4

java.lang.String LINEWIDTH4

LINEWIDTH5

java.lang.String LINEWIDTH5

LINEWIDTH6

java.lang.String LINEWIDTH6

LINEWIDTH7

java.lang.String LINEWIDTH7

LINEWIDTH8

java.lang.String LINEWIDTH8

LINEWIDTH9

java.lang.String LINEWIDTH9

LINEWIDTH10

java.lang.String LINEWIDTH10

BASIC_STROKE

java.lang.String BASIC_STROKE
Constants for type of stroke.


RR_STROKE

java.lang.String RR_STROKE

myComboLineStyle

javax.swing.JComboBox myComboLineStyle
Reference to the Line Style.


myIconList

java.lang.String[] myIconList

myStrokeTypeList

java.lang.String[] myStrokeTypeList

myDashArray

float[][] myDashArray

Class gistoolkit.display.shader.ShaderPanel extends javax.swing.JPanel implements Serializable


Package gistoolkit.application.dialog.scalebar

Class gistoolkit.application.dialog.scalebar.ScaleBarPanel extends javax.swing.JPanel implements Serializable

Class gistoolkit.application.dialog.scalebar.SimpleScaleBarPanel extends ScaleBarPanel implements Serializable

Serialized Fields

myScaleBar

SimpleScaleBar myScaleBar
Reference to the ScaleBar to be edited.


myLabelDescription

javax.swing.JLabel myLabelDescription
Allows displaying the description of a scale bar.


myComboLineWidth

javax.swing.JComboBox myComboLineWidth
Reference to the Line Width


LINEWIDTH1

java.lang.String LINEWIDTH1

LINEWIDTH2

java.lang.String LINEWIDTH2

LINEWIDTH3

java.lang.String LINEWIDTH3

LINEWIDTH4

java.lang.String LINEWIDTH4

LINEWIDTH5

java.lang.String LINEWIDTH5

LINEWIDTH6

java.lang.String LINEWIDTH6

LINEWIDTH7

java.lang.String LINEWIDTH7

LINEWIDTH8

java.lang.String LINEWIDTH8

LINEWIDTH9

java.lang.String LINEWIDTH9

LINEWIDTH10

java.lang.String LINEWIDTH10

myColorButtonLine

ColorButton myColorButtonLine
Reference to the Line color ScaleBar button


myColorButtonLabel

ColorButton myColorButtonLabel
Reference to the Label color ScaleBar button.


myFontButtonLabel

FontButton myFontButtonLabel
Reference to the fontbutton to use when changing the font for the labels.


myComboAlpha

javax.swing.JComboBox myComboAlpha
Alpha percentage for the ScaleBar.


ALPHA1

java.lang.String ALPHA1

ALPHA2

java.lang.String ALPHA2

ALPHA3

java.lang.String ALPHA3

ALPHA4

java.lang.String ALPHA4

ALPHA5

java.lang.String ALPHA5

myComboOrientation

javax.swing.JComboBox myComboOrientation
Orientation for the ScaleBar.


ORIENTUL

java.lang.String ORIENTUL

ORIENTUR

java.lang.String ORIENTUR

ORIENTLL

java.lang.String ORIENTLL

ORIENTLR

java.lang.String ORIENTLR

myComboScreenPercent

javax.swing.JComboBox myComboScreenPercent
Percentage of screen width to use.


SCREENPERCENT1

java.lang.String SCREENPERCENT1

SCREENPERCENT2

java.lang.String SCREENPERCENT2

SCREENPERCENT3

java.lang.String SCREENPERCENT3

SCREENPERCENT4

java.lang.String SCREENPERCENT4

myTextFieldHorizontalOffset

javax.swing.JTextField myTextFieldHorizontalOffset
The offset in pixels of the scale bar in the horrizontal direction.


myTextFieldVerticalOffset

javax.swing.JTextField myTextFieldVerticalOffset
The offset in pixels of the scale bar in the vertical direction.


Package gistoolkit.application

Class gistoolkit.application.GISEditor extends javax.swing.JFrame implements Serializable

Serialized Fields

myTextAreaInfo

javax.swing.JTextArea myTextAreaInfo
Displays the extents of the map.


myActionList

ActionList myActionList
List of actions.


myPopupListener

PopupListener myPopupListener
A class to listen for popup events from the display.


myLayerPanel

LayerPanel myLayerPanel
Allows external tools to edit the layers.


myWindowHandler

GISEditor.WindowHandler myWindowHandler

myLegendDialog

LegendDialog myLegendDialog
Reference to the legend dialog.


myAuxillaryButtonPanel

javax.swing.JPanel myAuxillaryButtonPanel
Reference to a panel for displaying additional buttons.


myAuxillaryPanel

javax.swing.JPanel myAuxillaryPanel
Panel for displaying additional information, used for attributes when selecting, and posibly other stuff.


myDisplay

GISDisplay myDisplay
Reference to the Display used in this editor.


myButtonGroup

javax.swing.ButtonGroup myButtonGroup
Button group for pan, zoom, and all exclusive tools


myCopyBuffer

Record[] myCopyBuffer
A place to store records that have been copied, or cut and are waiting to be pasted.


Package gistoolkit.application.layers.rendererpanel

Class gistoolkit.application.layers.rendererpanel.PointImageRendererDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

myComboImages

javax.swing.JComboBox myComboImages
Combo for selecting the images so far.


myIconList

java.lang.String[] myIconList

myPointImageRenderer

PointImageRenderer myPointImageRenderer
Pointer to the PointImageRenderer.


myImagePath

java.lang.String myImagePath
Path to the image.


myListener

gistoolkit.application.layers.rendererpanel.PointImageRendererDialog.MyListener myListener

myTextFieldLocation

javax.swing.JTextField myTextFieldLocation
Text field to allow the user to type the location directly.


myButtonLocation

javax.swing.JButton myButtonLocation
Button for looking up a location.


myButtonOK

javax.swing.JButton myButtonOK
The OK Button.


myButtonCancel

javax.swing.JButton myButtonCancel
The Cancel Button.


myImagePanel

ImagePanel myImagePanel
Image panel for displaying the selected images.


Package gistoolkit.server.mapclient

Class gistoolkit.server.mapclient.AppletClient extends javax.swing.JApplet implements Serializable

Serialized Fields

myClient

OGCClient myClient
the currently accessable OGCClient.


myWaitThread

gistoolkit.server.mapclient.AppletClient.MyWaitThread myWaitThread

Class gistoolkit.server.mapclient.CommandButton extends javax.swing.JButton implements Serializable

Serialized Fields

myCommand

Command myCommand
the command this button holds so it can do something

Class gistoolkit.server.mapclient.CommandRadioButton extends javax.swing.JRadioButton implements Serializable

Serialized Fields

myCommand

Command myCommand
the command this button holds so it can do something

Class gistoolkit.server.mapclient.ImagePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myImage

java.awt.Image myImage
The image to display


myScaleImage

boolean myScaleImage
Draw the image to the size of the panel.


myDoubleBufferImage

java.awt.Image myDoubleBufferImage
The double buffer image


myComponentListener

gistoolkit.server.mapclient.ImagePanel.ImagePanelComponentListener myComponentListener

myImageObserver

gistoolkit.server.mapclient.ImagePanel.ImagePanelImageObserver myImageObserver
Listen for image events from the image that was sent in.


myDrawer

Drawer myDrawer
Reference to the current drawer, it is able to change the way the picture is drawn

Class gistoolkit.server.mapclient.LayerDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

myVectComboBoxes

java.util.Vector myVectComboBoxes

myVectCheckboxes

java.util.Vector myVectCheckboxes
Vector for holding the check boxes.


myLayers

Layer[] myLayers

myButtonOK

javax.swing.JButton myButtonOK
The button to press to say OK


myButtonCancel

javax.swing.JButton myButtonCancel
The button to press to say Cancel


myPanelDisplay

javax.swing.JPanel myPanelDisplay
The panel to use for displaying the controls.


myOK

boolean myOK
Indicates whether the user clicked the OK button or not.

Class gistoolkit.server.mapclient.OGCClient extends javax.swing.JPanel implements Serializable

Serialized Fields

myLogoPanel

ImagePanel myLogoPanel

myImagePanel

ImagePanel myImagePanel

myTopX

double myTopX
The horrizontal location of the upper left hand corner in world coordinates.


myTopY

double myTopY
The vertical location of the upper left hand corner in world coordinates.


myBottomX

double myBottomX
The horrizontal location of the lower right hand corner in world coordinates.


myBottomY

double myBottomY
The vertical location of the lower right hand corner in world coordinates.


myHighlightColor

java.awt.Color myHighlightColor
The color to use when drawing highlights.


myShadowColor

java.awt.Color myShadowColor
The color to use when drawing shadows.


myButtonGroup

javax.swing.ButtonGroup myButtonGroup

myClient

WMSClient myClient
The client for access ing the web service.


myLayerDialog

LayerDialog myLayerDialog
List the layer dialog.


Package gistoolkit.application.layers

Class gistoolkit.application.layers.FilterSelectPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myListFilter

javax.swing.JList myListFilter
The List to contain the filters currently in use.


myListModelFilter

javax.swing.DefaultListModel myListModelFilter
The list model to use with this list.


myButtonAdd

javax.swing.JButton myButtonAdd
The button to add a filter.


myButtonRemove

javax.swing.JButton myButtonRemove
The button to remove a filter.


myLayer

Layer myLayer
Hold a reference to the currently edited layer

Class gistoolkit.application.layers.LabelerSelectPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myComboLabelers

javax.swing.JComboBox myComboLabelers
Choice of the labelers that I know about


myLabelers

Labeler[] myLabelers

myLabelerEditPanels

LabelerPanel[] myLabelerEditPanels

myDisplayPanel

javax.swing.JPanel myDisplayPanel
Panel on which to display the edit panel for this Projection


myLabelNotEditable

javax.swing.JLabel myLabelNotEditable

myLabelerPanel

LabelerPanel myLabelerPanel
Reference to the labeler panel to use to edit this labeler


myLabeler

Labeler myLabeler
The labeler currently editing


myLayer

Layer myLayer
Layer Currently editing

Class gistoolkit.application.layers.LayerAttributesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextFieldName

javax.swing.JTextField myTextFieldName
Sets the name of the layer


myTextFieldMaxDistance

javax.swing.JTextField myTextFieldMaxDistance
Allows the entry of a maximum distance in the zoom range


myTextFieldMinDistance

javax.swing.JTextField myTextFieldMinDistance
Allows the entry of a minimum distance to the zoom range


myTextFieldMaxLabelDistance

javax.swing.JTextField myTextFieldMaxLabelDistance
Allows the entry of a maximum label distance in the zoom range


myTextFieldMinLabelDistance

javax.swing.JTextField myTextFieldMinLabelDistance
Allows the entry of a minimum label distance to the zoom range


myCheckboxVisible

javax.swing.JCheckBox myCheckboxVisible
Determines if this layer is visible


myLayer

Layer myLayer
The layer currently being edited

Class gistoolkit.application.layers.LayerDlg extends javax.swing.JDialog implements Serializable

Serialized Fields

myDataSource

DataSource myDataSource

myPanelVect

java.util.Vector myPanelVect

myDisplay

GISDisplay myDisplay

myTabb

javax.swing.JTabbedPane myTabb
Tabbed pane to switch between the types of data sources, and the projection to use for that datasource.


myProjectionPanel

ProjectionSelectPanel myProjectionPanel
Panel to select the projection to use with this layer.


myChoiceTypes

javax.swing.JComboBox myChoiceTypes
Holds the choice box for user input in selecting the type of datasource to use.


myCardLayout

java.awt.CardLayout myCardLayout
Holds a reference to the card layout so it can be flipped.


myCardPanel

javax.swing.JPanel myCardPanel
Holds a reference to the card panel so it can be flipped.


myOKButton

javax.swing.JButton myOKButton
Holds a reference to the OK button


myCancelButton

javax.swing.JButton myCancelButton
Holds a reference to the Cancel button


myOK

boolean myOK
Determines if the OK Button was pressed, true if it has, false if it has not.

Class gistoolkit.application.layers.LayerEntryPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myLayer

Layer myLayer
Reference to the layer to be edited.


myPropertiesDlg

LayerPropertiesDialog myPropertiesDlg
Reference to the properties dialog.


myStyleButton

StyleButton myStyleButton
Button for modifying the shading information.


myVisibleChecker

javax.swing.JCheckBox myVisibleChecker
Checkbox for swiching Visible/NonVisible


myGISDisplay

GISDisplay myGISDisplay
Reference to the GISDisplay.


myLabelName

javax.swing.JLabel myLabelName
Display the name of the layer


myName

java.lang.String myName
Save the name of the layer so I can replace it when I am done.


myCount

int myCount
Used for counting the records


myLayerPanel

LayerPanel myLayerPanel
Reference to the containing layer panel to handle events.


myMenuItemCommit

javax.swing.JMenuItem myMenuItemCommit
A menu item for displaying commiting changes.


myMenuItemMoveDown

javax.swing.JMenuItem myMenuItemMoveDown
A menu item for moving the layer down.


myMenuItemMoveUp

javax.swing.JMenuItem myMenuItemMoveUp
A menu item for moving the layer up.


myMenuItemRemove

javax.swing.JMenuItem myMenuItemRemove
A menu item for removing the layer.


myMenuItemRollback

javax.swing.JMenuItem myMenuItemRollback
A menu item for displaying rolling back changes.


myMenuItemProperties

javax.swing.JMenuItem myMenuItemProperties
A menu item for displaying rolling back changes.


myMenuItemZoomToLayer

javax.swing.JMenuItem myMenuItemZoomToLayer
A menu item for zooming to the extent of the layer.


myMenuItemJoinDB2

javax.swing.JMenuItem myMenuItemJoinDB2
A menu item for joining this datasource with a DB2 data source.


myMenuItemJoinOracle

javax.swing.JMenuItem myMenuItemJoinOracle
A menu item for joining this datasource with a DB2 data source.


myMenuItemJoinPostgres

javax.swing.JMenuItem myMenuItemJoinPostgres
A menu item for joining this datasource with a PostGIS table.


myMenuItemJoinMySQL

javax.swing.JMenuItem myMenuItemJoinMySQL
A menu item for joining this datasource with a PostGIS table.


myMenuItemJoindbase3

javax.swing.JMenuItem myMenuItemJoindbase3
A menu item for joining this datasource with a dbase3 table.


myMenuItemUnjoin

javax.swing.JMenuItem myMenuItemUnjoin
A menu item unjoining a datasource.


myMenuItemEditTable

javax.swing.JMenuItem myMenuItemEditTable
A menu item to edit a datasource table.


myPopupMenu

javax.swing.JPopupMenu myPopupMenu
A menu for changing attributes about this layer.


mySelected

boolean mySelected
Determines if this is the selected layer or not.

Class gistoolkit.application.layers.LayerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myGISDisplay

GISDisplay myGISDisplay

myLayerPanel

javax.swing.JPanel myLayerPanel

myLayerVect

java.util.Vector myLayerVect

myDataSource

DataSource myDataSource

Class gistoolkit.application.layers.LayerPropertiesDialog extends GISToolkitDialog implements Serializable

Serialized Fields

myTabbPanel

javax.swing.JTabbedPane myTabbPanel
Tabbed Pane for displaying other panels


myPanelLayer

LayerAttributesPanel myPanelLayer
Panel for displaying the Layer attributes


myPanelStyle

StyleShaderPanel myPanelStyle
Panel for displaying the Shader attributes


myPanelLabeler

LabelerSelectPanel myPanelLabeler
Panel for modifying the labeler


myPanelRenderer

RendererSelectPanel myPanelRenderer
Panel for modifying the renderer


myPanelProjection

ProjectionSelectPanel myPanelProjection
Panel for modifying the from projection of the layer.


myPanelFilter

FilterSelectPanel myPanelFilter
Panel for modifying the filters of a layer.


myLayer

Layer myLayer
Reference to the curently edited layer

Class gistoolkit.application.layers.ProjectionSelectPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myToProjection

boolean myToProjection
Determines which projection this panel will modify.


myComboProjections

javax.swing.JComboBox myComboProjections
Choice of the projections that I know about


myVectProjections

java.util.Vector myVectProjections
Vector to contain the Projections


myCurrentComponent

java.awt.Component myCurrentComponent
Panel to keep so it can be removed


myLayer

Layer myLayer
Hold a reference to the currently edited layer

Class gistoolkit.application.layers.RendererSelectPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myComboRenderers

javax.swing.JComboBox myComboRenderers
Choice of the renderers that I know about


myRenderers

Renderer[] myRenderers

myListener

gistoolkit.application.layers.RendererSelectPanel.RendererActionListener myListener

myListRenderers

javax.swing.JList myListRenderers
List of currently configured renderers.


myDisplayPanel

javax.swing.JPanel myDisplayPanel
Panel on which to display the edit panel for this Layer


myButtonMoveUp

javax.swing.JButton myButtonMoveUp
Button for moving renderers up in the list.


myButtonMoveDown

javax.swing.JButton myButtonMoveDown
Button for moving renderers down in the list.


myButtonDelete

javax.swing.JButton myButtonDelete
Button for deleting renderers from the list.


myButtonAdd

javax.swing.JButton myButtonAdd
Button for adding remderers to the list.


myButtonEdit

javax.swing.JButton myButtonEdit
Button for editing remderers to the list.


myLayer

Layer myLayer
Layer Currently editing

Class gistoolkit.application.layers.ShaderButton extends javax.swing.JPanel implements Serializable

Serialized Fields

myShader

Shader myShader
The shader assigned to this button.


myMouseDown

boolean myMouseDown
Boolean to keep track of where the mouse is.


myGISDisplay

GISDisplay myGISDisplay
Reference to the GISDisplay.


myActionListeners

java.util.Vector myActionListeners
Infrastructure to handle action listeners.

Class gistoolkit.application.layers.ShaderSelectPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myComboShaders

javax.swing.JComboBox myComboShaders
Choice of the shaders that I know about


myVectShaders

java.util.Vector myVectShaders
Vector to contain the shaders


myDisplayPanel

javax.swing.JPanel myDisplayPanel
Panel on which to display the edit panel for this shader


myShaderPanel

ShaderPanel myShaderPanel
Hold a reference to the currently selected Shader Panel


myShader

Shader myShader
Hold a reference to the currently edited Shader

Class gistoolkit.application.layers.StyleButton extends javax.swing.JPanel implements Serializable

Serialized Fields

myStyle

Style myStyle
The Style assigned to this button. This is the style this button will use for display, and editing.


myMouseDown

boolean myMouseDown
Boolean to keep track of where the mouse is.


myGISDisplay

GISDisplay myGISDisplay
Reference to the GISDisplay.


myActionListeners

java.util.Vector myActionListeners
Infrastructure to handle action listeners.

Class gistoolkit.application.layers.StyleShaderPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myStyle

Style myStyle
The Style to edit.


myTabbedPane

javax.swing.JTabbedPane myTabbedPane
The Tabb Panel to use to display the shaders.


myShaderPanel

ShaderSelectPanel myShaderPanel
Shader panel for editing the standard shader.


myTopShaderPanel

ShaderSelectPanel myTopShaderPanel
Shader panel for editing the top shader.


myCheckBoxTopShader

javax.swing.JCheckBox myCheckBoxTopShader
Checkbox used to indicate weather the top shader is to be used or not.


myLayer

Layer myLayer
Hold a reference to the currently edited layer