public interface IAngularMeasurement
extends java.io.Serializable
Description: 'Angular measurement and its associated uncertainty information.' 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 |
IIDcdfe6612_d2d4_475e_a682_54033c62f93a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
getAngleMeasurement()
The angular measurment.
|
double |
getAngleUncertainty()
The angular measurment uncertainty.
|
java.lang.String |
getAngularUnit()
The angular unit of this angular measurment object.
|
double |
getHeightAtPoint1()
The height measurement at the first point.
|
double |
getHeightAtPoint2()
The height measurement at the second point.
|
java.lang.String |
getLinearUnit()
The linear unit of this angular measurment.
|
void |
reset()
Resets all the properties of this IAngularMeasurement to their default values.
|
void |
setAngleMeasurement(double pAngleMeasurement)
The angular measurment.
|
void |
setAngleUncertainty(double pAngleUncertainty)
The angular measurment uncertainty.
|
void |
setAngularUnit(java.lang.String pAngularUnit)
The angular unit of this angular measurment object.
|
void |
setHeightAtPoint1(double pHeightAtPoint1)
The height measurement at the first point.
|
void |
setHeightAtPoint2(double pHeightAtPoint2)
The height measurement at the second point.
|
void |
setLinearUnit(java.lang.String pLinearUnit)
The linear unit of this angular measurment.
|
static final int IIDcdfe6612_d2d4_475e_a682_54033c62f93a
static final int xxDummy
static final java.lang.String IID
double getAngleMeasurement() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAngleMeasurement(double pAngleMeasurement) throws java.io.IOException, AutomationException
pAngleMeasurement
- The pAngleMeasurement (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getAngleUncertainty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAngleUncertainty(double pAngleUncertainty) throws java.io.IOException, AutomationException
pAngleUncertainty
- The pAngleUncertainty (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getAngularUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAngularUnit(java.lang.String pAngularUnit) throws java.io.IOException, AutomationException
pAngularUnit
- The pAngularUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getHeightAtPoint1() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHeightAtPoint1(double pHeightAtPoint1) throws java.io.IOException, AutomationException
pHeightAtPoint1
- The pHeightAtPoint1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getHeightAtPoint2() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHeightAtPoint2(double pHeightAtPoint2) throws java.io.IOException, AutomationException
pHeightAtPoint2
- The pHeightAtPoint2 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLinearUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLinearUnit(java.lang.String pLinearUnit) throws java.io.IOException, AutomationException
pLinearUnit
- The pLinearUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.