public interface IRelationResult64 extends IRelationResult, java.io.Serializable
Description: 'Provides access to members that meet the specific relation between two sets of geometries. Not currently implemented for geometries containing elliptic arcs.' 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 |
IID64df926c_6f44_44e7_bc78_11eaec710ec2 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID3ff13d39_ea3b_42cb_98f6_0f73a1c89b89
Modifier and Type | Method and Description |
---|---|
void |
getRelationElement64(long i,
long[] left,
long[] right)
The ith element of the relation.
|
long |
getRelationElementCount64()
The number of pairs of geometries in the relation.
|
void |
setRelationElement64(long i,
long left,
long right)
The ith element of the relation.
|
void |
setRelationElements64(long cPairs,
esriRelationPair64 pairs)
Sets RelationResult with an array of relations.
|
add, flipRelations, getRelationElement, getRelationElementCount, intersect, setRelationElement, setRelationElements, sortLeft, sortRight, subtract
static final int IID64df926c_6f44_44e7_bc78_11eaec710ec2
static final int xxDummy
static final java.lang.String IID
long getRelationElementCount64() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getRelationElement64(long i, long[] left, long[] right) throws java.io.IOException, AutomationException
i
- Signed 64-bit int (in)left
- Signed 64-bit int (out: use single element array)right
- Signed 64-bit int (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRelationElement64(long i, long left, long right) throws java.io.IOException, AutomationException
i
- Signed 64-bit int (in)left
- Signed 64-bit int (in)right
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRelationElements64(long cPairs, esriRelationPair64 pairs) throws java.io.IOException, AutomationException
cPairs
- Signed 64-bit int (in)pairs
- A Structure: com.esri.arcgis.geometry.esriRelationPair64 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.