public interface IDistanceMeasurement
extends java.io.Serializable
Description: 'Distance 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 |
IIDc997d6a9_2b49_42da_97dd_34eb32a14a02 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.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.
|
java.lang.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(java.lang.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(java.lang.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.
|
static final int IIDc997d6a9_2b49_42da_97dd_34eb32a14a02
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 getAzimuthAngle()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setAzimuthAngle(double pAzimuthAngle)
throws java.io.IOException,
AutomationException
pAzimuthAngle - The pAzimuthAngle (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getAzimuthAngleUncertainty()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setAzimuthAngleUncertainty(double pAzAngleUncertainty)
throws java.io.IOException,
AutomationException
pAzAngleUncertainty - The pAzAngleUncertainty (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getDistanceMeasurement()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDistanceMeasurement(double pDistMeasurement)
throws java.io.IOException,
AutomationException
pDistMeasurement - The pDistMeasurement (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getDistanceUncertainty()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDistanceUncertainty(double pDistUncertainty)
throws java.io.IOException,
AutomationException
pDistUncertainty - The pDistUncertainty (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getElevationAngle()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setElevationAngle(double pElevationAngle)
throws java.io.IOException,
AutomationException
pElevationAngle - The pElevationAngle (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getElevationAngleUncertainty()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setElevationAngleUncertainty(double pElevAngleUncertainty)
throws java.io.IOException,
AutomationException
pElevAngleUncertainty - The pElevAngleUncertainty (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.double getHorizontalDistanceMeasurement()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setHorizontalDistanceMeasurement(double pHorizDistMeasurement)
throws java.io.IOException,
AutomationException
pHorizDistMeasurement - The pHorizDistMeasurement (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getHorizontalDistanceUncertainty()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setHorizontalDistanceUncertainty(double pHorizDistUncertainty)
throws java.io.IOException,
AutomationException
pHorizDistUncertainty - The pHorizDistUncertainty (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.double getVerticalDistanceMeasurement()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setVerticalDistanceMeasurement(double pVertDistMeasurement)
throws java.io.IOException,
AutomationException
pVertDistMeasurement - The pVertDistMeasurement (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getVerticalDistanceUncertainty()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setVerticalDistanceUncertainty(double pVertDistUncertainty)
throws java.io.IOException,
AutomationException
pVertDistUncertainty - The pVertDistUncertainty (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.