| java.lang.Object org.geotools.data.db2.DB2CoordinateSystem
DB2CoordinateSystem | public class DB2CoordinateSystem (Code) | | Represent the coordinate system information maintained in the DB2 Spatial
Extender catalog tables.
author: David Adler - IBM Corporation |
Method Summary | |
CoordinateReferenceSystem | getCRS() Gets the OpenGIS CoordinateReferenceSystem for this DB2CoordinateSystem. | int | getCsId() Gets the coordinate system identifier, usually an EPSG or similar value. | public String | toString() Returns the coordinate system name, organization and coordinate system
identifier. |
DB2CoordinateSystem | public DB2CoordinateSystem(Connection conn, int srsId) throws SQLException(Code) | | Constructs a DB2CoordinateSystem.
Parameters: conn - an open database connection. Parameters: srsId - the DB2 spatial reference system identifier. throws: SQLException - if there was a database error attempting to loadthe coordinate system information. |
getCsId | int getCsId()(Code) | | Gets the coordinate system identifier, usually an EPSG or similar value.
coordinate system identifier. |
toString | public String toString()(Code) | | Returns the coordinate system name, organization and coordinate system
identifier.
the coordinate system name, organization and coordinate systemidentifier as a String. |
|
|