public interface IConstructAngle
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID7e9812d8_5ac6_11d1_8352_0000f8775be9 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID7e9812d8_5ac6_11d1_8352_0000f8775be9
static final int xxDummy
static final java.lang.String IID
double constructThreePoint(IPoint from, IPoint through, IPoint to) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double constructLine(ILine inLine) throws java.io.IOException, AutomationException
inLine
- A reference to a com.esri.arcgis.geometry.ILine (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.