com.esri.arcgis.datasourcesraster
Interface IImportGeometryParameters

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IImportGeometryParametersProxy, ImportGeometryParameters

public interface IImportGeometryParameters
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa63cc4b0_375b_4cf1_96d2_76b8eb882749
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDa63cc4b0_375b_4cf1_96d2_76b8eb882749

static final int IIDa63cc4b0_375b_4cf1_96d2_76b8eb882749
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setTarget

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

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

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

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

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.

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

getTargetJoinField

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.

Returns:
The pTargetJoinField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSourceTableByRef

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

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

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

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

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.

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

getSourceJoinField

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.

Returns:
The pSourceJoinField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.