Package gistoolkit.datasources

Interface Summary
DataSource The DataSource is responsible for handling inserts, updates, deletes, selects, and projection of data.
DataSourceListener Publishes events about the datasource.
RasterDatasource Rastor data sources tend to need to know what the pixel resolution of the resulting image should be.
SQLConverter Class to convert java types and AttributeTypes to SQL for a particular database.
 

Class Summary
DataSourceEvent Used to notify a datasource listener that something has occured within a data source.
GISDataset Container for shapes and associated attribute data.
JDBCConnectionPool Handles the connection pooling for the JDBC Datasources.
ShapeUtils Class for checking and manipulating the objects.
SimpleDataSource The SimpleDataSource implements the DataSource, and implements some of the more tedious methods of it.
SimpleDBDataSource Contains many convenience methods for building a data source based on a database.
SimpleJoinDataSource Super class for joining tabular information to shape information.
SimpleJoinDBDataSource Super class for join data sources that are connected to databases.
SimpleSQLConverter Class to convert java types and AttributeTypes to SQL for a particular database.
WKBFactory Class used for parsing WKB format objects into features, and vice versa.
WKTFactory Class for converting Well Known Text(WKT) representations of a shape into their Shape counterparts.