|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISpatialJoin
COM Interface 'ISpatialJoin'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description: 'Provides access to members that join the attributes of feature classes based on the spatial relationships of the features.' 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 |
IID12b35c8f_010f_11d4_a692_0008c7d3ae8d
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IFeatureClass |
joinAggregate(IName pOutputName,
double maxMapDist)
Join using aggregate. |
IFeatureClass |
joinNearest(IName pOutputName,
double maxMapDist)
Joins with the nearest feature in the join feature class. |
IFeatureClass |
joinWithin(IName pOutputName)
Joins a feature in the source feature class with the feature if it falls within in the join feature class. |
void |
setJoinTableByRef(ITable rhs1)
The spatial table to append fields from. |
void |
setLeftOuterJoin(boolean rhs1)
Indicates whether a match is required before adding a record from the source feature class to the result. |
void |
setShowProcess(boolean bShowMessage,
int rhs2)
Indicates whether to show update messages while processing join. |
void |
setSourceTableByRef(ITable rhs1)
The spatial table to append fields to. |
Field Detail |
---|
static final int IID12b35c8f_010f_11d4_a692_0008c7d3ae8d
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setSourceTableByRef(ITable rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setJoinTableByRef(ITable rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureClass joinAggregate(IName pOutputName, double maxMapDist) throws java.io.IOException, AutomationException
pOutputName
- A reference to a com.esri.arcgis.system.IName (in)maxMapDist
- The maxMapDist (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureClass joinNearest(IName pOutputName, double maxMapDist) throws java.io.IOException, AutomationException
pOutputName
- A reference to a com.esri.arcgis.system.IName (in)maxMapDist
- The maxMapDist (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureClass joinWithin(IName pOutputName) throws java.io.IOException, AutomationException
pOutputName
- A reference to a com.esri.arcgis.system.IName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowProcess(boolean bShowMessage, int rhs2) throws java.io.IOException, AutomationException
bShowMessage
- The bShowMessage (in)rhs2
- The rhs2 (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeftOuterJoin(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.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 |