|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDistanceMeasurement
Distance measurement and its associated uncertainty information.
Method Summary | |
---|---|
String |
getAngularUnit()
The angular unit of the distance measurment. |
double |
getAzimuthAngle()
The azimuth angle of the distance measurement. |
double |
getAzimuthAngleUncertainty()
The uncertainty of the azimuth angle measurement. |
double |
getDistanceMeasurement()
The distance measurement. |
double |
getDistanceUncertainty()
The uncertainty of the diatance measurement. |
double |
getElevationAngle()
The elevation angle of the distance measurement. |
double |
getElevationAngleUncertainty()
The uncertainty of the elevation angle measurement. |
double |
getHeightAtPoint1()
The height measurement at the first point. |
double |
getHeightAtPoint2()
The height measurement at the second point. |
double |
getHorizontalDistanceMeasurement()
The horizontal distance measurement. |
double |
getHorizontalDistanceUncertainty()
The horizontal distance measurement uncertainty. |
String |
getLinearUnit()
The linear unit of this distance measurment. |
double |
getVerticalDistanceMeasurement()
The vertical distance measurement. |
double |
getVerticalDistanceUncertainty()
The vertical distance measurement uncertainty. |
void |
reset()
Resets all the properties of this IAngularMeasurement to their default values. |
void |
setAngularUnit(String pAngularUnit)
The angular unit of the distance measurment. |
void |
setAzimuthAngle(double pAzimuthAngle)
The azimuth angle of the distance measurement. |
void |
setAzimuthAngleUncertainty(double pAzAngleUncertainty)
The uncertainty of the azimuth angle measurement. |
void |
setDistanceMeasurement(double pDistMeasurement)
The distance measurement. |
void |
setDistanceUncertainty(double pDistUncertainty)
The uncertainty of the diatance measurement. |
void |
setElevationAngle(double pElevationAngle)
The elevation angle of the distance measurement. |
void |
setElevationAngleUncertainty(double pElevAngleUncertainty)
The uncertainty of the elevation angle measurement. |
void |
setHeightAtPoint1(double pHeightAtPoint1)
The height measurement at the first point. |
void |
setHeightAtPoint2(double pHeightAtPoint2)
The height measurement at the second point. |
void |
setHorizontalDistanceMeasurement(double pHorizDistMeasurement)
The horizontal distance measurement. |
void |
setHorizontalDistanceUncertainty(double pHorizDistUncertainty)
The horizontal distance measurement uncertainty. |
void |
setLinearUnit(String pLinearUnit)
The linear unit of this distance measurment. |
void |
setVerticalDistanceMeasurement(double pVertDistMeasurement)
The vertical distance measurement. |
void |
setVerticalDistanceUncertainty(double pVertDistUncertainty)
The vertical distance measurement uncertainty. |
Method Detail |
---|
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 getAzimuthAngle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAzimuthAngle(double pAzimuthAngle) throws IOException, AutomationException
pAzimuthAngle
- The pAzimuthAngle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAzimuthAngleUncertainty() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAzimuthAngleUncertainty(double pAzAngleUncertainty) throws IOException, AutomationException
pAzAngleUncertainty
- The pAzAngleUncertainty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDistanceMeasurement() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDistanceMeasurement(double pDistMeasurement) throws IOException, AutomationException
pDistMeasurement
- The pDistMeasurement (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDistanceUncertainty() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDistanceUncertainty(double pDistUncertainty) throws IOException, AutomationException
pDistUncertainty
- The pDistUncertainty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getElevationAngle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevationAngle(double pElevationAngle) throws IOException, AutomationException
pElevationAngle
- The pElevationAngle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getElevationAngleUncertainty() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevationAngleUncertainty(double pElevAngleUncertainty) throws IOException, AutomationException
pElevAngleUncertainty
- The pElevAngleUncertainty (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.double getHorizontalDistanceMeasurement() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHorizontalDistanceMeasurement(double pHorizDistMeasurement) throws IOException, AutomationException
pHorizDistMeasurement
- The pHorizDistMeasurement (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getHorizontalDistanceUncertainty() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHorizontalDistanceUncertainty(double pHorizDistUncertainty) throws IOException, AutomationException
pHorizDistUncertainty
- The pHorizDistUncertainty (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.double getVerticalDistanceMeasurement() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVerticalDistanceMeasurement(double pVertDistMeasurement) throws IOException, AutomationException
pVertDistMeasurement
- The pVertDistMeasurement (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getVerticalDistanceUncertainty() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVerticalDistanceUncertainty(double pVertDistUncertainty) throws IOException, AutomationException
pVertDistUncertainty
- The pVertDistUncertainty (in)
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 |