|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 problemspublic 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 problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public double getAngleMeasurement() throws IOException, AutomationException
getAngleMeasurement
in interface IAngularMeasurement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAngleMeasurement(double pAngleMeasurement) throws IOException, AutomationException
setAngleMeasurement
in interface IAngularMeasurement
pAngleMeasurement
- 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 IAngularMeasurement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAngleUncertainty(double pAngleUncertainty) throws IOException, AutomationException
setAngleUncertainty
in interface IAngularMeasurement
pAngleUncertainty
- 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 IAngularMeasurement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAngularUnit(String pAngularUnit) throws IOException, AutomationException
setAngularUnit
in interface IAngularMeasurement
pAngularUnit
- 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 IAngularMeasurement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHeightAtPoint1(double pHeightAtPoint1) throws IOException, AutomationException
setHeightAtPoint1
in interface IAngularMeasurement
pHeightAtPoint1
- 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 IAngularMeasurement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHeightAtPoint2(double pHeightAtPoint2) throws IOException, AutomationException
setHeightAtPoint2
in interface IAngularMeasurement
pHeightAtPoint2
- 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 IAngularMeasurement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLinearUnit(String pLinearUnit) throws IOException, AutomationException
setLinearUnit
in interface IAngularMeasurement
pLinearUnit
- 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 IAngularMeasurement
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 |