|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImportGeometryParameters
Provides access to members that control how mosaic dataset geometry is imported.
Method Summary | |
---|---|
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 |
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. |
Method Detail |
---|
void setTarget(int pImportTarget) throws IOException, AutomationException
pImportTarget
- A com.esri.arcgis.datasourcesraster.esriImportGeometryTarget constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTarget() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTargetJoinField(String pTargetJoinField) throws IOException, AutomationException
pTargetJoinField
- The pTargetJoinField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTargetJoinField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceTableByRef(IFeatureClass ppSourceTable) throws IOException, AutomationException
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.IFeatureClass getSourceTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceJoinField(String pSourceJoinField) throws IOException, AutomationException
pSourceJoinField
- The pSourceJoinField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSourceJoinField() throws IOException, AutomationException
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 |