com.esri.arcgis.geoanalyst
Class IConversionOpProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoanalyst.IConversionOpProxy
All Implemented Interfaces:
IConversionOp, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IConversionOpProxy
extends com.esri.arcgis.interop.Dispatch
implements IConversionOp, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geoanalyst.IConversionOp
IID, IID3297e9ca_93a1_11d2_9f33_00c04f8ed1d7
 
Constructor Summary
  IConversionOpProxy()
          Deprecated. For internal use only
  IConversionOpProxy(java.lang.Object obj)
          Deprecated.  
protected IConversionOpProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IConversionOpProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IConversionOpProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IGeoDataset rasterDataToLineFeatureData(IGeoDataset dataset, IWorkspace pWorkspace, java.lang.String name, boolean zeroAsBackground, boolean weeding, java.lang.Object minDangle)
          Deprecated. Convert raster data to feature data (FeatureClass or FeatureDataset).
 IGeoDataset rasterDataToPointFeatureData(IGeoDataset dataset, IWorkspace pWorkspace, java.lang.String name)
          Deprecated. Convert raster data to feature data (FeatureClass or FeatureDataset).
 IGeoDataset rasterDataToPolygonFeatureData(IGeoDataset dataset, IWorkspace pWorkspace, java.lang.String name, boolean weeding)
          Deprecated. Convert raster data to feature data (FeatureClass or FeatureDataset).
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 IGeoDataset toFeatureData(IGeoDataset dataset, int geometryType, IWorkspace pWorkspace, java.lang.String name)
          Deprecated. Convert to feature data (FeatureClass or FeatureDataset).
 IRasterDataset toRasterDataset(IGeoDataset dataset, java.lang.String rasterFormat, IWorkspace pWorkspace, java.lang.String name)
          Deprecated. Convert to a RasterDataset.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IConversionOpProxy

public IConversionOpProxy(java.lang.String CLSID,
                          java.lang.String host,
                          com.esri.arcgis.interop.AuthInfo authInfo)
                   throws java.net.UnknownHostException,
                          java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IConversionOpProxy

public IConversionOpProxy()
Deprecated. 
For internal use only


IConversionOpProxy

public IConversionOpProxy(java.lang.Object obj)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IConversionOpProxy

protected IConversionOpProxy(java.lang.Object obj,
                             java.lang.String iid)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IConversionOpProxy

protected IConversionOpProxy(java.lang.String CLSID,
                             java.lang.String iid,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

toRasterDataset

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

Specified by:
toRasterDataset in interface IConversionOp
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

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

Specified by:
toFeatureData in interface IConversionOp
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

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

Specified by:
rasterDataToPointFeatureData in interface IConversionOp
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

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

Specified by:
rasterDataToPolygonFeatureData in interface IConversionOp
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

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

Specified by:
rasterDataToLineFeatureData in interface IConversionOp
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.