com.esri.arcgis.datasourcesfile
Interface ISdcExporter
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ISdcExporterProxy, SdcExporter
public interface ISdcExporter
- extends Serializable
Provides access to members for compressing data to SDC.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
export
IDataset export(ICursor cursor,
String outputRootname,
GUID key,
ITrackCancel trackCancel)
throws IOException,
AutomationException
- Creates a SDC dataset from the input cursor.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Parameters:
cursor
- A reference to a com.esri.arcgis.geodatabase.ICursor (in)outputRootname
- The outputRootname (in)key
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
- Returns:
- A reference to a com.esri.arcgis.geodatabase.IDataset
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.