com.esri.arcgis.datasourcesraster
Class IExportGeometryParametersProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IExportGeometryParametersProxy
All Implemented Interfaces:
IExportGeometryParameters, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IExportGeometryParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control parameters for exporting geometries to feature class.' 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 IExportGeometryParametersProxy
extends com.esri.arcgis.interop.Dispatch
implements IExportGeometryParameters, 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.datasourcesraster.IExportGeometryParameters
IID, IID02560b79_529c_4f3f_8c80_8ba72867d177
 
Constructor Summary
  IExportGeometryParametersProxy()
          Deprecated. For internal use only
  IExportGeometryParametersProxy(java.lang.Object obj)
          Deprecated.  
protected IExportGeometryParametersProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IExportGeometryParametersProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IExportGeometryParametersProxy(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.  
 java.lang.String getGeometryType()
          Deprecated. The geometry type.
 java.lang.String getOutFeatureClassName()
          Deprecated. The name of output feature class.
 IWorkspace getOutWorkspace()
          Deprecated. The output workspace.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setGeometryType(java.lang.String pType)
          Deprecated. The geometry type.
 void setOutFeatureClassName(java.lang.String path)
          Deprecated. The name of output feature class.
 void setOutWorkspaceByRef(IWorkspace ppWorkspace)
          Deprecated. The output workspace.
 
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

IExportGeometryParametersProxy

public IExportGeometryParametersProxy(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

IExportGeometryParametersProxy

public IExportGeometryParametersProxy()
Deprecated. 
For internal use only


IExportGeometryParametersProxy

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

IExportGeometryParametersProxy

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

IExportGeometryParametersProxy

protected IExportGeometryParametersProxy(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

setGeometryType

public void setGeometryType(java.lang.String pType)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The geometry type.

Specified by:
setGeometryType in interface IExportGeometryParameters
Parameters:
pType - The pType (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometryType

public java.lang.String getGeometryType()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The geometry type.

Specified by:
getGeometryType in interface IExportGeometryParameters
Returns:
The pType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutFeatureClassName

public void setOutFeatureClassName(java.lang.String path)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The name of output feature class.

Specified by:
setOutFeatureClassName in interface IExportGeometryParameters
Parameters:
path - The path (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutFeatureClassName

public java.lang.String getOutFeatureClassName()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
The name of output feature class.

Specified by:
getOutFeatureClassName in interface IExportGeometryParameters
Returns:
The path
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutWorkspaceByRef

public void setOutWorkspaceByRef(IWorkspace ppWorkspace)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The output workspace.

Specified by:
setOutWorkspaceByRef in interface IExportGeometryParameters
Parameters:
ppWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutWorkspace

public IWorkspace getOutWorkspace()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The output workspace.

Specified by:
getOutWorkspace in interface IExportGeometryParameters
Returns:
A reference to a com.esri.arcgis.geodatabase.IWorkspace
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.