public interface ITopologicalOperator2 extends ITopologicalOperator, java.io.Serializable
Description: 'Provides access to members that extend the ITopologicalOperator interface.' 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 |
IID805aeeb0_1d4c_11d4_9f75_00c04f6bdd7f |
static int |
xxDummy
Deprecated.
Internal use only
|
IID1b077911_38c5_11d0_92d2_00805f7c28b0
Modifier and Type | Method and Description |
---|---|
void |
clipToDomain()
Clips the geometry to the domain of the spatial reference.
|
IEnumGeometry |
constructBuffers(int numBuffers,
double[] distances)
Constructs a set of buffers at various distances.
|
IGeometry |
intersectMultidimension(IGeometry other)
Constructs the set-theoretic intersection of the inputs.
|
void |
setIsKnownSimple(boolean rhs1)
Indicates whether this geometry is known (or assumed) to be topologically correct.
|
buffer, clip, clipDense, constructUnion, convexHull, cut, difference, getBoundary, intersect, isKnownSimple, isSimple, queryClipped, queryClippedDense, simplify, symmetricDifference, union
static final int IID805aeeb0_1d4c_11d4_9f75_00c04f6bdd7f
static final int xxDummy
static final java.lang.String IID
IEnumGeometry constructBuffers(int numBuffers, double[] distances) throws java.io.IOException, AutomationException
numBuffers
- The numBuffers (in)distances
- The distances (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void clipToDomain() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsKnownSimple(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.IGeometry intersectMultidimension(IGeometry other) throws java.io.IOException, AutomationException
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.