com.hardcode.gdbms.engine.data.driver
Interface SpatialObjectDriver

All Superinterfaces:
com.hardcode.driverManager.Driver, GDBMSDriver, ObjectDriver, ReadAccess, SpatialDriver, TypeConverter

public interface SpatialObjectDriver
extends SpatialDriver, ObjectDriver


Field Summary
 
Fields inherited from interface com.hardcode.gdbms.engine.data.driver.SpatialDriver
CANBEHETEROGENEOUS, HETEROGENOUS, HOMOGENEOUS
 
Method Summary
 void write(SpatialDataSource dataSource)
          Writes the content in the DataWare to the specified file
 
Methods inherited from interface com.hardcode.gdbms.engine.data.driver.SpatialDriver
getFullExtent, getGeometryType, getHomogeneity
 
Methods inherited from interface com.hardcode.gdbms.engine.data.driver.ObjectDriver
getPrimaryKeys, isReadOnly
 
Methods inherited from interface com.hardcode.gdbms.engine.data.driver.GDBMSDriver
check, getAvailableTypes, getDriverMetadata, getParameters, isValidParameter, setDataSourceFactory
 
Methods inherited from interface com.hardcode.driverManager.Driver
getName
 
Methods inherited from interface com.hardcode.gdbms.engine.data.driver.TypeConverter
getType
 
Methods inherited from interface com.hardcode.gdbms.engine.data.driver.ReadAccess
getFieldValue, getRowCount
 

Method Detail

write

void write(SpatialDataSource dataSource)
           throws DriverException
Writes the content in the DataWare to the specified file

Parameters:
dataWare - DataWare with the contents
Throws:
DriverException


Copyright © 2005-2006 . All Rights Reserved.