com.esri.arcgis.datasourcesraster
Class IHeightMeasurementProxy

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

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

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

public class IHeightMeasurementProxy
extends com.esri.arcgis.interop.Dispatch
implements IHeightMeasurement, 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.IHeightMeasurement
IID, IID02f7a546_a7fb_4859_a4c2_9c6a4b298d9f
 
Constructor Summary
  IHeightMeasurementProxy()
          Deprecated. For internal use only
  IHeightMeasurementProxy(java.lang.Object obj)
          Deprecated.  
protected IHeightMeasurementProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IHeightMeasurementProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IHeightMeasurementProxy(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 this height measurment.
 double getAzimuthAngleAtBase()
          Deprecated. The object's base azimuth angle.
 double getAzimuthAngleAtTop()
          Deprecated. The object's top azimuth angle.
 double getGroundProjectedAzimuthAngle()
          Deprecated. The object's ground projected azimuth angle.
 double getHeightMeasurement()
          Deprecated. The height measurement.
 double getHeightUncertainty()
          Deprecated. The height measurement uncertainty.
 java.lang.String getLinearUnit()
          Deprecated. The linear unit of this height measurment.
 double getMinimumDistance()
          Deprecated. The minimum distance between the two points measured.
 double getShadowAzimuthAngle()
          Deprecated. The object's shadow azimuth angle.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void reset()
          Deprecated. Resets all the properties of this IHeightMeasurement to their default values.
 void setAngularUnit(java.lang.String pAngularUnit)
          Deprecated. The angular unit of this height measurment.
 void setAzimuthAngleAtBase(double pAzimuthAngleAtBase)
          Deprecated. The object's base azimuth angle.
 void setAzimuthAngleAtTop(double pAzimuthAngleAtTop)
          Deprecated. The object's top azimuth angle.
 void setGroundProjectedAzimuthAngle(double pGroundPrjAzimuthAngle)
          Deprecated. The object's ground projected azimuth angle.
 void setHeightMeasurement(double pHeightMeasurement)
          Deprecated. The height measurement.
 void setHeightUncertainty(double pHeightUncertainty)
          Deprecated. The height measurement uncertainty.
 void setLinearUnit(java.lang.String pLinearUnit)
          Deprecated. The linear unit of this height measurment.
 void setMinimumDistance(double pMinimumDistance)
          Deprecated. The minimum distance between the two points measured.
 void setShadowAzimuthAngle(double pShadowAzimuthAngle)
          Deprecated. The object's shadow azimuth angle.
 
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

IHeightMeasurementProxy

public IHeightMeasurementProxy(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

IHeightMeasurementProxy

public IHeightMeasurementProxy()
Deprecated. 
For internal use only


IHeightMeasurementProxy

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

IHeightMeasurementProxy

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

IHeightMeasurementProxy

protected IHeightMeasurementProxy(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 this height measurment.

Specified by:
getAngularUnit in interface IHeightMeasurement
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 this height measurment.

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

getAzimuthAngleAtBase

public double getAzimuthAngleAtBase()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The object's base azimuth angle.

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

setAzimuthAngleAtBase

public void setAzimuthAngleAtBase(double pAzimuthAngleAtBase)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The object's base azimuth angle.

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

getAzimuthAngleAtTop

public double getAzimuthAngleAtTop()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The object's top azimuth angle.

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

setAzimuthAngleAtTop

public void setAzimuthAngleAtTop(double pAzimuthAngleAtTop)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The object's top azimuth angle.

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

getGroundProjectedAzimuthAngle

public double getGroundProjectedAzimuthAngle()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The object's ground projected azimuth angle.

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

setGroundProjectedAzimuthAngle

public void setGroundProjectedAzimuthAngle(double pGroundPrjAzimuthAngle)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The object's ground projected azimuth angle.

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

getHeightMeasurement

public double getHeightMeasurement()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The height measurement.

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

setHeightMeasurement

public void setHeightMeasurement(double pHeightMeasurement)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The height measurement.

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

getHeightUncertainty

public double getHeightUncertainty()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The height measurement uncertainty.

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

setHeightUncertainty

public void setHeightUncertainty(double pHeightUncertainty)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The height measurement uncertainty.

Specified by:
setHeightUncertainty in interface IHeightMeasurement
Parameters:
pHeightUncertainty - The pHeightUncertainty (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 height measurment.

Specified by:
getLinearUnit in interface IHeightMeasurement
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 height measurment.

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

getMinimumDistance

public double getMinimumDistance()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The minimum distance between the two points measured.

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

setMinimumDistance

public void setMinimumDistance(double pMinimumDistance)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The minimum distance between the two points measured.

Specified by:
setMinimumDistance in interface IHeightMeasurement
Parameters:
pMinimumDistance - The pMinimumDistance (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 IHeightMeasurement to their default values.

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

getShadowAzimuthAngle

public double getShadowAzimuthAngle()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The object's shadow azimuth angle.

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

setShadowAzimuthAngle

public void setShadowAzimuthAngle(double pShadowAzimuthAngle)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The object's shadow azimuth angle.

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