|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.DistanceMeasurement
public class DistanceMeasurement
Implements interface IDistanceMeasurement (distance measurement and the associated uncertainty information).
| Constructor Summary | |
|---|---|
DistanceMeasurement()
Constructs a DistanceMeasurement using ArcGIS Engine. |
|
DistanceMeasurement(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DistanceMeasurement theDistanceMeasurement = (DistanceMeasurement) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
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. |
static String |
getClsid()
getClsid. |
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. |
int |
hashCode()
the hashcode for this object |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public DistanceMeasurement()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public DistanceMeasurement(Object obj)
throws IOException
DistanceMeasurement theDistanceMeasurement = (DistanceMeasurement) obj;
obj to DistanceMeasurement.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getAngularUnit()
throws IOException,
AutomationException
getAngularUnit in interface IDistanceMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAngularUnit(String pAngularUnit)
throws IOException,
AutomationException
setAngularUnit in interface IDistanceMeasurementpAngularUnit - The pAngularUnit (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getAzimuthAngle()
throws IOException,
AutomationException
getAzimuthAngle in interface IDistanceMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAzimuthAngle(double pAzimuthAngle)
throws IOException,
AutomationException
setAzimuthAngle in interface IDistanceMeasurementpAzimuthAngle - The pAzimuthAngle (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getAzimuthAngleUncertainty()
throws IOException,
AutomationException
getAzimuthAngleUncertainty in interface IDistanceMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAzimuthAngleUncertainty(double pAzAngleUncertainty)
throws IOException,
AutomationException
setAzimuthAngleUncertainty in interface IDistanceMeasurementpAzAngleUncertainty - The pAzAngleUncertainty (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getDistanceMeasurement()
throws IOException,
AutomationException
getDistanceMeasurement in interface IDistanceMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDistanceMeasurement(double pDistMeasurement)
throws IOException,
AutomationException
setDistanceMeasurement in interface IDistanceMeasurementpDistMeasurement - The pDistMeasurement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getDistanceUncertainty()
throws IOException,
AutomationException
getDistanceUncertainty in interface IDistanceMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDistanceUncertainty(double pDistUncertainty)
throws IOException,
AutomationException
setDistanceUncertainty in interface IDistanceMeasurementpDistUncertainty - The pDistUncertainty (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getElevationAngle()
throws IOException,
AutomationException
getElevationAngle in interface IDistanceMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setElevationAngle(double pElevationAngle)
throws IOException,
AutomationException
setElevationAngle in interface IDistanceMeasurementpElevationAngle - The pElevationAngle (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getElevationAngleUncertainty()
throws IOException,
AutomationException
getElevationAngleUncertainty in interface IDistanceMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setElevationAngleUncertainty(double pElevAngleUncertainty)
throws IOException,
AutomationException
setElevationAngleUncertainty in interface IDistanceMeasurementpElevAngleUncertainty - The pElevAngleUncertainty (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getHeightAtPoint1()
throws IOException,
AutomationException
getHeightAtPoint1 in interface IDistanceMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHeightAtPoint1(double pHeightAtPoint1)
throws IOException,
AutomationException
setHeightAtPoint1 in interface IDistanceMeasurementpHeightAtPoint1 - The pHeightAtPoint1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getHeightAtPoint2()
throws IOException,
AutomationException
getHeightAtPoint2 in interface IDistanceMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHeightAtPoint2(double pHeightAtPoint2)
throws IOException,
AutomationException
setHeightAtPoint2 in interface IDistanceMeasurementpHeightAtPoint2 - The pHeightAtPoint2 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getHorizontalDistanceMeasurement()
throws IOException,
AutomationException
getHorizontalDistanceMeasurement in interface IDistanceMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHorizontalDistanceMeasurement(double pHorizDistMeasurement)
throws IOException,
AutomationException
setHorizontalDistanceMeasurement in interface IDistanceMeasurementpHorizDistMeasurement - The pHorizDistMeasurement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getHorizontalDistanceUncertainty()
throws IOException,
AutomationException
getHorizontalDistanceUncertainty in interface IDistanceMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHorizontalDistanceUncertainty(double pHorizDistUncertainty)
throws IOException,
AutomationException
setHorizontalDistanceUncertainty in interface IDistanceMeasurementpHorizDistUncertainty - The pHorizDistUncertainty (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getLinearUnit()
throws IOException,
AutomationException
getLinearUnit in interface IDistanceMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLinearUnit(String pLinearUnit)
throws IOException,
AutomationException
setLinearUnit in interface IDistanceMeasurementpLinearUnit - The pLinearUnit (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reset()
throws IOException,
AutomationException
reset in interface IDistanceMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getVerticalDistanceMeasurement()
throws IOException,
AutomationException
getVerticalDistanceMeasurement in interface IDistanceMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVerticalDistanceMeasurement(double pVertDistMeasurement)
throws IOException,
AutomationException
setVerticalDistanceMeasurement in interface IDistanceMeasurementpVertDistMeasurement - The pVertDistMeasurement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getVerticalDistanceUncertainty()
throws IOException,
AutomationException
getVerticalDistanceUncertainty in interface IDistanceMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVerticalDistanceUncertainty(double pVertDistUncertainty)
throws IOException,
AutomationException
setVerticalDistanceUncertainty in interface IDistanceMeasurementpVertDistUncertainty - 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 | ||||||||