com.esri.arcgis.datasourcesraster
Class IDistanceMeasurementProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IDistanceMeasurementProxy
All Implemented Interfaces:
IDistanceMeasurement, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IDistanceMeasurement'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Distance 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 =

public class IDistanceMeasurementProxy
extends com.esri.arcgis.interop.Dispatch
implements IDistanceMeasurement, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IDistanceMeasurement
IID, IIDc997d6a9_2b49_42da_97dd_34eb32a14a02
 
Constructor Summary
  IDistanceMeasurementProxy()
          Deprecated. For internal use only
  IDistanceMeasurementProxy(java.lang.Object obj)
          Deprecated.  
protected IDistanceMeasurementProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDistanceMeasurementProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDistanceMeasurementProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String getAngularUnit()
          Deprecated. The angular unit of the distance measurment.
 double getAzimuthAngle()
          Deprecated. The azimuth angle of the distance measurement.
 double getAzimuthAngleUncertainty()
          Deprecated. The uncertainty of the azimuth angle measurement.
 double getDistanceMeasurement()
          Deprecated. The distance measurement.
 double getDistanceUncertainty()
          Deprecated. The uncertainty of the diatance measurement.
 double getElevationAngle()
          Deprecated. The elevation angle of the distance measurement.
 double getElevationAngleUncertainty()
          Deprecated. The uncertainty of the elevation angle measurement.
 double getHeightAtPoint1()
          Deprecated. The height measurement at the first point.
 double getHeightAtPoint2()
          Deprecated. The height measurement at the second point.
 double getHorizontalDistanceMeasurement()
          Deprecated. The horizontal distance measurement.
 double getHorizontalDistanceUncertainty()
          Deprecated. The horizontal distance measurement uncertainty.
 java.lang.String getLinearUnit()
          Deprecated. The linear unit of this distance measurment.
 double getVerticalDistanceMeasurement()
          Deprecated. The vertical distance measurement.
 double getVerticalDistanceUncertainty()
          Deprecated. The vertical distance measurement uncertainty.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void reset()
          Deprecated. Resets all the properties of this IAngularMeasurement to their default values.
 void setAngularUnit(java.lang.String pAngularUnit)
          Deprecated. The angular unit of the distance measurment.
 void setAzimuthAngle(double pAzimuthAngle)
          Deprecated. The azimuth angle of the distance measurement.
 void setAzimuthAngleUncertainty(double pAzAngleUncertainty)
          Deprecated. The uncertainty of the azimuth angle measurement.
 void setDistanceMeasurement(double pDistMeasurement)
          Deprecated. The distance measurement.
 void setDistanceUncertainty(double pDistUncertainty)
          Deprecated. The uncertainty of the diatance measurement.
 void setElevationAngle(double pElevationAngle)
          Deprecated. The elevation angle of the distance measurement.
 void setElevationAngleUncertainty(double pElevAngleUncertainty)
          Deprecated. The uncertainty of the elevation angle measurement.
 void setHeightAtPoint1(double pHeightAtPoint1)
          Deprecated. The height measurement at the first point.
 void setHeightAtPoint2(double pHeightAtPoint2)
          Deprecated. The height measurement at the second point.
 void setHorizontalDistanceMeasurement(double pHorizDistMeasurement)
          Deprecated. The horizontal distance measurement.
 void setHorizontalDistanceUncertainty(double pHorizDistUncertainty)
          Deprecated. The horizontal distance measurement uncertainty.
 void setLinearUnit(java.lang.String pLinearUnit)
          Deprecated. The linear unit of this distance measurment.
 void setVerticalDistanceMeasurement(double pVertDistMeasurement)
          Deprecated. The vertical distance measurement.
 void setVerticalDistanceUncertainty(double pVertDistUncertainty)
          Deprecated. The vertical distance measurement uncertainty.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IDistanceMeasurementProxy

public IDistanceMeasurementProxy(java.lang.String CLSID,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.net.UnknownHostException,
                                 java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IDistanceMeasurementProxy

public IDistanceMeasurementProxy()
Deprecated. 
For internal use only


IDistanceMeasurementProxy

public IDistanceMeasurementProxy(java.lang.Object obj)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDistanceMeasurementProxy

protected IDistanceMeasurementProxy(java.lang.Object obj,
                                    java.lang.String iid)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDistanceMeasurementProxy

protected IDistanceMeasurementProxy(java.lang.String CLSID,
                                    java.lang.String iid,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getAngularUnit

public java.lang.String getAngularUnit()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The angular unit of the distance measurment.

Specified by:
getAngularUnit in interface IDistanceMeasurement
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
Deprecated. 
The angular unit of the distance measurment.

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

getAzimuthAngle

public double getAzimuthAngle()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The azimuth angle of the distance measurement.

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

setAzimuthAngle

public void setAzimuthAngle(double pAzimuthAngle)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The azimuth angle of the distance measurement.

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

getAzimuthAngleUncertainty

public double getAzimuthAngleUncertainty()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The uncertainty of the azimuth angle measurement.

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

setAzimuthAngleUncertainty

public void setAzimuthAngleUncertainty(double pAzAngleUncertainty)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The uncertainty of the azimuth angle measurement.

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

getDistanceMeasurement

public double getDistanceMeasurement()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The distance measurement.

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

setDistanceMeasurement

public void setDistanceMeasurement(double pDistMeasurement)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The distance measurement.

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

getDistanceUncertainty

public double getDistanceUncertainty()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The uncertainty of the diatance measurement.

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

setDistanceUncertainty

public void setDistanceUncertainty(double pDistUncertainty)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The uncertainty of the diatance measurement.

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

getElevationAngle

public double getElevationAngle()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The elevation angle of the distance measurement.

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

setElevationAngle

public void setElevationAngle(double pElevationAngle)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The elevation angle of the distance measurement.

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

getElevationAngleUncertainty

public double getElevationAngleUncertainty()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The uncertainty of the elevation angle measurement.

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

setElevationAngleUncertainty

public void setElevationAngleUncertainty(double pElevAngleUncertainty)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The uncertainty of the elevation angle measurement.

Specified by:
setElevationAngleUncertainty in interface IDistanceMeasurement
Parameters:
pElevAngleUncertainty - The pElevAngleUncertainty (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
Deprecated. 
The height measurement at the first point.

Specified by:
getHeightAtPoint1 in interface IDistanceMeasurement
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
Deprecated. 
The height measurement at the first point.

Specified by:
setHeightAtPoint1 in interface IDistanceMeasurement
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
Deprecated. 
The height measurement at the second point.

Specified by:
getHeightAtPoint2 in interface IDistanceMeasurement
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
Deprecated. 
The height measurement at the second point.

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

getHorizontalDistanceMeasurement

public double getHorizontalDistanceMeasurement()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
The horizontal distance measurement.

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

setHorizontalDistanceMeasurement

public void setHorizontalDistanceMeasurement(double pHorizDistMeasurement)
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The horizontal distance measurement.

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

getHorizontalDistanceUncertainty

public double getHorizontalDistanceUncertainty()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
The horizontal distance measurement uncertainty.

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

setHorizontalDistanceUncertainty

public void setHorizontalDistanceUncertainty(double pHorizDistUncertainty)
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The horizontal distance measurement uncertainty.

Specified by:
setHorizontalDistanceUncertainty in interface IDistanceMeasurement
Parameters:
pHorizDistUncertainty - The pHorizDistUncertainty (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
Deprecated. 
The linear unit of this distance measurment.

Specified by:
getLinearUnit in interface IDistanceMeasurement
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
Deprecated. 
The linear unit of this distance measurment.

Specified by:
setLinearUnit in interface IDistanceMeasurement
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
Deprecated. 
Resets all the properties of this IAngularMeasurement to their default values.

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

getVerticalDistanceMeasurement

public double getVerticalDistanceMeasurement()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The vertical distance measurement.

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

setVerticalDistanceMeasurement

public void setVerticalDistanceMeasurement(double pVertDistMeasurement)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The vertical distance measurement.

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

getVerticalDistanceUncertainty

public double getVerticalDistanceUncertainty()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The vertical distance measurement uncertainty.

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

setVerticalDistanceUncertainty

public void setVerticalDistanceUncertainty(double pVertDistUncertainty)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The vertical distance measurement uncertainty.

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