|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.datasourcesraster.IImportGeometryParametersProxy
public class IImportGeometryParametersProxy
Provides access to members that control how mosaic dataset geometry is imported.
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 |
---|
public boolean noncastable
Constructor Detail |
---|
public IImportGeometryParametersProxy()
public IImportGeometryParametersProxy(Object obj) throws IOException
IOException
protected IImportGeometryParametersProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void setTarget(int pImportTarget) throws IOException, AutomationException
setTarget
in interface IImportGeometryParameters
pImportTarget
- A com.esri.arcgis.datasourcesraster.esriImportGeometryTarget constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTarget() throws IOException, AutomationException
getTarget
in interface IImportGeometryParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTargetJoinField(String pTargetJoinField) throws IOException, AutomationException
setTargetJoinField
in interface IImportGeometryParameters
pTargetJoinField
- The pTargetJoinField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTargetJoinField() throws IOException, AutomationException
getTargetJoinField
in interface IImportGeometryParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSourceTableByRef(IFeatureClass ppSourceTable) throws IOException, AutomationException
setSourceTableByRef
in interface IImportGeometryParameters
ppSourceTable
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureClass getSourceTable() throws IOException, AutomationException
getSourceTable
in interface IImportGeometryParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSourceJoinField(String pSourceJoinField) throws IOException, AutomationException
setSourceJoinField
in interface IImportGeometryParameters
pSourceJoinField
- The pSourceJoinField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getSourceJoinField() throws IOException, AutomationException
getSourceJoinField
in interface IImportGeometryParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |