Package gistoolkit.datasources.postgis

Class Summary
PostGISDataSource PostGIS is an extension to the PostgreSQL object-relational database system which allows GIS (Geographic Information Systems) objects to be stored in the database.
PostGISJoinDataSource Class to join a PostGIS Datatable to another data source.
PostGISQuery Class for creating a SQL window on a PostGIS Database
PostGISRecord A record designed for use with the UpdateablePostGISDataSource to allow updates.
PostGISSQLConverter Class to convert java types and AttributeTypes to SQL for a particular database.
ReadOnlyPostGISDataSource Allows for any sql query to be sent to the database, and returns the data set.
UpdateablePostGISDataSource Reads the shapes from a single table.