com.esri.arcgis.datasourcesraster
Interface IAngularMeasurement

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AngularMeasurement, IAngularMeasurementProxy

public interface IAngularMeasurement
extends java.io.Serializable

COM Interface 'IAngularMeasurement'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Angular measurement and its 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDcdfe6612_d2d4_475e_a682_54033c62f93a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getAngleMeasurement()
          The angular measurment.
 double getAngleUncertainty()
          The angular measurment uncertainty.
 java.lang.String getAngularUnit()
          The angular unit of this angular measurment object.
 double getHeightAtPoint1()
          The height measurement at the first point.
 double getHeightAtPoint2()
          The height measurement at the second point.
 java.lang.String getLinearUnit()
          The linear unit of this angular measurment.
 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.
 

Field Detail

IIDcdfe6612_d2d4_475e_a682_54033c62f93a

static final int IIDcdfe6612_d2d4_475e_a682_54033c62f93a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getAngleMeasurement

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

Returns:
The pAngleMeasurement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAngleMeasurement

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

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

getAngleUncertainty

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

Returns:
The pAngleUncertainty
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAngleUncertainty

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

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

getAngularUnit

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

Returns:
The pAngularUnit
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAngularUnit

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

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

getHeightAtPoint1

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

Returns:
The pHeightAtPoint1
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHeightAtPoint1

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

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

getHeightAtPoint2

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

Returns:
The pHeightAtPoint2
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHeightAtPoint2

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

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

getLinearUnit

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

Returns:
The pLinearUnit
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLinearUnit

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

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

reset

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

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.