|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConstructAngle
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 |
---|
static final int IID7e9812d8_5ac6_11d1_8352_0000f8775be9
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |