|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHeightMeasurement
Height measurement and the associated uncertainty information.
Method Summary | |
---|---|
String |
getAngularUnit()
The angular unit of this height measurment. |
double |
getAzimuthAngleAtBase()
The object's base azimuth angle. |
double |
getAzimuthAngleAtTop()
The object's top azimuth angle. |
double |
getGroundProjectedAzimuthAngle()
The object's ground projected azimuth angle. |
double |
getHeightMeasurement()
The height measurement. |
double |
getHeightUncertainty()
The height measurement uncertainty. |
String |
getLinearUnit()
The linear unit of this height measurment. |
double |
getMinimumDistance()
The minimum distance between the two points measured. |
double |
getShadowAzimuthAngle()
The object's shadow azimuth angle. |
void |
reset()
Resets all the properties of this IHeightMeasurement to their default values. |
void |
setAngularUnit(String pAngularUnit)
The angular unit of this height measurment. |
void |
setAzimuthAngleAtBase(double pAzimuthAngleAtBase)
The object's base azimuth angle. |
void |
setAzimuthAngleAtTop(double pAzimuthAngleAtTop)
The object's top azimuth angle. |
void |
setGroundProjectedAzimuthAngle(double pGroundPrjAzimuthAngle)
The object's ground projected azimuth angle. |
void |
setHeightMeasurement(double pHeightMeasurement)
The height measurement. |
void |
setHeightUncertainty(double pHeightUncertainty)
The height measurement uncertainty. |
void |
setLinearUnit(String pLinearUnit)
The linear unit of this height measurment. |
void |
setMinimumDistance(double pMinimumDistance)
The minimum distance between the two points measured. |
void |
setShadowAzimuthAngle(double pShadowAzimuthAngle)
The object's shadow azimuth angle. |
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 getAzimuthAngleAtBase() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAzimuthAngleAtBase(double pAzimuthAngleAtBase) throws IOException, AutomationException
pAzimuthAngleAtBase
- The pAzimuthAngleAtBase (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAzimuthAngleAtTop() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAzimuthAngleAtTop(double pAzimuthAngleAtTop) throws IOException, AutomationException
pAzimuthAngleAtTop
- The pAzimuthAngleAtTop (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getGroundProjectedAzimuthAngle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGroundProjectedAzimuthAngle(double pGroundPrjAzimuthAngle) throws IOException, AutomationException
pGroundPrjAzimuthAngle
- The pGroundPrjAzimuthAngle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getHeightMeasurement() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeightMeasurement(double pHeightMeasurement) throws IOException, AutomationException
pHeightMeasurement
- The pHeightMeasurement (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getHeightUncertainty() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeightUncertainty(double pHeightUncertainty) throws IOException, AutomationException
pHeightUncertainty
- The pHeightUncertainty (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.double getMinimumDistance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinimumDistance(double pMinimumDistance) throws IOException, AutomationException
pMinimumDistance
- The pMinimumDistance (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 getShadowAzimuthAngle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShadowAzimuthAngle(double pShadowAzimuthAngle) throws IOException, AutomationException
pShadowAzimuthAngle
- The pShadowAzimuthAngle (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 |