org.estouro.ui.export
Class PostGISExport

java.lang.Object
  extended by org.estouro.ui.export.PostGISExport
All Implemented Interfaces:
Export

public class PostGISExport
extends java.lang.Object
implements Export


Nested Class Summary
 class PostGISExport.PGExportation
           
 
Constructor Summary
PostGISExport()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostGISExport

public PostGISExport()
Method Detail

getDriverName

public java.lang.String getDriverName()
Description copied from interface: Export
Gets the name of the driver which format this wizard exports to

Specified by:
getDriverName in interface Export
Returns:

getExportations

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

Specified by:
getExportations in interface Export
Returns:
Throws:
ExportException


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