public interface ITopologicalOperator6
extends java.io.Serializable
Description: '.' 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 |
IID5bb94960_4a59_48ff_aacd_d0e906c56e0d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
constructUnionEx(IEnumGeometry pEnum,
boolean bNonPlanar)
Defines this geometry to be the union of the inputs, with the option for non-planary result.
|
IGeometry |
differenceEx(IGeometry other,
boolean bNonPlanar)
defined for (multi)points and polylines.
|
IGeometry |
intersectEx(IGeometry other,
boolean bNonPlanar,
int resultDimension)
Constructs the set-theoretic intersection of the inputs in the specified result dimension, , with the option for non-planary result.
|
IGeometry |
intersectMultidimensionEx(IGeometry other,
boolean bNonPlanar)
Constructs the set-theoretic intersection of the inputs.
|
void |
simplifyAsFeature()
Simplifies the geometry using the rules appropriate for this feature.
|
IGeometry |
symmetricDifferenceEx(IGeometry other,
boolean bNonPlanar)
defined for (multi)points and polylines.
|
IGeometry |
unionEx(IGeometry other,
boolean bNonPlanar)
Constructs the set-theoretic union of the inputs, with the option for non-planary result.
|
static final int IID5bb94960_4a59_48ff_aacd_d0e906c56e0d
static final int xxDummy
static final java.lang.String IID
void constructUnionEx(IEnumGeometry pEnum, boolean bNonPlanar) throws java.io.IOException, AutomationException
pEnum
- A reference to a com.esri.arcgis.geometry.IEnumGeometry (in)bNonPlanar
- The bNonPlanar (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry intersectEx(IGeometry other, boolean bNonPlanar, int resultDimension) throws java.io.IOException, AutomationException
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)bNonPlanar
- The bNonPlanar (in)resultDimension
- A com.esri.arcgis.geometry.esriGeometryDimension constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry unionEx(IGeometry other, boolean bNonPlanar) throws java.io.IOException, AutomationException
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)bNonPlanar
- The bNonPlanar (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry intersectMultidimensionEx(IGeometry other, boolean bNonPlanar) throws java.io.IOException, AutomationException
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)bNonPlanar
- The bNonPlanar (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry differenceEx(IGeometry other, boolean bNonPlanar) throws java.io.IOException, AutomationException
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)bNonPlanar
- The bNonPlanar (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry symmetricDifferenceEx(IGeometry other, boolean bNonPlanar) throws java.io.IOException, AutomationException
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)bNonPlanar
- The bNonPlanar (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void simplifyAsFeature() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.