Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
D
DATASOURCE_DATA_TAG
- Static variable in class gistoolkit.server.mapservice.adminextender.
DatasourceHandler
The HTML Tag for the data for the particular datasource to use.
DATASOURCE_TYPE_DB2SPATIAL
- Static variable in class gistoolkit.server.mapservice.adminextender.
DatasourceHandler
DATASOURCE_TYPE_ERMAPPER
- Static variable in class gistoolkit.server.mapservice.adminextender.
DatasourceHandler
DATASOURCE_TYPE_IMAGEDIRECTORY
- Static variable in class gistoolkit.server.mapservice.adminextender.
DatasourceHandler
DATASOURCE_TYPE_IMAGEFILE
- Static variable in class gistoolkit.server.mapservice.adminextender.
DatasourceHandler
DATASOURCE_TYPE_MYSQL
- Static variable in class gistoolkit.server.mapservice.adminextender.
DatasourceHandler
DATASOURCE_TYPE_ORACLE
- Static variable in class gistoolkit.server.mapservice.adminextender.
DatasourceHandler
DATASOURCE_TYPE_POSTGIS
- Static variable in class gistoolkit.server.mapservice.adminextender.
DatasourceHandler
DATASOURCE_TYPE_RASTERCATALOG
- Static variable in class gistoolkit.server.mapservice.adminextender.
DatasourceHandler
DATASOURCE_TYPE_SEAMLESS
- Static variable in class gistoolkit.server.mapservice.adminextender.
DatasourceHandler
DATASOURCE_TYPE_SHAPEFILE
- Static variable in class gistoolkit.server.mapservice.adminextender.
DatasourceHandler
Known DataSource Types.
DATASOURCE_TYPE_TAG
- Static variable in class gistoolkit.server.mapservice.adminextender.
DatasourceHandler
The HTML Tag for the type of datasource to use.
DATASOURCE_TYPE_TERRASERVER
- Static variable in class gistoolkit.server.mapservice.adminextender.
DatasourceHandler
DB2JoinDataSource
- class gistoolkit.datasources.db2spatialextender.
DB2JoinDataSource
.
Class to join a DB2 Datatable to another data source.
DB2JoinDataSource()
- Constructor for class gistoolkit.datasources.db2spatialextender.
DB2JoinDataSource
For use with configuration only where the source data source is to be set with the setNode() function.
DB2JoinDataSource(DataSource)
- Constructor for class gistoolkit.datasources.db2spatialextender.
DB2JoinDataSource
Create a new DB2JoinDataSource with this data source as the source node.
DB2JoinDialog
- class gistoolkit.application.layers.joindatasource.
DB2JoinDialog
.
Class for creating a SQL window on a DB2 Database
DB2JoinDialog()
- Constructor for class gistoolkit.application.layers.joindatasource.
DB2JoinDialog
Creates new DB2Query
DB2Query
- class gistoolkit.datasources.db2spatialextender.
DB2Query
.
Class for creating a SQL window on a DB2 Database
DB2Query()
- Constructor for class gistoolkit.datasources.db2spatialextender.
DB2Query
Creates new DB2Query
DB2SQLConverter
- class gistoolkit.datasources.db2spatialextender.
DB2SQLConverter
.
Class to convert java types and AttributeTypes to SQL for a particular database.
DB2SQLConverter()
- Constructor for class gistoolkit.datasources.db2spatialextender.
DB2SQLConverter
DB2SpatialHandler
- class gistoolkit.server.mapservice.adminextender.datasourcehandlers.
DB2SpatialHandler
.
Class to handle the creation of the DB2 Spatial Extender data source, display the parameters, and handle the return values.
DB2SpatialHandler()
- Constructor for class gistoolkit.server.mapservice.adminextender.datasourcehandlers.
DB2SpatialHandler
DEFAULT_SERVICE_TAG
- Static variable in class gistoolkit.server.mapservice.
WebMapService
DELETE
- Static variable in class gistoolkit.display.drawmodel.
EditNodesDrawModel
DOQ
- Static variable in class gistoolkit.datasources.terraserver.
TerraserverDataSource
DRG
- Static variable in class gistoolkit.datasources.terraserver.
TerraserverDataSource
DataSource
- interface gistoolkit.datasources.
DataSource
.
The DataSource is responsible for handling inserts, updates, deletes, selects, and projection of data.
DataSourceEvent
- class gistoolkit.datasources.
DataSourceEvent
.
Used to notify a datasource listener that something has occured within a data source.
DataSourceEvent(Record)
- Constructor for class gistoolkit.datasources.
DataSourceEvent
Creates new DataSourceEvent
DataSourceListener
- interface gistoolkit.datasources.
DataSourceListener
.
Publishes events about the datasource.
DataSourcePanel
- interface gistoolkit.application.layers.
DataSourcePanel
.
There can theoretically be many different types of data sources.
DatasourceHandler
- class gistoolkit.server.mapservice.adminextender.
DatasourceHandler
.
Class to handle the generic creation of data sources.
DatasourceHandler()
- Constructor for class gistoolkit.server.mapservice.adminextender.
DatasourceHandler
Creates a new data source handler.
DateAttributeFilter
- class gistoolkit.datasources.filter.
DateAttributeFilter
.
Class for filtering on attributes that are dates.
DateAttributeFilter()
- Constructor for class gistoolkit.datasources.filter.
DateAttributeFilter
Creates new DateAttributeFilter, for use with the configuration utility only.
DateAttributeFilter(String, int, Date)
- Constructor for class gistoolkit.datasources.filter.
DateAttributeFilter
Creates new DateAttributeFilter
DateFilterPanel
- class gistoolkit.application.layers.layerpanel.filterpanel.
DateFilterPanel
.
Class to create date filters.
DateFilterPanel()
- Constructor for class gistoolkit.application.layers.layerpanel.filterpanel.
DateFilterPanel
Create a new DateFilterPanel.
DbaseFile
- class gistoolkit.datasources.shapefile.
DbaseFile
.
Class to read and write data to a dbase III format file.
DbaseFile()
- Constructor for class gistoolkit.datasources.shapefile.
DbaseFile
DbaseFile constructor comment.
DbaseFile(String)
- Constructor for class gistoolkit.datasources.shapefile.
DbaseFile
DbaseFile constructor comment.
DbaseFileHeader
- class gistoolkit.datasources.shapefile.
DbaseFileHeader
.
Class to represent the header of a Dbase III file.
DbaseFileHeader()
- Constructor for class gistoolkit.datasources.shapefile.
DbaseFileHeader
DbaseFileHreader constructor comment.
DbaseFileHeader.DbaseFieldDescriptor
- class gistoolkit.datasources.shapefile.
DbaseFileHeader.DbaseFieldDescriptor
.
Class for holding the information assicated with a record.
DbaseFileHeader.DbaseFieldDescriptor()
- Constructor for class gistoolkit.datasources.shapefile.
DbaseFileHeader.DbaseFieldDescriptor
DbaseFileJoinDataSource
- class gistoolkit.datasources.shapefile.
DbaseFileJoinDataSource
.
A class to allow records from a dbase 3 file to be concatinated with the records from another data source.
DbaseFileJoinDataSource()
- Constructor for class gistoolkit.datasources.shapefile.
DbaseFileJoinDataSource
For use with configuration only where the source data source is to be set with the setNode() function.
DbaseFileJoinDataSource(DataSource)
- Constructor for class gistoolkit.datasources.shapefile.
DbaseFileJoinDataSource
Create a new DB2JoinDataSource with this data source as the source node.
DbaseFileJoinDialog
- class gistoolkit.application.layers.joindatasource.
DbaseFileJoinDialog
.
Class for creating a Dbase 3 join to an existing data source.
DbaseFileJoinDialog()
- Constructor for class gistoolkit.application.layers.joindatasource.
DbaseFileJoinDialog
Creates new DB2Query
DbaseFileReader
- class gistoolkit.datasources.shapefile.
DbaseFileReader
.
A DbaseFileReader is used to read a dbase III format file.
DbaseFileReader(String)
- Constructor for class gistoolkit.datasources.shapefile.
DbaseFileReader
Create a reader on the named file
DbaseFileStream
- class gistoolkit.datasources.shapefile.
DbaseFileStream
.
This is a convenience class used by DbaseFileReader and DbaseFileWriter that captures methods used by both.
DbaseFileStream(String)
- Constructor for class gistoolkit.datasources.shapefile.
DbaseFileStream
DbaseFileWriter
- class gistoolkit.datasources.shapefile.
DbaseFileWriter
.
A DbaseFileReader is used to write dbase III records out one at a time.
DbaseFileWriter(String)
- Constructor for class gistoolkit.datasources.shapefile.
DbaseFileWriter
DbaseFileWriter(String, DbaseFileHeader)
- Constructor for class gistoolkit.datasources.shapefile.
DbaseFileWriter
DeleteCommand
- class gistoolkit.application.command.
DeleteCommand
.
Command to delete items from the display, currently only works for polygons and multi polygons.
DeleteCommand()
- Constructor for class gistoolkit.application.command.
DeleteCommand
SelectCommand constructor comment.
DeleteCommand(GISEditor)
- Constructor for class gistoolkit.application.command.
DeleteCommand
Construct a simple command with this editor.
DrawModel
- interface gistoolkit.display.
DrawModel
.
Interface for use when developing a draw model to manipulate the map.
Drawer
- interface gistoolkit.server.mapclient.
Drawer
.
Interface to allow drawers to modify the picture that is displayed to the user.
d
- Variable in class cmp.LEDataStream.
LEDataInputStream
d
- Variable in class cmp.LEDataStream.
LEDataOutputStream
decode(String)
- Static method in class gistoolkit.datasources.webservice.
UTF8Encoder
Helper method to decode a string using UTF-8 encoding.
decode(String)
- Static method in class gistoolkit.server.
UTF8Encoder
Helper method to decode a string using UTF-8 encoding.
decode(String)
- Static method in class gistoolkit.server.mapclient.
UTF8Encoder
Helper method to decode a string using UTF-8 encoding.
decodeString(String)
- Static method in class gistoolkit.display.labeler.
MultipleLabeler
Decode the carage returns so they can be displayed.
defaultValues()
- Method in class gistoolkit.application.layers.layerpanel.
ImageFileDataSourcePanel
degreeToSquare(double, double)
- Method in class gistoolkit.projection.
BritishNationalGridProjection
delete(Record)
- Method in interface gistoolkit.datasources.
DataSource
Delete this record from the database.
delete(Record)
- Method in class gistoolkit.datasources.
SimpleDataSource
Delete the given record from the data source.
delete(Record)
- Method in class gistoolkit.datasources.terraserver.
TerraserverDataSource
Delete data from Terraserver, ....
delete(Record)
- Method in class gistoolkit.display.
Layer
Deletes the data in the data source.
deselectedPoint(Point)
- Method in class gistoolkit.display.shapeeditor.
PointEditor
Called to notify that the point has been deselected, helps to keep this editor in synch with outside events.
distance(Point)
- Method in class gistoolkit.features.
Point
Return the distance from the particular point
distance(Point, Point)
- Static method in class gistoolkit.features.
Shape
Distance from a point to another point.
doCancel()
- Method in class gistoolkit.display.widgets.
GISToolkitDialog
Called when the Cancel button is selected.
doChop()
- Method in class gistoolkit.datasources.imagefile.
ImageChopper
Cut georeferenced images into 1/4 of their orrigional size.
doClick()
- Method in class gistoolkit.display.widgets.
GISMenuButton
performs a click on the active Button
doCommit()
- Method in class gistoolkit.datasources.
SimpleDataSource
Commit all changes since the last commit.
doCommit()
- Method in class gistoolkit.datasources.db2spatialextender.
UpdateableSpatialExtenderDataSource
Commit all changes since the last commit.
doCommit()
- Method in class gistoolkit.datasources.memory.
MemoryDataSource
Commit all changes since the last commit.
doConvert()
- Method in class gistoolkit.datasources.imagefile.
RasterCatalogCreator
Convert the images.
doDelete(Record)
- Method in class gistoolkit.datasources.
SimpleDataSource
Delete this record from the database.
doDelete(Record)
- Method in class gistoolkit.datasources.db2spatialextender.
UpdateableSpatialExtenderDataSource
Delete this record from the database.
doDelete(Record)
- Method in class gistoolkit.datasources.memory.
MemoryDataSource
Delete this record from the database.
doDelete(Record)
- Method in class gistoolkit.datasources.mysql.
UpdateableMySQLDataSource
Delete this record from the database.
doDelete(Record)
- Method in class gistoolkit.datasources.oracle.
UpdateableOracleDataSource
Delete this record from the database.
doDelete(Record)
- Method in class gistoolkit.datasources.postgis.
UpdateablePostGISDataSource
Delete this record from the database.
doDelete(Record)
- Method in class gistoolkit.datasources.shapefile.
ShapeFileDataSource
Deletes the data from the datasource.
doDelete(Record)
- Method in class proprietary.datasources.arcsde.
UpdateableArcSDEDataSource
Delete this record from the database.
doDrawExecute(Drawer)
- Method in class gistoolkit.server.mapclient.command.
BasicCommand
execute the drawe command.
doDrawExecute(Drawer)
- Method in class gistoolkit.server.mapclient.command.
PanCommand
Called when the drawer completes
doDrawExecute(Drawer)
- Method in class gistoolkit.server.mapclient.command.
ZoomInCommand
Called when the drawer completes
doDrawExecute(Drawer)
- Method in class gistoolkit.server.mapclient.command.
ZoomOutCommand
Called when the drawer completes
doForward(Point)
- Method in class gistoolkit.projection.ellipsoid.transform.
CoordinateFrameRotation
Transform the coordinates in the forward direction
doForward(Point)
- Method in class gistoolkit.projection.ellipsoid.transform.
EllipsoidTransform
Convert the coordinates of the given point from reference to the From ellipsoid to reference to the To ellipsoid.
doForward(Point)
- Method in class gistoolkit.projection.ellipsoid.transform.
GeocentricTranslation
Transform the coordinates in the forward direction
doForward(Point)
- Method in class gistoolkit.projection.ellipsoid.transform.
LatitudeTranslation
Convert the coordinates of the given point from reference to the From ellipsoid to reference to the To ellipsoid.
doForward(Point)
- Method in class gistoolkit.projection.ellipsoid.transform.
LongitudeRotation
Convert the coordinates of the given point from reference to the From ellipsoid to reference to the To ellipsoid.
doForward(Point)
- Method in class gistoolkit.projection.ellipsoid.transform.
NoTransform
Transform in the forward direction, do nothing
doForward(Point)
- Method in class gistoolkit.projection.ellipsoid.transform.
PositionVectorTransform
Transform the coordinates in the forward direction
doGet(Request, Response)
- Method in interface gistoolkit.server.mapservice.
ExtensionService
Called when a request is sent to this service.
doGet(Request, Response)
- Method in class gistoolkit.server.mapservice.
SimpleExtensionService
Called when a request is sent to this service.
doGet(Request, Response)
- Method in class gistoolkit.server.mapservice.adminextender.
AdminExtender
Called when a request is sent to this service.
doGet(Request, Response, Server, Service)
- Static method in class gistoolkit.server.mapservice.adminextender.
DatasourceHandler
handle requests.
doGet(Request, Response, Server, Service, LayerDefinition, Style)
- Static method in class gistoolkit.server.mapservice.adminextender.
LabelerHandler
doGet(Request, Response, Server, Service)
- Static method in class gistoolkit.server.mapservice.adminextender.
LayerHandler
doGet(Request, Response, Server, Service)
- Static method in class gistoolkit.server.mapservice.adminextender.
ProjectionHandler
Projection function for the service aka, the To Projection.
doGet(Request, Response, Server, Service, LayerDefinition)
- Static method in class gistoolkit.server.mapservice.adminextender.
ProjectionHandler
Show function for the layer, aka, the From Projection.
doGet(Request, Response, Server, Service, LayerDefinition, Style)
- Static method in class gistoolkit.server.mapservice.adminextender.
RendererHandler
doGet(Request, Response, Server, Service)
- Static method in class gistoolkit.server.mapservice.adminextender.
ScaleBarHandler
Handle requests for the service.
doGet(Request, Response, Server)
- Static method in class gistoolkit.server.mapservice.adminextender.
ServerHandler
doGet(Request, Response, Server)
- Static method in class gistoolkit.server.mapservice.adminextender.
ServiceHandler
doGet(Request, Response, Server, Service, LayerDefinition, Style)
- Static method in class gistoolkit.server.mapservice.adminextender.
ShaderHandler
doGet(Request, Response, Server, Service, LayerDefinition)
- Static method in class gistoolkit.server.mapservice.adminextender.
StyleHandler
doGet(Request, Response, Server, Service)
- Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.
DB2SpatialHandler
handle requests.
doGet(Request, Response, Server, Service)
- Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.
ERMapperHandler
handle requests.
doGet(Request, Response, Server, Service)
- Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.
ImageDirectoryHandler
handle requests.
doGet(Request, Response, Server, Service)
- Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.
ImageFileHandler
handle requests.
doGet(Request, Response, Server, Service)
- Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.
MySQLHandler
handle requests.
doGet(Request, Response, Server, Service)
- Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.
OracleHandler
handle requests.
doGet(Request, Response, Server, Service)
- Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.
PostGISHandler
handle requests.
doGet(Request, Response, Server, Service)
- Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.
RasterCatalogHandler
handle requests.
doGet(Request, Response, Server, Service)
- Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.
SeamlessHandler
handle requests.
doGet(Request, Response, Server, Service)
- Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.
ShapeFileHandler
handle requests.
doGet(Request, Response, Server, Service)
- Static method in class gistoolkit.server.mapservice.adminextender.datasourcehandlers.
TerraserverHandler
handle requests.
doGet(Request, Response, Server, Service, LayerDefinition, Style, Labeler, int)
- Static method in class gistoolkit.server.mapservice.adminextender.labelerhandlers.
SimpleLabelerHandler
Handle requests for this labeler.
doGet(Request, Response, Server, Service, Projection)
- Static method in class gistoolkit.server.mapservice.adminextender.projectionhandlers.
AlbersEqualAreaProjectionHandler
doGet(Request, Response, Server, Service, LayerDefinition, Projection)
- Static method in class gistoolkit.server.mapservice.adminextender.projectionhandlers.
AlbersEqualAreaProjectionHandler
doGet(Request, Response, Server, Service, Projection)
- Static method in class gistoolkit.server.mapservice.adminextender.projectionhandlers.
LambertConicConformalProjectionHandler
doGet(Request, Response, Server, Service, LayerDefinition, Projection)
- Static method in class gistoolkit.server.mapservice.adminextender.projectionhandlers.
LambertConicConformalProjectionHandler
doGet(Request, Response, Server, Service, Projection)
- Static method in class gistoolkit.server.mapservice.adminextender.projectionhandlers.
NoProjectionHandler
doGet(Request, Response, Server, Service, LayerDefinition, Projection)
- Static method in class gistoolkit.server.mapservice.adminextender.projectionhandlers.
NoProjectionHandler
doGet(Request, Response, Server, Service, Projection)
- Static method in class gistoolkit.server.mapservice.adminextender.projectionhandlers.
UniversalTransverseMercatorProjectionHandler
doGet(Request, Response, Server, Service, LayerDefinition, Projection)
- Static method in class gistoolkit.server.mapservice.adminextender.projectionhandlers.
UniversalTransverseMercatorProjectionHandler
doGet(Request, Response, Server, Service, LayerDefinition, Style, Renderer, int)
- Static method in class gistoolkit.server.mapservice.adminextender.rendererhandlers.
PointImageRendererHandler
Handle requests for this Renderer.
doGet(Request, Response, Server, Service, ScaleBar)
- Static method in class gistoolkit.server.mapservice.adminextender.scalebarhandlers.
SimpleScaleBarHandler
doGet(Request, Response, Server, Service, LayerDefinition, Style, Shader)
- Static method in class gistoolkit.server.mapservice.adminextender.shaderhandlers.
BinShaderHandler
doGet(Request, Response, Server, Service, LayerDefinition, Style, Shader)
- Static method in class gistoolkit.server.mapservice.adminextender.shaderhandlers.
MonoShaderHandler
doGet(Request, Response, Server, Service, LayerDefinition, Style, Shader)
- Static method in class gistoolkit.server.mapservice.adminextender.shaderhandlers.
RangeShaderHandler
doGet(Request, Response)
- Method in class gistoolkit.server.mapservice.clientextender.
ClientExtender
Called when a request is sent to this service.
doGet(Request, Response)
- Method in class gistoolkit.server.mapservice.htmlclientextender.
HTMLClientExtender
Called when a request is sent to this service.
doImport()
- Method in class gistoolkit.datasources.mysql.
MySQLImporter
read the records from the shape file and insert them into the database.
doInsert(Record)
- Method in class gistoolkit.datasources.
SimpleDataSource
Insert the record into the data source.
doInsert(Record)
- Method in class gistoolkit.datasources.db2spatialextender.
UpdateableSpatialExtenderDataSource
Inserts the given record into the datasource.
doInsert(Record)
- Method in class gistoolkit.datasources.memory.
MemoryDataSource
Inserts the given record into the datasource.
doInsert(Record)
- Method in class gistoolkit.datasources.mysql.
UpdateableMySQLDataSource
Inserts the given record into the datasource.
doInsert(Record)
- Method in class gistoolkit.datasources.oracle.
UpdateableOracleDataSource
Inserts the given record into the datasource.
doInsert(Record)
- Method in class gistoolkit.datasources.postgis.
UpdateablePostGISDataSource
Inserts the given record into the datasource.
doInsert(Record)
- Method in class gistoolkit.datasources.shapefile.
ShapeFileDataSource
Insert the data source.
doInsert(Record)
- Method in class proprietary.datasources.arcsde.
UpdateableArcSDEDataSource
Inserts the given record into the datasource.
doOK()
- Method in class gistoolkit.application.dialog.
ShapeFileConverterDialog
doOK()
- Method in class gistoolkit.display.widgets.
GISToolkitDialog
Called when the OK button is selected.
doReverse(Point)
- Method in class gistoolkit.projection.ellipsoid.transform.
CoordinateFrameRotation
Transform the coordinates in the reverse direction
doReverse(Point)
- Method in class gistoolkit.projection.ellipsoid.transform.
EllipsoidTransform
Convert the coordinates of the given point from reference to the To ellipsoid to reference to the From ellipsoid.
doReverse(Point)
- Method in class gistoolkit.projection.ellipsoid.transform.
GeocentricTranslation
Transform the coordinates in the reverse direction
doReverse(Point)
- Method in class gistoolkit.projection.ellipsoid.transform.
LatitudeTranslation
Convert the coordinates of the given point from reference to the To ellipsoid to reference to the From ellipsoid.
doReverse(Point)
- Method in class gistoolkit.projection.ellipsoid.transform.
LongitudeRotation
Convert the coordinates of the given point from reference to the To ellipsoid to reference to the From ellipsoid.
doReverse(Point)
- Method in class gistoolkit.projection.ellipsoid.transform.
NoTransform
Transform in the reverse direction, do nothing
doReverse(Point)
- Method in class gistoolkit.projection.ellipsoid.transform.
PositionVectorTransform
Transform the coordinates in the reverse direction
doRollback()
- Method in class gistoolkit.datasources.
SimpleDataSource
Rollback any changes to this datasource since the last commit.
doRollback()
- Method in class gistoolkit.datasources.db2spatialextender.
UpdateableSpatialExtenderDataSource
Rollback any changes to this datasource since the last commit.
doRollback()
- Method in class gistoolkit.datasources.memory.
MemoryDataSource
Rollback any changes to this datasource since the last commit.
doSetup()
- Method in class gistoolkit.projection.
AlbersEqualAreaProjection
setup the projection
doSetup()
- Method in class gistoolkit.projection.
LambertConicConformalProjection
set up the projection
doSetup()
- Method in class gistoolkit.projection.
SimpleProjection
allow insertable setup data
doUpdate(Record)
- Method in class gistoolkit.datasources.
SimpleDataSource
Update the data source with the changed record.
doUpdate(Record)
- Method in class gistoolkit.datasources.db2spatialextender.
UpdateableSpatialExtenderDataSource
Update the data source with the changed record.
doUpdate(Record)
- Method in class gistoolkit.datasources.memory.
MemoryDataSource
Update the data source with the changed record.
doUpdate(Record)
- Method in class gistoolkit.datasources.mysql.
UpdateableMySQLDataSource
Update the data source with the changed record.
doUpdate(Record)
- Method in class gistoolkit.datasources.oracle.
UpdateableOracleDataSource
Update the data source with the changed record.
doUpdate(Record)
- Method in class gistoolkit.datasources.postgis.
UpdateablePostGISDataSource
Update the data source with the changed record.
doUpdate(Record)
- Method in class gistoolkit.datasources.shapefile.
ShapeFileDataSource
Update the data source with the changed record.
doUpdate(Record)
- Method in class proprietary.datasources.arcsde.
UpdateableArcSDEDataSource
Update the data source with the changed record.
done()
- Method in class gistoolkit.display.drawmodel.
EditNodesDrawModel
Ends the editing of the polygon, and updates the record.
done()
- Method in class gistoolkit.display.drawmodel.
NewShapeDrawModel
Called to finish drawing
dovalidate()
- Method in class gistoolkit.display.widgets.
GISMenuButton
Validate this button.
draw()
- Method in interface gistoolkit.display.
DrawModel
The function which is called to draw the image on the map.
draw()
- Method in class gistoolkit.display.drawmodel.
BoxDrawModel
The function which is called to draw the image on the map.
draw()
- Method in class gistoolkit.display.drawmodel.
EditNodesDrawModel
The function which is called to draw the image on the map.
draw()
- Method in class gistoolkit.display.drawmodel.
HighlightDrawModel
The method called to draw the images on the map.
draw()
- Method in class gistoolkit.display.drawmodel.
NewShapeDrawModel
Draw the shape on the screen
draw()
- Method in class gistoolkit.display.drawmodel.
PanDrawModel
The function which is called to draw the image on the map.
draw()
- Method in class gistoolkit.display.drawmodel.
SelectBoxModel
Draws the box on the screen, calls the draw in the super class to draw the shapes.
draw()
- Method in class gistoolkit.display.drawmodel.
SelectDrawModel
Draw the selected records
draw()
- Method in class gistoolkit.display.drawmodel.
SelectPointModel
Draw the selected records
draw()
- Method in class gistoolkit.display.drawmodel.
SelectPointsModel
Draws the box on the screen, calls the draw in the super class to draw the shapes.
draw()
- Method in class gistoolkit.display.drawmodel.
SimpleDrawModel
The function which is called to draw the image on the map.
draw(Graphics, Image, int, int, ImageObserver)
- Method in interface gistoolkit.server.mapclient.
Drawer
Draw the image on the screen
draw()
- Method in class gistoolkit.server.mapclient.drawer.
BasicDrawer
Causes a redraw from the image panel
draw(Graphics, Image, int, int, ImageObserver)
- Method in class gistoolkit.server.mapclient.drawer.
BasicDrawer
Draw the image on the screen
draw(Graphics, Image, int, int, ImageObserver)
- Method in class gistoolkit.server.mapclient.drawer.
BoxDrawer
Draw the image on the screen
draw(Graphics, Image, ImageObserver)
- Method in class gistoolkit.server.mapclient.drawer.
BoxDrawer
Draw the image on the screen
draw(Graphics, Image, int, int, ImageObserver)
- Method in class gistoolkit.server.mapclient.drawer.
ClickDrawer
Just draw the image on the graphics context
draw(Graphics, Image, int, int, ImageObserver)
- Method in class gistoolkit.server.mapclient.drawer.
PanDrawer
Draw the image on the screen
drawHighlight(Record, Graphics, Converter)
- Method in class gistoolkit.display.
Layer
Draw the layer on the map with the given bounds
drawHighlight(Record, Graphics, Converter)
- Method in class gistoolkit.display.
Style
Function called when a shape is to be drawn.
drawImage(Graphics, Point, Converter)
- Method in class gistoolkit.display.renderer.
PointImageRenderer
Draw the image.
drawImage(Converter)
- Method in class gistoolkit.server.
ImageGenerator
Draw the map to an immage and return the image.
drawImageHighlight(Graphics, Point, Converter)
- Method in class gistoolkit.display.renderer.
PointImageRenderer
Draw the image.
drawLabel(Record, Graphics, Converter, Shader)
- Method in interface gistoolkit.display.
Labeler
Draw the label for the record on the graphics context
drawLabel(Record, Graphics, Converter)
- Method in class gistoolkit.display.
Style
Function called when a shape is to be drawn.
drawLabel(Record, Graphics, Converter)
- Method in class gistoolkit.display.labeler.
FeatureLabeler
Draw the label for the record on the graphics context
drawLabel(String, Shape, Graphics, Converter, OverlapManager)
- Method in class gistoolkit.display.labeler.
LineLabeler
drawLabel(Record, Graphics, Converter)
- Method in class gistoolkit.display.labeler.
LineLabeler
Draw the label for the record on the graphics context
drawLabel(Record, Graphics, Converter)
- Method in class gistoolkit.display.labeler.
MultipleLabeler
Draw the label for the record on the graphics context
drawLabel(Record, Graphics, Converter)
- Method in class gistoolkit.display.labeler.
PolygonLabeler
Draw the label for the record on the graphics context
drawLabel(String, Shape, Graphics, Converter, OverlapManager)
- Method in class gistoolkit.display.labeler.
PolygonLabeler
Draw the label for the record on the graphics context
drawLabel(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.labeler.
SimpleLabeler
Draw the label for the record on the graphics context
drawLabel(Record, Graphics, Converter)
- Method in class gistoolkit.display.labeler.
SimpleLabeler
Draw the record after checking for not null.
drawLabelHighlight(Record, Graphics, Converter, Shader)
- Method in interface gistoolkit.display.
Labeler
Highlight the Label when the shape is highlighted.
drawLabelHighlight(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.labeler.
SimpleLabeler
Highlight the Label when the shape is highlighted.
drawLayer(Graphics, Converter)
- Method in class gistoolkit.display.
Layer
Draw the layer on the map with the given bounds
drawLayersAsync()
- Method in class gistoolkit.display.
GISDisplay
Draws the layers asynchronously.
drawLine(Graphics, LineString, Converter)
- Method in class gistoolkit.display.renderer.
LineRenderer
Draws the actual line, the draw shape routine calls this routine.
drawLinePoints(Graphics, LineString, Converter)
- Method in class gistoolkit.display.renderer.
LineRenderer
Draws the Shapes
drawPoint(Point)
- Method in class gistoolkit.display.drawmodel.
EditNodesDrawModel
The function which is called to draw the point on the screen.
drawPoint(Graphics, Point, Converter)
- Method in class gistoolkit.display.renderer.
PointRenderer
Draw the point.
drawPointPoints(Graphics, Point, Converter)
- Method in class gistoolkit.display.renderer.
PointRenderer
Draw the point.
drawScale(Graphics, Converter, int, int)
- Method in interface gistoolkit.display.
ScaleBar
Method to draw a scale bar on the graphics context.
drawScale(Graphics, Converter, int, int)
- Method in class gistoolkit.display.scalebar.
MeterToEnglishScaleBar
Method to draw a scale bar on the graphics context.
drawScale(Graphics, Converter, int, int)
- Method in class gistoolkit.display.scalebar.
MeterToMetricScaleBar
Method to draw a scale bar on the graphics context.
drawScale(Graphics, Converter, int, int)
- Method in class gistoolkit.display.scalebar.
SimpleScaleBar
Method to draw a scale bar on the graphics context.
drawShape(Record, Graphics, Converter, Shader)
- Method in interface gistoolkit.display.
Renderer
Draw the shape.
drawShape(Record, Graphics, Converter)
- Method in class gistoolkit.display.
Style
Function called when a shape is to be drawn.
drawShape(Record, Graphics, Converter, boolean)
- Method in class gistoolkit.display.
Style
Function called when a shape is to be drawn, boolean if the top shader should be used.
drawShape(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
FeatureRenderer
Draws the line by drawing lines between the points.
drawShape(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
LineRenderer
Draws the line by drawing lines between the points.
drawShape(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
MultiLineRenderer
Draws the Shapes
drawShape(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
MultiPointRenderer
Draws the Shapes
drawShape(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
MultiPolygonRenderer
Draws shapes in a single color,
drawShape(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
PointImageRenderer
Draws the line by drawing lines between the points.
drawShape(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
PointRenderer
Draws the line by drawing lines between the points.
drawShape(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
PolygonRenderer
Draws the Shapes
drawShape(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
RasterRenderer
Draw the shape.
drawShape(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
SimpleRenderer
Draw the shape.
drawShapeHighlight(Record, Graphics, Converter, Shader)
- Method in interface gistoolkit.display.
Renderer
Highlight the shape.
drawShapeHighlight(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
FeatureRenderer
Draws the Line in the highlight color.
drawShapeHighlight(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
LineRenderer
Draws the Line in the highlight color.
drawShapeHighlight(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
MultiLineRenderer
Draws the Shapes
drawShapeHighlight(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
MultiPointRenderer
Draws the Shapes
drawShapeHighlight(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
MultiPolygonRenderer
Draws shapes in a single color,
drawShapeHighlight(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
PointImageRenderer
Draws the Line in the highlight color.
drawShapeHighlight(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
PointRenderer
Draws the Line in the highlight color.
drawShapeHighlight(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
PolygonRenderer
Draws the Shapes
drawShapeHighlight(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
RasterRenderer
Highlight the shape.
drawShapeHighlight(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
SimpleRenderer
Highlight the shape.
drawShapePoints(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
FeatureRenderer
Draws the Shapes
drawShapePoints(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
LineRenderer
Draws the Shapes
drawShapePoints(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
MultiLineRenderer
Draws the Shapes
drawShapePoints(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
MultiPointRenderer
Draws the Shapes
drawShapePoints(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
MultiPolygonRenderer
Draws shapes in a single color,
drawShapePoints(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
PointRenderer
Draws the Shapes
drawShapePoints(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
PolygonRenderer
Draws the Shapes
drawShapePoints(Record, Graphics, Converter, Shader)
- Method in class gistoolkit.display.renderer.
RasterRenderer
drawString(String, Graphics2D, float, float, float, float)
- Static method in class gistoolkit.display.labeler.
SimpleLabeler
Draw the string even if it contains carrage returns.
drawexecute(Drawer)
- Method in interface gistoolkit.server.mapclient.
Command
Called when the drawer completes
drawexecute(Drawer)
- Method in class gistoolkit.server.mapclient.command.
BasicCommand
Called when the drawer completes
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z