public interface IImportGeometryParameters
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDa63cc4b0_375b_4cf1_96d2_76b8eb882749 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
static final int IIDa63cc4b0_375b_4cf1_96d2_76b8eb882749
static final int xxDummy
static final java.lang.String IID
void setTarget(int pImportTarget) throws java.io.IOException, AutomationException
pImportTarget
- A com.esri.arcgis.datasourcesraster.esriImportGeometryTarget constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTarget() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTargetJoinField(java.lang.String pTargetJoinField) throws java.io.IOException, AutomationException
pTargetJoinField
- The pTargetJoinField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTargetJoinField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSourceTableByRef(IFeatureClass ppSourceTable) throws java.io.IOException, AutomationException
ppSourceTable
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFeatureClass getSourceTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSourceJoinField(java.lang.String pSourceJoinField) throws java.io.IOException, AutomationException
pSourceJoinField
- The pSourceJoinField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSourceJoinField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.