com.esri.arcgis.datasourcesraster
Class AngularMeasurement

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.AngularMeasurement
All Implemented Interfaces:
IAngularMeasurement, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class AngularMeasurement
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IAngularMeasurement

COM Class 'AngularMeasurement'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description 'Implements interface IAngularMeasurement (angular measurement and the 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IAngularMeasurement
IID, IIDcdfe6612_d2d4_475e_a682_54033c62f93a, xxDummy
 
Constructor Summary
AngularMeasurement()
          Constructs a AngularMeasurement using ArcGIS Engine.
AngularMeasurement(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
AngularMeasurement theAngularMeasurement = (AngularMeasurement) obj;
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
 double getAngleMeasurement()
          The angular measurment.
 double getAngleUncertainty()
          The angular measurment uncertainty.
 java.lang.String getAngularUnit()
          The angular unit of this angular measurment object.
static java.lang.String getClsid()
          getClsid.
 double getHeightAtPoint1()
          The height measurement at the first point.
 double getHeightAtPoint2()
          The height measurement at the second point.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 java.lang.String getLinearUnit()
          The linear unit of this angular measurment.
 int hashCode()
          the hashcode for this object
 void release()
          Release a AngularMeasurement.
 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(java.lang.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(java.lang.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
 

Constructor Detail

AngularMeasurement

public AngularMeasurement()
                   throws java.io.IOException,
                          java.net.UnknownHostException
Constructs a AngularMeasurement using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

AngularMeasurement

public AngularMeasurement(java.lang.Object obj)
                   throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
AngularMeasurement theAngularMeasurement = (AngularMeasurement) obj;

Construct a AngularMeasurement using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to AngularMeasurement.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a AngularMeasurement.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getAngleMeasurement

public double getAngleMeasurement()
                           throws java.io.IOException,
                                  AutomationException
The angular measurment.

Specified by:
getAngleMeasurement in interface IAngularMeasurement
Returns:
The pAngleMeasurement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAngleMeasurement

public void setAngleMeasurement(double pAngleMeasurement)
                         throws java.io.IOException,
                                AutomationException
The angular measurment.

Specified by:
setAngleMeasurement in interface IAngularMeasurement
Parameters:
pAngleMeasurement - The pAngleMeasurement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAngleUncertainty

public double getAngleUncertainty()
                           throws java.io.IOException,
                                  AutomationException
The angular measurment uncertainty.

Specified by:
getAngleUncertainty in interface IAngularMeasurement
Returns:
The pAngleUncertainty
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAngleUncertainty

public void setAngleUncertainty(double pAngleUncertainty)
                         throws java.io.IOException,
                                AutomationException
The angular measurment uncertainty.

Specified by:
setAngleUncertainty in interface IAngularMeasurement
Parameters:
pAngleUncertainty - The pAngleUncertainty (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAngularUnit

public java.lang.String getAngularUnit()
                                throws java.io.IOException,
                                       AutomationException
The angular unit of this angular measurment object.

Specified by:
getAngularUnit in interface IAngularMeasurement
Returns:
The pAngularUnit
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAngularUnit

public void setAngularUnit(java.lang.String pAngularUnit)
                    throws java.io.IOException,
                           AutomationException
The angular unit of this angular measurment object.

Specified by:
setAngularUnit in interface IAngularMeasurement
Parameters:
pAngularUnit - The pAngularUnit (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHeightAtPoint1

public double getHeightAtPoint1()
                         throws java.io.IOException,
                                AutomationException
The height measurement at the first point.

Specified by:
getHeightAtPoint1 in interface IAngularMeasurement
Returns:
The pHeightAtPoint1
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHeightAtPoint1

public void setHeightAtPoint1(double pHeightAtPoint1)
                       throws java.io.IOException,
                              AutomationException
The height measurement at the first point.

Specified by:
setHeightAtPoint1 in interface IAngularMeasurement
Parameters:
pHeightAtPoint1 - The pHeightAtPoint1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHeightAtPoint2

public double getHeightAtPoint2()
                         throws java.io.IOException,
                                AutomationException
The height measurement at the second point.

Specified by:
getHeightAtPoint2 in interface IAngularMeasurement
Returns:
The pHeightAtPoint2
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHeightAtPoint2

public void setHeightAtPoint2(double pHeightAtPoint2)
                       throws java.io.IOException,
                              AutomationException
The height measurement at the second point.

Specified by:
setHeightAtPoint2 in interface IAngularMeasurement
Parameters:
pHeightAtPoint2 - The pHeightAtPoint2 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLinearUnit

public java.lang.String getLinearUnit()
                               throws java.io.IOException,
                                      AutomationException
The linear unit of this angular measurment.

Specified by:
getLinearUnit in interface IAngularMeasurement
Returns:
The pLinearUnit
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLinearUnit

public void setLinearUnit(java.lang.String pLinearUnit)
                   throws java.io.IOException,
                          AutomationException
The linear unit of this angular measurment.

Specified by:
setLinearUnit in interface IAngularMeasurement
Parameters:
pLinearUnit - The pLinearUnit (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

public void reset()
           throws java.io.IOException,
                  AutomationException
Resets all the properties of this IAngularMeasurement to their default values.

Specified by:
reset in interface IAngularMeasurement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.