| java.lang.Object org.geotools.data.db2.DB2GeometryColumn
DB2GeometryColumn | public class DB2GeometryColumn (Code) | | Hold information about a DB2 geometry column and provide access.
author: David Adler - IBM Corporation |
DB2GeometryColumn | public DB2GeometryColumn(String tableSchema, String tableName, String columnName, String typeName, Integer srsId, DB2CoordinateSystem cs)(Code) | | Constructs a DB2GeometryColumn from all relevant values.
Parameters: tableSchema - Parameters: tableName - Parameters: columnName - Parameters: typeName - Parameters: srsId - Parameters: cs - |
toString | public String toString()(Code) | | Returns the table schema, table name and column name.
the table schema, table name and column name as a String. |
|
|