org.geotools.data.db2
Class DB2GeometryColumn

Object
  extended by DB2GeometryColumn

public class DB2GeometryColumn
extends Object

Hold information about a DB2 geometry column and provide access.

Author:
David Adler - IBM Corporation
Module:
modules/plugin/db2 (gt-db2.jar)

Constructor Summary
DB2GeometryColumn(String tableSchema, String tableName, String columnName, String typeName, Integer srsId, DB2CoordinateSystem cs)
          Constructs a DB2GeometryColumn from all relevant values.
 
Method Summary
 String toString()
          Returns the table schema, table name and column name.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DB2GeometryColumn

public DB2GeometryColumn(String tableSchema,
                         String tableName,
                         String columnName,
                         String typeName,
                         Integer srsId,
                         DB2CoordinateSystem cs)
Constructs a DB2GeometryColumn from all relevant values.

Parameters:
tableSchema -
tableName -
columnName -
typeName -
srsId -
cs -
Method Detail

toString

public String toString()
Returns the table schema, table name and column name.

Overrides:
toString in class Object
Returns:
the table schema, table name and column name as a String.


Copyright © 1996-2010 Geotools. All Rights Reserved.