com.esri.arcgis.geometry
Interface IConstructAngle

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GeometryEnvironment, IConstructAngleProxy

public interface IConstructAngle
extends java.io.Serializable

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

Description: 'Provides access to members that construct an angle using other geometries and measures. This interface is implemented by the GeometryEnvironment object.' 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 IID7e9812d8_5ac6_11d1_8352_0000f8775be9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double constructLine(ILine inLine)
          Constructs the angle between the infinite line containing the input line segment and the positive x-axis.
 double constructThreePoint(IPoint from, IPoint through, IPoint to)
          Constructs the angle included in three points.
 

Field Detail

IID7e9812d8_5ac6_11d1_8352_0000f8775be9

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

constructThreePoint

double constructThreePoint(IPoint from,
                           IPoint through,
                           IPoint to)
                           throws java.io.IOException,
                                  AutomationException
Constructs the angle included in three 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)
Returns:
The outAngle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

constructLine

double constructLine(ILine inLine)
                     throws java.io.IOException,
                            AutomationException
Constructs the angle between the infinite line containing the input line segment and the positive x-axis.

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