public interface ITopologicalOperator3 extends ITopologicalOperator2, java.io.Serializable
Description: 'Provides additional information on non-simple geometries.' 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 |
IIDd4dc3b12_88ea_42d8_87b7_4eb7460737c1 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID805aeeb0_1d4c_11d4_9f75_00c04f6bdd7f
IID1b077911_38c5_11d0_92d2_00805f7c28b0
Modifier and Type | Method and Description |
---|---|
void |
geoNormalizeEx(ISpatialReference sR,
double denseDistance)
Shifts longitudes, if need be, into a continuous range of 360 degrees.
|
boolean |
isSimpleEx(int[] reason)
Determines why a geometry is not simple.
|
clipToDomain, constructBuffers, intersectMultidimension, setIsKnownSimple
buffer, clip, clipDense, constructUnion, convexHull, cut, difference, getBoundary, intersect, isKnownSimple, isSimple, queryClipped, queryClippedDense, simplify, symmetricDifference, union
static final int IIDd4dc3b12_88ea_42d8_87b7_4eb7460737c1
static final int xxDummy
static final java.lang.String IID
boolean isSimpleEx(int[] reason) throws java.io.IOException, AutomationException
reason
- A com.esri.arcgis.geometry.esriNonSimpleReasonEnum constant (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void geoNormalizeEx(ISpatialReference sR, double denseDistance) throws java.io.IOException, AutomationException
sR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)denseDistance
- The denseDistance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.