com.esri.arcgis.geometry
Interface IConstructLine

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IConstructLineProxy, Line

public interface IConstructLine
extends java.io.Serializable

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

Description: 'Provides access to members that construct a line segment using other geometries and measures.' 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 IID199120b6_c677_11d0_8307_0000f8034032
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void constructAngleBisector(IPoint from, IPoint through, IPoint to, double length, boolean useAcuteAngle)
          Constructs a line segment being the bisector through the angle defined by the three input points.
 void constructExtended(ILine inLine, int extendHow)
          Extends a line segment until one or both of its endpoints reaches the boundary of the domain of the line's associated spatial reference.
 

Field Detail

IID199120b6_c677_11d0_8307_0000f8034032

static final int IID199120b6_c677_11d0_8307_0000f8034032
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

constructAngleBisector

void constructAngleBisector(IPoint from,
                            IPoint through,
                            IPoint to,
                            double length,
                            boolean useAcuteAngle)
                            throws java.io.IOException,
                                   AutomationException
Constructs a line segment being the bisector through the angle defined by the three input points.

Parameters:
from - A reference to a com.esri.arcgis.geometry.IPoint (in)
through - A reference to a com.esri.arcgis.geometry.IPoint (in)
to - A reference to a com.esri.arcgis.geometry.IPoint (in)
length - The length (in)
useAcuteAngle - The useAcuteAngle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

constructExtended

void constructExtended(ILine inLine,
                       int extendHow)
                       throws java.io.IOException,
                              AutomationException
Extends a line segment until one or both of its endpoints reaches the boundary of the domain of the line's associated spatial reference.

Parameters:
inLine - A reference to a com.esri.arcgis.geometry.ILine (in)
extendHow - A com.esri.arcgis.geometry.esriSegmentExtension constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.