|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.db2.DB2CoordinateSystem
Represent the coordinate system information maintained in the DB2 Spatial Extender catalog tables.
Constructor Summary | |
DB2CoordinateSystem(java.sql.Connection conn,
int srsId)
Constructs a DB2CoordinateSystem. |
Method Summary | |
java.lang.String |
toString()
Returns the coordinate system name, organization and coordinate system identifier. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DB2CoordinateSystem(java.sql.Connection conn, int srsId) throws java.sql.SQLException
conn
- an open database connection.srsId
- the DB2 spatial reference system identifier.
java.sql.SQLException
- if there was a database error attempting to load
the coordinate system information.Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |