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
T
TILE_HEIGHT
- Static variable in class gistoolkit.datasources.terraserver.
TerraserverDataSource
TILE_WIDTH
- Static variable in class gistoolkit.datasources.terraserver.
TerraserverDataSource
TIMESTAMP
- Static variable in class gistoolkit.features.
AttributeType
The type used for date and time information.
TRANSPARENT
- Static variable in class gistoolkit.server.mapservice.
OGC1_0_0Parser
TRANSPARENT
- Static variable in class gistoolkit.server.mapservice.
OGC1_1_1Parser
TWOPI
- Static variable in class gistoolkit.projection.
SimpleProjection
Pi * 2
TerraserverDataSource
- class gistoolkit.datasources.terraserver.
TerraserverDataSource
.
Allows the retrieval of image data from terraserver.
TerraserverDataSource()
- Constructor for class gistoolkit.datasources.terraserver.
TerraserverDataSource
Creates new TerraserverDataSource
TerraserverDataSourcePanel
- class gistoolkit.application.layers.layerpanel.
TerraserverDataSourcePanel
.
A panel for entering the information associated with connecting to terraserver.
TerraserverDataSourcePanel()
- Constructor for class gistoolkit.application.layers.layerpanel.
TerraserverDataSourcePanel
Creates new TerraserverDataSourcePanel
TerraserverHandler
- class gistoolkit.server.mapservice.adminextender.datasourcehandlers.
TerraserverHandler
.
Class to handle the creation of the Terraserver data source, display the parameters, and handle the return values.
TerraserverHandler()
- Constructor for class gistoolkit.server.mapservice.adminextender.datasourcehandlers.
TerraserverHandler
TerraserverPerformanceLog
- class gistoolkit.datasources.terraserver.
TerraserverPerformanceLog
.
Class to keep track of performance statistics for the TerraserverDataSource.
TerraserverPerformanceLog(StringBuffer)
- Constructor for class gistoolkit.datasources.terraserver.
TerraserverPerformanceLog
Creates a new instance of TerraserverPerformanceLog
TransformEditPanel
- class gistoolkit.projection.ellipsoid.transform.
TransformEditPanel
.
A super class allowing the editing of a particular transform.
TransformEditPanel()
- Constructor for class gistoolkit.projection.ellipsoid.transform.
TransformEditPanel
Creates new TransformEditPanel
TransformFactory
- class gistoolkit.projection.ellipsoid.transform.
TransformFactory
.
Class to contain the list of all known transforms, and to find prepopulated transforms for a given set of ellipsoids.
TransformFactory()
- Constructor for class gistoolkit.projection.ellipsoid.transform.
TransformFactory
Creates new TransformFactory
TransversMercatorProjection
- class gistoolkit.projection.
TransversMercatorProjection
.
Performs a Transvers Mercator projection from Latitude Longitude to UTM or so.
TransversMercatorProjection()
- Constructor for class gistoolkit.projection.
TransversMercatorProjection
Creates new TransversMercatorProjection
tableChanged(TableModelEvent)
- Method in class gistoolkit.display.shapeeditor.
LineStringEditor
Called when changes to the tables happen, used to update the points.
tableChanged(TableModelEvent)
- Method in class gistoolkit.display.shapeeditor.
LinearRingEditor
tableChanged(TableModelEvent)
- Method in class gistoolkit.display.shapeeditor.
MultiPointEditor
Called when changes happen to the table model, used to update the points.
tempMaxInt
- Variable in class gistoolkit.datasources.db2spatialextender.
UpdateableSpatialExtenderDataSource
toCartesian(Ellipsoid, Point, CartesianPoint)
- Static method in class gistoolkit.projection.ellipsoid.transform.
EllipsoidTransform
Convert the given point from polar coordinates on the given from ellipsoid to cartesizn coordinates.
toPolar(Ellipsoid, CartesianPoint, Point)
- Static method in class gistoolkit.projection.ellipsoid.transform.
EllipsoidTransform
Convert the given point from it's Cartesian representation to a point on the given TO ellipsoid
toSQL(Object, AttributeType, int)
- Method in interface gistoolkit.datasources.
SQLConverter
Take the given type, of the given value, and convert it to the sql string needed for insertion into the database.
toSQL(Object, AttributeType, int)
- Method in class gistoolkit.datasources.
SimpleSQLConverter
Take the given type, of the given value, and convert it to the sql string needed for insertion into the database.
toSQLDate(Object, AttributeType)
- Method in interface gistoolkit.datasources.
SQLConverter
Convert the object to the JDBC Date representaion for the database.
toSQLDate(Date, AttributeType)
- Method in interface gistoolkit.datasources.
SQLConverter
Convert a java date into the JDBC date representaion for this database.
toSQLDate(String, AttributeType)
- Method in interface gistoolkit.datasources.
SQLConverter
Convert a string into the JDBC date representaion for this database.
toSQLDate(Object, AttributeType)
- Method in class gistoolkit.datasources.
SimpleSQLConverter
Convert the object to the JDBC Date representaion for the database.
toSQLDate(Date, AttributeType)
- Method in class gistoolkit.datasources.
SimpleSQLConverter
Convert a java date into the JDBC date representaion for this database.
toSQLDate(String, AttributeType)
- Method in class gistoolkit.datasources.
SimpleSQLConverter
Convert a string into the JDBC date representaion for this database.
toSQLDate(Date, AttributeType)
- Method in class gistoolkit.datasources.db2spatialextender.
DB2SQLConverter
Convert a java date into the JDBC date representaion for this database.
toSQLDecimal(Object, AttributeType)
- Method in interface gistoolkit.datasources.
SQLConverter
Convert an object into the JDBC decimal representaion for this database.
toSQLDecimal(Object, AttributeType)
- Method in class gistoolkit.datasources.
SimpleSQLConverter
Convert an object into the JDBC decimal representaion for this database.
toSQLInteger(Object, AttributeType)
- Method in interface gistoolkit.datasources.
SQLConverter
Convert an object into the JDBC Integer representaion for this database.
toSQLInteger(Object, AttributeType)
- Method in class gistoolkit.datasources.
SimpleSQLConverter
Convert an object into the JDBC Integer representaion for this database.
toSQLString(Object, AttributeType)
- Method in interface gistoolkit.datasources.
SQLConverter
Convert the object to a JDBC Character representation for the database.
toSQLString(Object, AttributeType)
- Method in class gistoolkit.datasources.
SimpleSQLConverter
Convert the object to a JDBC Character representation for the database.
toScreenX(double)
- Method in class gistoolkit.display.
Converter
Converts the given world coordinate in X to a screen pixel coordinate in X.
toScreenX(double)
- Method in class gistoolkit.server.mapclient.
Converter
Converts the given world coordinate in X to a screen pixel coordinate in X.
toScreenY(double)
- Method in class gistoolkit.display.
Converter
Converts the given world coordinate in Y to a screen pixel coordinate in Y.
toScreenY(double)
- Method in class gistoolkit.server.mapclient.
Converter
Converts the given world coordinate in Y to a screen pixel coordinate in Y.
toString()
- Method in class gistoolkit.common.
Node
toString()
- Method in class gistoolkit.datasources.filter.
AttributeFilter
The tostring for this filter will nust return the name.
toString()
- Method in class gistoolkit.datasources.filter.
ShapeFilter
The tostring for this filter will nust return the name.
toString()
- Method in class gistoolkit.datasources.imagefile.
ImageChopperEvent
Create a string representation of this message.
toString()
- Method in class gistoolkit.datasources.terraserver.
TerraserverPerformanceLog
Get the return.
toString()
- Method in class gistoolkit.datasources.webservice.
Layer
toString()
- Method in class gistoolkit.datasources.webservice.
Style
returns the title of the style
toString()
- Method in class gistoolkit.display.
Layer
Insert the method's description here.
toString()
- Method in class gistoolkit.display.labeler.
SimpleLabeler
Return the name of the labeler.
toString()
- Method in class gistoolkit.display.renderer.
FeatureRenderer
For display in lists and such.
toString()
- Method in class gistoolkit.display.renderer.
LineRenderer
For display in lists and such.
toString()
- Method in class gistoolkit.display.renderer.
MultiLineRenderer
For display in lists and such.
toString()
- Method in class gistoolkit.display.renderer.
MultiPointRenderer
For display in lists and such.
toString()
- Method in class gistoolkit.display.renderer.
MultiPolygonRenderer
For display in lists and such.
toString()
- Method in class gistoolkit.display.renderer.
PointImageRenderer
For display in lists and such.
toString()
- Method in class gistoolkit.display.renderer.
PointRenderer
For display in lists and such.
toString()
- Method in class gistoolkit.display.renderer.
PolygonRenderer
For display in lists and such.
toString()
- Method in class gistoolkit.display.renderer.
RasterRenderer
For display in lists and such.
toString()
- Method in class gistoolkit.features.
Envelope
The to string method for debugging.
toString()
- Method in class gistoolkit.features.
LinearRing
Returns the string representation of this Ring.
toString()
- Method in class gistoolkit.features.
Point
Returns the string representation of this point.
toString()
- Method in class gistoolkit.projection.
NoProjection
Display the type of projection
toString()
- Method in class gistoolkit.projection.
SimpleProjection
Return the name of the projection
toString()
- Method in class gistoolkit.projection.
UniversalTransverseMercatorProjection
Display the type of projection
toString()
- Method in class gistoolkit.projection.ellipsoid.
SimpleEllipsoid
Return the name of the Ellipsoid as the to string value.
toString()
- Method in class gistoolkit.projection.ellipsoid.transform.
EllipsoidTransform
To appear in a combo box.
toString()
- Method in class gistoolkit.projection.ellipsoid.transform.
Matrix
String representation of the matrix for debugging purposes
toString()
- Method in class gistoolkit.server.
FilterInfo
To string method for debugging purposes.
toString()
- Method in class gistoolkit.server.mapclient.
Extents
The to string method for debugging.
toString()
- Method in class gistoolkit.server.mapclient.wmsclient.
Layer
toString()
- Method in class gistoolkit.server.mapclient.wmsclient.
Style
returns the title of the style
toWorldX(int)
- Method in class gistoolkit.display.
Converter
Converts the given screen X pixel coordinate to a world X coordinate.
toWorldX(int)
- Method in class gistoolkit.server.mapclient.
Converter
Converts the given screen X pixel coordinate to a world X coordinate.
toWorldY(int)
- Method in class gistoolkit.display.
Converter
Converts the given screen Y pixel coordinate to a world Y coordinate.
toWorldY(int)
- Method in class gistoolkit.server.mapclient.
Converter
Converts the given screen Y pixel coordinate to a world Y coordinate.
transactionCommitted(DataSourceEvent)
- Method in interface gistoolkit.datasources.
DataSourceListener
Called when the datasource commits the data.
transactionRolledBack(DataSourceEvent)
- Method in interface gistoolkit.datasources.
DataSourceListener
Called when the datasource rollsback the data.
translate(double, double)
- Method in class gistoolkit.features.
LineString
Translate the shape the given distance in the X and Y directions
translate(double, double)
- Method in class gistoolkit.features.
LinearRing
Translate the shape the given distance in the X and Y directions
translate(double, double)
- Method in class gistoolkit.features.
MultiLineString
Translate the shape the given distance in the X and Y directions
translate(double, double)
- Method in class gistoolkit.features.
MultiPoint
Translate the shape the given distance in the X and Y directions
translate(double, double)
- Method in class gistoolkit.features.
MultiPolygon
Translate the shape the given distance in the X and Y directions
translate(double, double)
- Method in class gistoolkit.features.
Point
Translate the shape the given distance in the X and Y directions
translate(double, double)
- Method in class gistoolkit.features.
Polygon
Translate the shape the given distance in the X and Y directions
translate(double, double)
- Method in class gistoolkit.features.
RasterShape
Translate the shape the given distance in the X and Y directions
translate(double, double)
- Method in class gistoolkit.features.
Shape
Translate the shape the given distance in the X and Y directions
translate(double, double)
- Method in class gistoolkit.features.featureutils.
EnvelopeBuffer
Translate this envelope buffer the given distance in X and Y.
translate(double, double)
- Method in class gistoolkit.server.mapclient.
Extents
Translate the extents the given distance.
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