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

E

EAST - Static variable in class gistoolkit.display.labeler.SimpleLabeler
 
EPS10 - Static variable in class gistoolkit.projection.LambertConicConformalProjection
determination of how close this projection should be.
EPSGEllipsoid - class gistoolkit.projection.ellipsoid.EPSGEllipsoid.
Place to store the additional imformation provided by EPSG.
EPSGEllipsoid() - Constructor for class gistoolkit.projection.ellipsoid.EPSGEllipsoid
Creates new EPSGEllipsoid
EQUAL_LIMIT - Static variable in class gistoolkit.features.Shape
This is the number the shapes use to determine if one double is equal to another.
ERMapperDataSourcePanel - class proprietary.datasources.ermapper.ERMapperDataSourcePanel.
Panel for collecting the information required for creating an Earth Resource Mapping data source.
ERMapperDataSourcePanel() - Constructor for class proprietary.datasources.ermapper.ERMapperDataSourcePanel
Construct a new Earth Resource Mapping panel.
ERMapperDataSourcePanel(LayoutManager) - Constructor for class proprietary.datasources.ermapper.ERMapperDataSourcePanel
Construct a new Earth Resource Mapping panel.
ERMapperDataSourcePanel(LayoutManager, boolean) - Constructor for class proprietary.datasources.ermapper.ERMapperDataSourcePanel
Construct a new Earth Resource Mapping panel.
ERMapperDataSourcePanel(boolean) - Constructor for class proprietary.datasources.ermapper.ERMapperDataSourcePanel
Construct a new Earth Resource Mapping panel.
ERMapperDatasource - class proprietary.datasources.ermapper.ERMapperDatasource.
Class to allow reading images using the ERMapper wavelet protocol.
ERMapperDatasource() - Constructor for class proprietary.datasources.ermapper.ERMapperDatasource
Creates a new instance of ERMapperDatasource
ERMapperDatasource(String) - Constructor for class proprietary.datasources.ermapper.ERMapperDatasource
Creates a new instance of ERMapperDatasource with the given location.
ERMapperHandler - class gistoolkit.server.mapservice.adminextender.datasourcehandlers.ERMapperHandler.
Class to handle the creation of the ermapper data source, display the parameters, and handle the return values.
ERMapperHandler() - Constructor for class gistoolkit.server.mapservice.adminextender.datasourcehandlers.ERMapperHandler
 
EXCEPTIONS - Static variable in class gistoolkit.server.mapservice.OGC1_0_0Parser
 
EXCEPTIONS - Static variable in class gistoolkit.server.mapservice.OGC1_1_1Parser
 
EXTENDER_CLASS_TAG - Static variable in class gistoolkit.server.mapservice.WebMapService
 
EXTENDER_NODE - Static variable in class gistoolkit.server.mapservice.WebMapService
 
EditCommand - class gistoolkit.application.command.EditCommand.
Command to select objects on the display to edit, and then edit (move the nodes of the selected object) Creation date: (4/24/2001 2:17:21 PM)
EditCommand() - Constructor for class gistoolkit.application.command.EditCommand
SelectCommand constructor comment.
EditCommand(GISEditor) - Constructor for class gistoolkit.application.command.EditCommand
Construct a simple command with this display.
EditNodesDrawModel - class gistoolkit.display.drawmodel.EditNodesDrawModel.
A model used for highlighting features on the map as the pointer is moved over it.
EditNodesDrawModel() - Constructor for class gistoolkit.display.drawmodel.EditNodesDrawModel
Create a new EditNodesDrawModel.
EditNodesDrawModel(Command) - Constructor for class gistoolkit.display.drawmodel.EditNodesDrawModel
Create a new EditNodesDrawModel, with a connection to the command.
EditNodesDrawModelEvent - class gistoolkit.display.drawmodel.EditNodesDrawModelEvent.
Holds Information about the events taking place within the Edit Nodes Draw Model.
EditNodesDrawModelEvent(int, Shape) - Constructor for class gistoolkit.display.drawmodel.EditNodesDrawModelEvent
Creates new EditNodesDrawModelEvent with the given type and shape.
EditNodesDrawModelEvent(int, Shape, Point) - Constructor for class gistoolkit.display.drawmodel.EditNodesDrawModelEvent
Creates new EditNodesDrawModelEvent with the specified type, Shape and the affected point.
EditNodesDrawModelListener - interface gistoolkit.display.drawmodel.EditNodesDrawModelListener.
Allows listeners to react to changes in the EdnitNodesDrawModel
EditableProjection - interface gistoolkit.projection.EditableProjection.
Allows the user interface to edit the properties of a particular projection.
EditableShader - interface gistoolkit.display.shader.EditableShader.
Allows the application to detect if this shader can be edited.
Ellipsoid - interface gistoolkit.projection.Ellipsoid.
Class to contain the parameters associated with an elipsoid used in modeling the lat long measurements of the earth.
EllipsoidFactory - class gistoolkit.projection.ellipsoid.EllipsoidFactory.
Reads the Ellipsoid text file to create the requested Ellipsoid.
EllipsoidFactory() - Constructor for class gistoolkit.projection.ellipsoid.EllipsoidFactory
Creates new EllipsoidFactory
EllipsoidProjection - interface gistoolkit.projection.EllipsoidProjection.
Interface to allow the conversion routine to convert from one projection bassed on one ellipsoid to another bassed on a different ellipsoid automatically.
EllipsoidTransform - class gistoolkit.projection.ellipsoid.transform.EllipsoidTransform.
Super class for all EllipsoidConversion routines.
EllipsoidTransform() - Constructor for class gistoolkit.projection.ellipsoid.transform.EllipsoidTransform
Creates new EllipsoidConversion
EllipsoidTransform(Ellipsoid, Ellipsoid) - Constructor for class gistoolkit.projection.ellipsoid.transform.EllipsoidTransform
Create new Ellipsoid from the given ellipsoids
Envelope - class gistoolkit.features.Envelope.
Class to represent a 2 dimensional rectangular area in space.
Envelope(double, double, double, double) - Constructor for class gistoolkit.features.Envelope
Create a new Envelope with the given values.
EnvelopeBuffer - class gistoolkit.features.featureutils.EnvelopeBuffer.
Class to allow changes to an envelope.
EnvelopeBuffer() - Constructor for class gistoolkit.features.featureutils.EnvelopeBuffer
Creates an empty EnvelopeBuffer.
EnvelopeBuffer(Envelope) - Constructor for class gistoolkit.features.featureutils.EnvelopeBuffer
Creates a new instance of EnvelopeBuffer
EnvelopeOverlap(Envelope, Point) - Static method in class gistoolkit.projection.ImageProjector
Determines if the two rectangles overlap.
EnvelopeShapeFileReader - class gistoolkit.datasources.shapefile.EnvelopeShapeFileReader.
A ShapeFileReader is used to pull shapes out of a shapefile one at a time.
EnvelopeShapeFileReader(String) - Constructor for class gistoolkit.datasources.shapefile.EnvelopeShapeFileReader
Create a reader on the named file
ExitCommand - class gistoolkit.application.command.ExitCommand.
Exits the application.
ExitCommand(GISEditor) - Constructor for class gistoolkit.application.command.ExitCommand
Creates new ExitCommand
Expression - class gistoolkit.datasources.filter.Expression.
Class to handle multiple filters.
Expression() - Constructor for class gistoolkit.datasources.filter.Expression
Creates new Expression for use with the set node method only.
Expression(Filter, int, Filter) - Constructor for class gistoolkit.datasources.filter.Expression
Creates new Expression
ExtensionService - interface gistoolkit.server.mapservice.ExtensionService.
Provides the ability to plug additional functionality into the map service.
Extents - class gistoolkit.server.mapclient.Extents.
Represents a rectangular bounding box.
Extents() - Constructor for class gistoolkit.server.mapclient.Extents
Create a new Extents with null values.
Extents(double, double, double, double) - Constructor for class gistoolkit.server.mapclient.Extents
Create a new Extents with the given values.
ExtentsM - class gistoolkit.datasources.shapefile.ExtentsM.
Extents to support the M value
ExtentsM(double, double, double, double) - Constructor for class gistoolkit.datasources.shapefile.ExtentsM
ExtentsZ constructor comment.
ExtentsM(double, double, double, double, double, double) - Constructor for class gistoolkit.datasources.shapefile.ExtentsM
ExtentsZ constructor comment.
ExtentsZ - class gistoolkit.datasources.shapefile.ExtentsZ.
Insert the type's description here.
ExtentsZ(double, double, double, double) - Constructor for class gistoolkit.datasources.shapefile.ExtentsZ
ExtentsZ constructor comment.
ExtentsZ(double, double, double, double, double, double) - Constructor for class gistoolkit.datasources.shapefile.ExtentsZ
ExtentsZ constructor comment.
ExtentsZ(double, double, double, double, double, double, double, double) - Constructor for class gistoolkit.datasources.shapefile.ExtentsZ
ExtentsZ constructor comment.
editRenderer(Renderer) - Method in class gistoolkit.application.layers.RendererSelectPanel
 
encode(String) - Static method in class gistoolkit.datasources.webservice.UTF8Encoder
Helper method to encode a string using UTF-8 encoding.
encode(String) - Static method in class gistoolkit.server.UTF8Encoder
Helper method to encode a string using UTF-8 encoding.
encode(String) - Static method in class gistoolkit.server.mapclient.UTF8Encoder
Helper method to encode a string using UTF-8 encoding.
encodeString(String) - Static method in class gistoolkit.display.labeler.MultipleLabeler
encode the carage returns in a different string form for storage.
end() - Method in class gistoolkit.datasources.terraserver.TerraserverPerformanceLog
 
endDraw() - Method in interface gistoolkit.display.Renderer
Called after the layer has completed rendering.
endDraw() - Method in class gistoolkit.display.Style
Calls the endDraw() method on the renderers.
endDraw() - Method in class gistoolkit.display.renderer.FeatureRenderer
Called after the layer has completed rendering.
endDraw() - Method in class gistoolkit.display.renderer.SimpleRenderer
Called after the layer has completed rendering.
endLabel() - Method in interface gistoolkit.display.Labeler
Called after the layer has completed labeling.
endLabel() - Method in class gistoolkit.display.Style
Calls the endLabel() method on the labelers.
endLabel() - Method in class gistoolkit.display.labeler.FeatureLabeler
Called after the layer has completed labeling.
endLabel() - Method in class gistoolkit.display.labeler.MultipleLabeler
Called after the layer has completed labeling.
endLabel() - Method in class gistoolkit.display.labeler.SimpleLabeler
Called after the layer has completed labeling.
ensureClosed() - Method in class gistoolkit.features.LinearRing
Ensure that the ring is closed
envelopeChanged(Envelope) - Method in class gistoolkit.application.GISEditor
Extents have changed
envelopeChanged(Envelope) - Method in class gistoolkit.application.command.PreviousZoomCommand
Extents have changed
envelopeChanged(Envelope) - Method in interface gistoolkit.display.GISDisplayListener
Extents have changed
equals(Object) - Method in class gistoolkit.features.Point
 
equals(double, double) - Method in class gistoolkit.features.Point
 
equiv(DbaseFileStream) - Method in class gistoolkit.datasources.shapefile.DbaseFileStream
Returns equivalency between this reader and another.
equiv(ShapeFileStream) - Method in class gistoolkit.datasources.shapefile.ShapeFileStream
Returns equivalency between this "stream" and another.
execute() - Method in class gistoolkit.application.command.AboutCommand
Perform the action
execute() - Method in class gistoolkit.application.command.CenterOnPointCommand
 
execute() - Method in class gistoolkit.application.command.CopyCommand
Execute the cut command
execute() - Method in class gistoolkit.application.command.CutCommand
Execute the cut command
execute() - Method in class gistoolkit.application.command.DeleteCommand
Sets the draw model in the display.
execute() - Method in class gistoolkit.application.command.EditCommand
Sets the draw model in the display.
execute() - Method in class gistoolkit.application.command.ExitCommand
Perform the action
execute() - Method in class gistoolkit.application.command.ImageChopperCommand
Executed when the button is pushed.
execute() - Method in class gistoolkit.application.command.LegendCommand
Executed when the button is pushed.
execute() - Method in class gistoolkit.application.command.NewLayerCommand
Performs the action
execute() - Method in class gistoolkit.application.command.NewShapeCommand
Sets the draw model in the display.
execute() - Method in class gistoolkit.application.command.OpenConfigurationCommand
 
execute() - Method in class gistoolkit.application.command.OpenLayerCommand
Performs the action
execute() - Method in class gistoolkit.application.command.PanCommand
Sets the draw model in the display.
execute() - Method in class gistoolkit.application.command.PasteCommand
Execute the paste command
execute() - Method in class gistoolkit.application.command.PreviousZoomCommand
Sets the draw model in the display.
execute() - Method in class gistoolkit.application.command.PrintCommand
Sets the draw model in the display.
execute() - Method in class gistoolkit.application.command.ProjectionCommand
Show the Projection dialog, and then update the display
execute() - Method in class gistoolkit.application.command.RasterCatalogCreatorCommand
Executed when the button is pushed.
execute() - Method in class gistoolkit.application.command.ResetEnvelopeCommand
Sets the draw model in the display.
execute() - Method in class gistoolkit.application.command.SaveCommand
Perform the action
execute() - Method in class gistoolkit.application.command.SaveConfigurationCommand
Saves the configuration information.
execute() - Method in class gistoolkit.application.command.SaveImageCommand
Perform the action
execute() - Method in class gistoolkit.application.command.SaveSVGCommand
Perform the action
execute() - Method in class gistoolkit.application.command.SaveSelectionCommand
Execute the cut command
execute() - Method in class gistoolkit.application.command.ScaleBarCommand
Executed when the button is pushed.
execute() - Method in class gistoolkit.application.command.SelectAllCommand
Sets the draw model in the display.
execute() - Method in class gistoolkit.application.command.SelectCommand
Sets the draw model in the display.
execute() - Method in class gistoolkit.application.command.SelectMultiCommand
Sets the draw model in the display.
execute() - Method in class gistoolkit.application.command.ShapeFileProjectorCommand
Executed when the button is pushed.
execute() - Method in class gistoolkit.application.command.ShowAttributeCommand
Sets the draw model in the display.
execute() - Method in class gistoolkit.application.command.SimpleCommand
Execute is called when the button is pressed.
execute() - Method in class gistoolkit.application.command.ZoomInCommand
Sets the draw model in the display.
execute() - Method in class gistoolkit.application.command.ZoomOutCommand
Sets the draw model in the display.
execute() - Method in class gistoolkit.application.command.ZoomToSelectedShapesCommand
Zooms to the selected records, or the selected layer if no records selected.
execute() - Method in interface gistoolkit.display.Command
called to execute this command from a button
execute() - Method in interface gistoolkit.server.mapclient.Command
Called when the command is executed.
execute() - Method in class gistoolkit.server.mapclient.command.BasicCommand
Called when the command is executed.
execute() - Method in class gistoolkit.server.mapclient.command.PalletCommand
Called when the command is executed.
execute() - Method in class gistoolkit.server.mapclient.command.PanCommand
Called when the command is executed.
execute() - Method in class gistoolkit.server.mapclient.command.ZoomInCommand
Called when the command is executed.
execute() - Method in class gistoolkit.server.mapclient.command.ZoomOutCommand
Called when the command is executed.
executeAlternate(DrawModel) - Method in class gistoolkit.application.command.SimpleCommand
Called when the alternate path in the draw model is executed.
executeDraw(DrawModel) - Method in class gistoolkit.application.command.CenterOnPointCommand
 
executeDraw(DrawModel) - Method in class gistoolkit.application.command.DeleteCommand
If there is a record selected, then delete it.
executeDraw(DrawModel) - Method in class gistoolkit.application.command.EditCommand
On the first call for the select model, it will change the model to the edit model.
executeDraw(DrawModel) - Method in class gistoolkit.application.command.NewShapeCommand
Called when the draw model has completed it's action.
executeDraw(DrawModel) - Method in class gistoolkit.application.command.PanCommand
On the first call for the select model, it will change the model to the edit model.
executeDraw(DrawModel) - Method in class gistoolkit.application.command.SelectMultiCommand
Called when the draw model has completed it's action.
executeDraw(DrawModel) - Method in class gistoolkit.application.command.SimpleCommand
This method is called by the draw model when it has completed it's task.
executeDraw(DrawModel) - Method in class gistoolkit.application.command.ZoomInCommand
On the first call for the select model, it will change the model to the edit model.
executeDraw(DrawModel) - Method in class gistoolkit.application.command.ZoomOutCommand
On the first call for the select model, it will change the model to the edit model.
executeDraw(DrawModel) - Method in interface gistoolkit.display.Command
called from the trigger of the draw model
expandToInclude(Envelope) - Method in class gistoolkit.features.featureutils.EnvelopeBuffer
Expands this envelope to include the envelope sent in.
expandToInclude(Point) - Method in class gistoolkit.features.featureutils.EnvelopeBuffer
Expands this envelope to include the Point sent in.
expandToInclude(double, double) - Method in class gistoolkit.features.featureutils.EnvelopeBuffer
Expands this envelope to include the Point sent in.

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