public interface IHeightMeasurement
extends java.io.Serializable
Description: 'Height measurement and the 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 |
IID02f7a546_a7fb_4859_a4c2_9c6a4b298d9f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|
java.lang.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(java.lang.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(java.lang.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.
|
static final int IID02f7a546_a7fb_4859_a4c2_9c6a4b298d9f
static final int xxDummy
static final java.lang.String IID
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 getAzimuthAngleAtBase() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAzimuthAngleAtBase(double pAzimuthAngleAtBase) throws java.io.IOException, AutomationException
pAzimuthAngleAtBase
- The pAzimuthAngleAtBase (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getAzimuthAngleAtTop() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAzimuthAngleAtTop(double pAzimuthAngleAtTop) throws java.io.IOException, AutomationException
pAzimuthAngleAtTop
- The pAzimuthAngleAtTop (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getGroundProjectedAzimuthAngle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGroundProjectedAzimuthAngle(double pGroundPrjAzimuthAngle) throws java.io.IOException, AutomationException
pGroundPrjAzimuthAngle
- The pGroundPrjAzimuthAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getHeightMeasurement() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHeightMeasurement(double pHeightMeasurement) throws java.io.IOException, AutomationException
pHeightMeasurement
- The pHeightMeasurement (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getHeightUncertainty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHeightUncertainty(double pHeightUncertainty) throws java.io.IOException, AutomationException
pHeightUncertainty
- The pHeightUncertainty (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.double getMinimumDistance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMinimumDistance(double pMinimumDistance) throws java.io.IOException, AutomationException
pMinimumDistance
- The pMinimumDistance (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.double getShadowAzimuthAngle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setShadowAzimuthAngle(double pShadowAzimuthAngle) throws java.io.IOException, AutomationException
pShadowAzimuthAngle
- The pShadowAzimuthAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.