org.jpox.store.rdbms.mapping.ao2postgis
Class EnvelopeRDBMSMapping

java.lang.Object
  extended by org.jpox.store.rdbms.mapping.RDBMSMapping
      extended by org.jpox.store.rdbms.mapping.ColumnMapping
          extended by org.jpox.store.rdbms.mapping.ao2postgis.GeometryRDBMSMapping
              extended by org.jpox.store.rdbms.mapping.ao2postgis.EnvelopeRDBMSMapping
All Implemented Interfaces:
org.jpox.store.mapped.mapping.DatastoreMapping

public class EnvelopeRDBMSMapping
extends GeometryRDBMSMapping

Mapping for a ESRI Envelope object to PostGIS.

Version:
$Revision: 1.1 $

Field Summary
 
Fields inherited from class org.jpox.store.rdbms.mapping.ColumnMapping
column
 
Fields inherited from class org.jpox.store.rdbms.mapping.RDBMSMapping
LOCALISER, LOCALISER_STORE, mapping, storeMgr
 
Constructor Summary
EnvelopeRDBMSMapping(org.jpox.store.mapped.MappedStoreManager storeMgr, org.jpox.store.mapped.mapping.JavaTypeMapping mapping)
           
 
Method Summary
 java.lang.Object getObject(java.lang.Object rs, int exprIndex)
           
 
Methods inherited from class org.jpox.store.rdbms.mapping.ao2postgis.GeometryRDBMSMapping
convertToWkb, getFromWkb, getSRID, getTypeInfo, setObject
 
Methods inherited from class org.jpox.store.rdbms.mapping.ColumnMapping
equals, getColumn, getDatastoreField, getInsertionInputParameter, getUpdateInputParameter, hashCode, includeInFetchStatement, initTypeInfo, isBitBased, isBooleanBased, isDecimalBased, isIntegerBased, isNullable, isStringBased
 
Methods inherited from class org.jpox.store.rdbms.mapping.RDBMSMapping
failureMessage, getBoolean, getByte, getChar, getDatabaseAdapter, getDouble, getFloat, getInt, getJavaTypeMapping, getLong, getShort, getString, insertValuesOnInsert, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setShort, setString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvelopeRDBMSMapping

public EnvelopeRDBMSMapping(org.jpox.store.mapped.MappedStoreManager storeMgr,
                            org.jpox.store.mapped.mapping.JavaTypeMapping mapping)
Method Detail

getObject

public java.lang.Object getObject(java.lang.Object rs,
                                  int exprIndex)
Specified by:
getObject in interface org.jpox.store.mapped.mapping.DatastoreMapping
Specified by:
getObject in class GeometryRDBMSMapping


Copyright © -2008 . All Rights Reserved.