| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.AngularMeasurement
public class AngularMeasurement
Implements interface IAngularMeasurement (angular measurement and the associated uncertainty information).
| Constructor Summary | |
|---|---|
AngularMeasurement()
Constructs a AngularMeasurement using ArcGIS Engine.  | 
|
AngularMeasurement(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.  AngularMeasurement theAngularMeasurement = (AngularMeasurement) obj; | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(Object o)
Compare this object with another  | 
 double | 
getAngleMeasurement()
The angular measurment.  | 
 double | 
getAngleUncertainty()
The angular measurment uncertainty.  | 
 String | 
getAngularUnit()
The angular unit of this angular measurment object.  | 
static String | 
getClsid()
getClsid.  | 
 double | 
getHeightAtPoint1()
The height measurement at the first point.  | 
 double | 
getHeightAtPoint2()
The height measurement at the second point.  | 
 String | 
getLinearUnit()
The linear unit of this angular measurment.  | 
 int | 
hashCode()
the hashcode for this object  | 
 void | 
reset()
Resets all the properties of this IAngularMeasurement to their default values.  | 
 void | 
setAngleMeasurement(double pAngleMeasurement)
The angular measurment.  | 
 void | 
setAngleUncertainty(double pAngleUncertainty)
The angular measurment uncertainty.  | 
 void | 
setAngularUnit(String pAngularUnit)
The angular unit of this angular measurment object.  | 
 void | 
setHeightAtPoint1(double pHeightAtPoint1)
The height measurement at the first point.  | 
 void | 
setHeightAtPoint2(double pHeightAtPoint2)
The height measurement at the second point.  | 
 void | 
setLinearUnit(String pLinearUnit)
The linear unit of this angular measurment.  | 
| 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 AngularMeasurement()
                   throws IOException,
                          UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public AngularMeasurement(Object obj)
                   throws IOException
 AngularMeasurement theAngularMeasurement = (AngularMeasurement) obj;
obj to AngularMeasurement.
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 double getAngleMeasurement()
                           throws IOException,
                                  AutomationException
getAngleMeasurement in interface IAngularMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAngleMeasurement(double pAngleMeasurement)
                         throws IOException,
                                AutomationException
setAngleMeasurement in interface IAngularMeasurementpAngleMeasurement - The pAngleMeasurement  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getAngleUncertainty()
                           throws IOException,
                                  AutomationException
getAngleUncertainty in interface IAngularMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAngleUncertainty(double pAngleUncertainty)
                         throws IOException,
                                AutomationException
setAngleUncertainty in interface IAngularMeasurementpAngleUncertainty - The pAngleUncertainty  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getAngularUnit()
                      throws IOException,
                             AutomationException
getAngularUnit in interface IAngularMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAngularUnit(String pAngularUnit)
                    throws IOException,
                           AutomationException
setAngularUnit in interface IAngularMeasurementpAngularUnit - The pAngularUnit  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getHeightAtPoint1()
                         throws IOException,
                                AutomationException
getHeightAtPoint1 in interface IAngularMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHeightAtPoint1(double pHeightAtPoint1)
                       throws IOException,
                              AutomationException
setHeightAtPoint1 in interface IAngularMeasurementpHeightAtPoint1 - 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 IAngularMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHeightAtPoint2(double pHeightAtPoint2)
                       throws IOException,
                              AutomationException
setHeightAtPoint2 in interface IAngularMeasurementpHeightAtPoint2 - The pHeightAtPoint2  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getLinearUnit()
                     throws IOException,
                            AutomationException
getLinearUnit in interface IAngularMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLinearUnit(String pLinearUnit)
                   throws IOException,
                          AutomationException
setLinearUnit in interface IAngularMeasurementpLinearUnit - 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 IAngularMeasurementIOException - 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 | ||||||||