|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpatialFileDriver
Field Summary |
---|
Fields inherited from interface com.hardcode.gdbms.engine.data.driver.SpatialDriver |
---|
CANBEHETEROGENEOUS, HETEROGENOUS, HOMOGENEOUS |
Method Summary | |
---|---|
void |
createSource(java.lang.String path,
SpatialDriverMetadata dsm)
Creates a new file with the given field names and types |
void |
writeFile(java.io.File file,
SpatialDataSource dataSource)
Writes the content in the DataWare to specified file. |
Methods inherited from interface com.hardcode.gdbms.engine.data.driver.FileDriver |
---|
close, completeFileName, copy, fileAccepted, open |
Methods inherited from interface com.hardcode.gdbms.engine.data.driver.ReadAccess |
---|
getFieldValue, getRowCount |
Methods inherited from interface com.hardcode.gdbms.engine.data.driver.GDBMSDriver |
---|
check, getAvailableTypes, getDriverMetadata, getParameters, isReadOnly, 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.SpatialDriver |
---|
getFullExtent, getGeometryType, getHomogeneity |
Method Detail |
---|
void writeFile(java.io.File file, SpatialDataSource dataSource) throws DriverException
dataWare
- DataWare with the contents
DriverException
void createSource(java.lang.String path, SpatialDriverMetadata dsm) throws DriverException
path
- Path to the new filedsm
- Metadata of the source
DriverException
- If the creation fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |