|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAngularMeasurement
Angular measurement and its associated uncertainty information.
Method Summary | |
---|---|
double |
getAngleMeasurement()
The angular measurment. |
double |
getAngleUncertainty()
The angular measurment uncertainty. |
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. |
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(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(String pLinearUnit)
The linear unit of this angular measurment. |
Method Detail |
---|
double getAngleMeasurement() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAngleMeasurement(double pAngleMeasurement) throws IOException, AutomationException
pAngleMeasurement
- The pAngleMeasurement (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAngleUncertainty() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAngleUncertainty(double pAngleUncertainty) throws IOException, AutomationException
pAngleUncertainty
- The pAngleUncertainty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAngularUnit() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAngularUnit(String pAngularUnit) throws IOException, AutomationException
pAngularUnit
- The pAngularUnit (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getHeightAtPoint1() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeightAtPoint1(double pHeightAtPoint1) throws IOException, AutomationException
pHeightAtPoint1
- The pHeightAtPoint1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getHeightAtPoint2() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeightAtPoint2(double pHeightAtPoint2) throws IOException, AutomationException
pHeightAtPoint2
- The pHeightAtPoint2 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLinearUnit() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLinearUnit(String pLinearUnit) throws IOException, AutomationException
pLinearUnit
- The pLinearUnit (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
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 |