org.estouro.ui.export
Interface Export

All Known Implementing Classes:
PostGISExport, SHPExport

public interface Export


Method Summary
 java.lang.String getDriverName()
          Gets the name of the driver which format this wizard exports to
 Exportation[] getExportations(com.hardcode.gdbms.engine.data.SpatialDataSource sds, com.hardcode.gdbms.engine.data.DataSourceFactory dsf)
          Creates a DriverMetadata with the alphanumeric fields.
 

Method Detail

getDriverName

java.lang.String getDriverName()
Gets the name of the driver which format this wizard exports to

Returns:

getExportations

Exportation[] getExportations(com.hardcode.gdbms.engine.data.SpatialDataSource sds,
                              com.hardcode.gdbms.engine.data.DataSourceFactory dsf)
                              throws ExportException
Creates a DriverMetadata with the alphanumeric fields. After the execution of this method, export is called

Parameters:
dsf -
theme -
Returns:
Throws:
ExportException


Copyright © 2005-2006 Fernando González Cortés. All Rights Reserved.