com.esri.arcgis.geoanalyst
Interface IConversionOp

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IConversionOpProxy, RasterConversionOp

public interface IConversionOp
extends java.io.Serializable

COM Interface 'IConversionOp'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'

Description: 'Provides access to members that convert between raster and feature data.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3297e9ca_93a1_11d2_9f33_00c04f8ed1d7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGeoDataset rasterDataToLineFeatureData(IGeoDataset dataset, IWorkspace pWorkspace, java.lang.String name, boolean zeroAsBackground, boolean weeding, java.lang.Object minDangle)
          Convert raster data to feature data (FeatureClass or FeatureDataset).
 IGeoDataset rasterDataToPointFeatureData(IGeoDataset dataset, IWorkspace pWorkspace, java.lang.String name)
          Convert raster data to feature data (FeatureClass or FeatureDataset).
 IGeoDataset rasterDataToPolygonFeatureData(IGeoDataset dataset, IWorkspace pWorkspace, java.lang.String name, boolean weeding)
          Convert raster data to feature data (FeatureClass or FeatureDataset).
 IGeoDataset toFeatureData(IGeoDataset dataset, int geometryType, IWorkspace pWorkspace, java.lang.String name)
          Convert to feature data (FeatureClass or FeatureDataset).
 IRasterDataset toRasterDataset(IGeoDataset dataset, java.lang.String rasterFormat, IWorkspace pWorkspace, java.lang.String name)
          Convert to a RasterDataset.
 

Field Detail

IID3297e9ca_93a1_11d2_9f33_00c04f8ed1d7

static final int IID3297e9ca_93a1_11d2_9f33_00c04f8ed1d7
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

toRasterDataset

IRasterDataset toRasterDataset(IGeoDataset dataset,
                               java.lang.String rasterFormat,
                               IWorkspace pWorkspace,
                               java.lang.String name)
                               throws java.io.IOException,
                                      AutomationException
Convert to a RasterDataset.

Parameters:
dataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
rasterFormat - The rasterFormat (in)
pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
name - The name (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toFeatureData

IGeoDataset toFeatureData(IGeoDataset dataset,
                          int geometryType,
                          IWorkspace pWorkspace,
                          java.lang.String name)
                          throws java.io.IOException,
                                 AutomationException
Convert to feature data (FeatureClass or FeatureDataset).

Parameters:
dataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
geometryType - A com.esri.arcgis.geometry.esriGeometryType constant (in)
pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
name - The name (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

rasterDataToPointFeatureData

IGeoDataset rasterDataToPointFeatureData(IGeoDataset dataset,
                                         IWorkspace pWorkspace,
                                         java.lang.String name)
                                         throws java.io.IOException,
                                                AutomationException
Convert raster data to feature data (FeatureClass or FeatureDataset).

Parameters:
dataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
name - The name (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

rasterDataToPolygonFeatureData

IGeoDataset rasterDataToPolygonFeatureData(IGeoDataset dataset,
                                           IWorkspace pWorkspace,
                                           java.lang.String name,
                                           boolean weeding)
                                           throws java.io.IOException,
                                                  AutomationException
Convert raster data to feature data (FeatureClass or FeatureDataset).

Parameters:
dataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
name - The name (in)
weeding - The weeding (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

rasterDataToLineFeatureData

IGeoDataset rasterDataToLineFeatureData(IGeoDataset dataset,
                                        IWorkspace pWorkspace,
                                        java.lang.String name,
                                        boolean zeroAsBackground,
                                        boolean weeding,
                                        java.lang.Object minDangle)
                                        throws java.io.IOException,
                                               AutomationException
Convert raster data to feature data (FeatureClass or FeatureDataset).

Parameters:
dataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
name - The name (in)
zeroAsBackground - The zeroAsBackground (in)
weeding - The weeding (in)
minDangle - A Variant (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.