|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.HeightMeasurement
public class HeightMeasurement
Implements interface IHeightMeasurement (height measurement and its associated uncertainty information).
| Constructor Summary | |
|---|---|
HeightMeasurement()
Constructs a HeightMeasurement using ArcGIS Engine. |
|
HeightMeasurement(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. HeightMeasurement theHeightMeasurement = (HeightMeasurement) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
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. |
static String |
getClsid()
getClsid. |
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. |
int |
hashCode()
the hashcode for this object |
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. |
| 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 HeightMeasurement()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public HeightMeasurement(Object obj)
throws IOException
HeightMeasurement theHeightMeasurement = (HeightMeasurement) obj;
obj to HeightMeasurement.
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 IHeightMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAngularUnit(String pAngularUnit)
throws IOException,
AutomationException
setAngularUnit in interface IHeightMeasurementpAngularUnit - The pAngularUnit (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getAzimuthAngleAtBase()
throws IOException,
AutomationException
getAzimuthAngleAtBase in interface IHeightMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAzimuthAngleAtBase(double pAzimuthAngleAtBase)
throws IOException,
AutomationException
setAzimuthAngleAtBase in interface IHeightMeasurementpAzimuthAngleAtBase - The pAzimuthAngleAtBase (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getAzimuthAngleAtTop()
throws IOException,
AutomationException
getAzimuthAngleAtTop in interface IHeightMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAzimuthAngleAtTop(double pAzimuthAngleAtTop)
throws IOException,
AutomationException
setAzimuthAngleAtTop in interface IHeightMeasurementpAzimuthAngleAtTop - The pAzimuthAngleAtTop (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getGroundProjectedAzimuthAngle()
throws IOException,
AutomationException
getGroundProjectedAzimuthAngle in interface IHeightMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGroundProjectedAzimuthAngle(double pGroundPrjAzimuthAngle)
throws IOException,
AutomationException
setGroundProjectedAzimuthAngle in interface IHeightMeasurementpGroundPrjAzimuthAngle - The pGroundPrjAzimuthAngle (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getHeightMeasurement()
throws IOException,
AutomationException
getHeightMeasurement in interface IHeightMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHeightMeasurement(double pHeightMeasurement)
throws IOException,
AutomationException
setHeightMeasurement in interface IHeightMeasurementpHeightMeasurement - The pHeightMeasurement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getHeightUncertainty()
throws IOException,
AutomationException
getHeightUncertainty in interface IHeightMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHeightUncertainty(double pHeightUncertainty)
throws IOException,
AutomationException
setHeightUncertainty in interface IHeightMeasurementpHeightUncertainty - The pHeightUncertainty (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getLinearUnit()
throws IOException,
AutomationException
getLinearUnit in interface IHeightMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLinearUnit(String pLinearUnit)
throws IOException,
AutomationException
setLinearUnit in interface IHeightMeasurementpLinearUnit - The pLinearUnit (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMinimumDistance()
throws IOException,
AutomationException
getMinimumDistance in interface IHeightMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinimumDistance(double pMinimumDistance)
throws IOException,
AutomationException
setMinimumDistance in interface IHeightMeasurementpMinimumDistance - The pMinimumDistance (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reset()
throws IOException,
AutomationException
reset in interface IHeightMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getShadowAzimuthAngle()
throws IOException,
AutomationException
getShadowAzimuthAngle in interface IHeightMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShadowAzimuthAngle(double pShadowAzimuthAngle)
throws IOException,
AutomationException
setShadowAzimuthAngle in interface IHeightMeasurementpShadowAzimuthAngle - 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 | ||||||||