com.esri.arcgis.geometry
Interface ITopologicalSegment2

All Superinterfaces:
ICurve, IGeometry, ISegment, ITopologicalSegment, java.io.Serializable
All Known Implementing Classes:
ITopologicalSegment2Proxy

public interface ITopologicalSegment2
extends ITopologicalSegment, java.io.Serializable

COM Interface 'ITopologicalSegment2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfe736c24_01da_11d4_9f6c_00c04f6bdd7f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.ITopologicalSegment
IID4df409c0_2b14_11d2_bcbd_0000f875bcce
 
Fields inherited from interface com.esri.arcgis.geometry.ISegment
IIDf2c4f0de_c5ae_11d0_8307_0000f8034032
 
Fields inherited from interface com.esri.arcgis.geometry.ICurve
IID1b077916_38c5_11d0_92d2_00805f7c28b0
 
Fields inherited from interface com.esri.arcgis.geometry.IGeometry
IID1b07790d_38c5_11d0_92d2_00805f7c28b0
 
Method Summary
 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.
 
Methods inherited from interface com.esri.arcgis.geometry.ITopologicalSegment
breakOverlap, getYAtX, splitYMonotonic
 
Methods inherited from interface com.esri.arcgis.geometry.ISegment
densify, geographicShift, queryCurvature, returnTurnDirection, splitAtDistance, splitDivideLength
 
Methods inherited from interface com.esri.arcgis.geometry.ICurve
getFromPoint, getLength, getSubcurve, getToPoint, isClosed, queryFromPoint, queryNormal, queryPoint, queryPointAndDistance, queryTangent, queryToPoint, reverseOrientation, setFromPoint, setToPoint
 
Methods inherited from interface com.esri.arcgis.geometry.IGeometry
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference
 

Field Detail

IIDfe736c24_01da_11d4_9f6c_00c04f6bdd7f

static final int IIDfe736c24_01da_11d4_9f6c_00c04f6bdd7f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isShort

boolean isShort()
                throws java.io.IOException,
                       AutomationException
Indicates whether the segment is shorter than the tolerance.

Returns:
The isShort
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCounterClockwise2

boolean isCounterClockwise2()
                            throws java.io.IOException,
                                   AutomationException
Indicates the counterclockwise orientation for non-linear curves including closed BezierCurves.

Returns:
The isCCW
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

splitYMonotonicEx

void splitYMonotonicEx(int[] numSegments,
                       ITopologicalSegment segments,
                       boolean[] flipped,
                       ITopologicalSegment2 parentSegments)
                       throws java.io.IOException,
                              AutomationException
Splits segments into Y monotonic segments and returns the unsplit parent segments.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.