public interface ILine3 extends ILine2, java.io.Serializable
Description: 'Provides access to members that identify a straight line segment and defines its properties.' 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 |
IID80dac471_f855_4934_884c_a812cf9a99ba |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDa1d604a8_7914_4435_9b26_43e1ea5baa99IIDfea4c71c_c5ae_11d0_8307_0000f8034032IID1b077916_38c5_11d0_92d2_00805f7c28b0IID1b07790d_38c5_11d0_92d2_00805f7c28b0| Modifier and Type | Method and Description |
|---|---|
void |
splitAtDistance3D(double distances,
boolean asRatio,
ISegment[] fromSegment,
ISegment[] toSegment)
Split segment at specified distance.
|
putWKSCoords, queryWKSCoordsgetAngle, putCoords, queryCoordsgetFromPoint, 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 IID80dac471_f855_4934_884c_a812cf9a99ba
static final int xxDummy
static final java.lang.String IID
void splitAtDistance3D(double distances,
boolean asRatio,
ISegment[] fromSegment,
ISegment[] toSegment)
throws java.io.IOException,
AutomationException
distances - The distances (in)asRatio - The asRatio (in)fromSegment - A reference to a com.esri.arcgis.geometry.ISegment (out: use single element array)toSegment - A reference to a com.esri.arcgis.geometry.ISegment (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.