|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExportOperation
Provides access to members used for exporting tables and feature classes.
Method Summary | |
---|---|
void |
exportFeatureClass(IDatasetName inputDatasetName,
IQueryFilter inputQueryFilter,
ISelectionSet inputSelectionSet,
IGeometryDef inputGeometryDef,
IFeatureClassName outputFClassName,
int parantHWnd)
Exports the given feature class to a new feature class. |
void |
exportTable(IDatasetName inputDatasetName,
IQueryFilter inputQueryFilter,
ISelectionSet inputSelectionSet,
IDatasetName outputDatasetName,
int parentHWnd)
Exports the given table to a new table. |
IDatasetName |
getOptions(IFeatureClass featureClass,
String layerName,
boolean hasSelection,
boolean supportMapProjection,
int parentHWnd,
boolean[] saveProjection,
int[] option)
Provides a dialog that prompts for export options. |
Method Detail |
---|
IDatasetName getOptions(IFeatureClass featureClass, String layerName, boolean hasSelection, boolean supportMapProjection, int parentHWnd, boolean[] saveProjection, int[] option) throws IOException, AutomationException
featureClass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)layerName
- The layerName (in)hasSelection
- The hasSelection (in)supportMapProjection
- The supportMapProjection (in)parentHWnd
- The parentHWnd (A COM typedef) (in)saveProjection
- The saveProjection (out: use single element array)option
- A com.esri.arcgis.geodatabaseui.esriExportTableOptions constant (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void exportTable(IDatasetName inputDatasetName, IQueryFilter inputQueryFilter, ISelectionSet inputSelectionSet, IDatasetName outputDatasetName, int parentHWnd) throws IOException, AutomationException
This method will not export fields with a BLOB type. To retain these fields during an export, use the geoprocessing tool TableToTable.
inputDatasetName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)inputQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)inputSelectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)outputDatasetName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)parentHWnd
- The parentHWnd (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void exportFeatureClass(IDatasetName inputDatasetName, IQueryFilter inputQueryFilter, ISelectionSet inputSelectionSet, IGeometryDef inputGeometryDef, IFeatureClassName outputFClassName, int parantHWnd) throws IOException, AutomationException
This method will not export fields with a BLOB type. To retain these fields during an export, use the geoprocessing tool FeatureClassToFeatureClass.
inputDatasetName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)inputQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)inputSelectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)inputGeometryDef
- A reference to a com.esri.arcgis.geodatabase.IGeometryDef (in)outputFClassName
- A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)parantHWnd
- The parantHWnd (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |