com.esri.arcgis.datasourcesraster
Class IImportGeometryParametersProxy

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

public class IImportGeometryParametersProxy
extends com.esri.arcgis.interop.Dispatch
implements IImportGeometryParameters, java.io.Serializable

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

Description: 'Provides access to members that control how mosaic dataset geometry is imported.' 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.IImportGeometryParameters
IID, IIDa63cc4b0_375b_4cf1_96d2_76b8eb882749
 
Constructor Summary
  IImportGeometryParametersProxy()
          For internal use only
  IImportGeometryParametersProxy(java.lang.Object obj)
           
protected IImportGeometryParametersProxy(java.lang.Object obj, java.lang.String iid)
           
  IImportGeometryParametersProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IImportGeometryParametersProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 java.lang.String getSourceJoinField()
          The name of the field in the source feature class that participates in the table join.
 IFeatureClass getSourceTable()
          The source feature class from which geometry is imported.
 int getTarget()
          The target feature class of this import operation.
 java.lang.String getTargetJoinField()
          The mosaic dataset field name that participates in the table join that attempts to associate a row in the source feature class with every selected row in the target feature class.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setSourceJoinField(java.lang.String pSourceJoinField)
          The name of the field in the source feature class that participates in the table join.
 void setSourceTableByRef(IFeatureClass ppSourceTable)
          The source feature class from which geometry is imported.
 void setTarget(int pImportTarget)
          The target feature class of this import operation.
 void setTargetJoinField(java.lang.String pTargetJoinField)
          The mosaic dataset field name that participates in the table join that attempts to associate a row in the source feature class with every selected row in the target feature class.
 
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

noncastable

public boolean noncastable
Constructor Detail

IImportGeometryParametersProxy

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

IImportGeometryParametersProxy

public IImportGeometryParametersProxy()
For internal use only


IImportGeometryParametersProxy

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

IImportGeometryParametersProxy

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

IImportGeometryParametersProxy

protected IImportGeometryParametersProxy(java.lang.String CLSID,
                                         java.lang.String iid,
                                         java.lang.String host,
                                         com.esri.arcgis.interop.AuthInfo authInfo)
                                  throws java.io.IOException
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
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
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setTarget

public void setTarget(int pImportTarget)
               throws java.io.IOException,
                      AutomationException
The target feature class of this import operation.

Specified by:
setTarget in interface IImportGeometryParameters
Parameters:
pImportTarget - A com.esri.arcgis.datasourcesraster.esriImportGeometryTarget constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTarget

public int getTarget()
              throws java.io.IOException,
                     AutomationException
The target feature class of this import operation.

Specified by:
getTarget in interface IImportGeometryParameters
Returns:
A com.esri.arcgis.datasourcesraster.esriImportGeometryTarget constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTargetJoinField

public void setTargetJoinField(java.lang.String pTargetJoinField)
                        throws java.io.IOException,
                               AutomationException
The mosaic dataset field name that participates in the table join that attempts to associate a row in the source feature class with every selected row in the target feature class.

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

getTargetJoinField

public java.lang.String getTargetJoinField()
                                    throws java.io.IOException,
                                           AutomationException
The mosaic dataset field name that participates in the table join that attempts to associate a row in the source feature class with every selected row in the target feature class.

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

setSourceTableByRef

public void setSourceTableByRef(IFeatureClass ppSourceTable)
                         throws java.io.IOException,
                                AutomationException
The source feature class from which geometry is imported.

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

getSourceTable

public IFeatureClass getSourceTable()
                             throws java.io.IOException,
                                    AutomationException
The source feature class from which geometry is imported.

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

setSourceJoinField

public void setSourceJoinField(java.lang.String pSourceJoinField)
                        throws java.io.IOException,
                               AutomationException
The name of the field in the source feature class that participates in the table join.

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

getSourceJoinField

public java.lang.String getSourceJoinField()
                                    throws java.io.IOException,
                                           AutomationException
The name of the field in the source feature class that participates in the table join.

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