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, Externalizable, Serializable

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

Provides access to members that control how mosaic dataset geometry is imported.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IImportGeometryParametersProxy()
           
  IImportGeometryParametersProxy(Object obj)
           
protected IImportGeometryParametersProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 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.
 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(String iidStr, Object theListener)
           
 void setSourceJoinField(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(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

noncastable

public boolean noncastable
Constructor Detail

IImportGeometryParametersProxy

public IImportGeometryParametersProxy()

IImportGeometryParametersProxy

public IImportGeometryParametersProxy(Object obj)
                               throws IOException
Throws:
IOException

IImportGeometryParametersProxy

protected IImportGeometryParametersProxy(Object obj,
                                         String iid)
                                  throws IOException
Throws:
IOException
Method Detail

addListener

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

removeListener

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

setTarget

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getTarget

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setTargetJoinField

public void setTargetJoinField(String pTargetJoinField)
                        throws 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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getTargetJoinField

public String getTargetJoinField()
                          throws 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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setSourceTableByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getSourceTable

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setSourceJoinField

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getSourceJoinField

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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