public interface ITopologicalSegment2 extends ITopologicalSegment, java.io.Serializable
Description: 'Provides access to members that extend the ITopologicalSegment 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 |
IIDfe736c24_01da_11d4_9f6c_00c04f6bdd7f |
static int |
xxDummy
Deprecated.
Internal use only
|
IID4df409c0_2b14_11d2_bcbd_0000f875bcceIIDf2c4f0de_c5ae_11d0_8307_0000f8034032IID1b077916_38c5_11d0_92d2_00805f7c28b0IID1b07790d_38c5_11d0_92d2_00805f7c28b0| Modifier and Type | Method and Description |
|---|---|
boolean |
isCounterClockwise2()
Indicates the counterclockwise orientation for non-linear curves including closed BezierCurves.
|
boolean |
isShort()
Indicates whether the segment is shorter than the tolerance.
|
void |
splitYMonotonicEx(int[] numSegments,
ITopologicalSegment segments,
boolean[] flipped,
ITopologicalSegment2 parentSegments)
Splits segments into Y monotonic segments and returns the unsplit parent segments.
|
breakOverlap, getYAtX, splitYMonotonicdensify, geographicShift, queryCurvature, returnTurnDirection, splitAtDistance, splitDivideLengthgetFromPoint, getLength, getSubcurve, getToPoint, isClosed, queryFromPoint, queryNormal, queryPoint, queryPointAndDistance, queryTangent, queryToPoint, reverseOrientation, setFromPoint, setToPointgeoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReferencestatic final int IIDfe736c24_01da_11d4_9f6c_00c04f6bdd7f
static final int xxDummy
static final java.lang.String IID
boolean isShort()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isCounterClockwise2()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void splitYMonotonicEx(int[] numSegments,
ITopologicalSegment segments,
boolean[] flipped,
ITopologicalSegment2 parentSegments)
throws java.io.IOException,
AutomationException
numSegments - The numSegments (in)segments - A reference to a com.esri.arcgis.geometry.ITopologicalSegment (in)flipped - The flipped (in)parentSegments - A reference to a com.esri.arcgis.geometry.ITopologicalSegment2 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.