com.esri.arcgis.datasourcesraster
Class IPointMeasurementProxy

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

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

Description: 'Point 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 IPointMeasurementProxy
extends com.esri.arcgis.interop.Dispatch
implements IPointMeasurement, 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.IPointMeasurement
IID, IID24610a3b_3ad6_43e7_bcc0_8c40139ee416
 
Constructor Summary
  IPointMeasurementProxy()
          Deprecated. For internal use only
  IPointMeasurementProxy(java.lang.Object obj)
          Deprecated.  
protected IPointMeasurementProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IPointMeasurementProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IPointMeasurementProxy(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.  
 IDoubleArray getErrorCovarianceMatrix()
          Deprecated. The error covariance matrix that is associated with this IPointMeasurement.
 java.lang.String getHorizontalUnit()
          Deprecated. The unit of the horizontal axes for this IPointMeasurement.
 java.lang.String getVerticalUnit()
          Deprecated. The unit of the vertical axis for this IPointMeasurement.
 double getXCoordinate()
          Deprecated. The X or longitude measurement.
 double getYCoordinate()
          Deprecated. The Y or latitude measurement.
 double getZCoordinate()
          Deprecated. The Z or orthometric height measurement.
 boolean isHorizontalUnitLinear()
          Deprecated. Indicates if the unit of the horizontal axes is a linear unit.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void reset()
          Deprecated. Resets all the properties of this IPointMeasurement to their default values.
 void setErrorCovarianceMatrix(IDoubleArray ppErrorCovMatrix)
          Deprecated. The error covariance matrix that is associated with this IPointMeasurement.
 void setHorizontalUnit(java.lang.String pHorizontalUnit)
          Deprecated. The unit of the horizontal axes for this IPointMeasurement.
 void setVerticalUnit(java.lang.String pVeritcalUnit)
          Deprecated. The unit of the vertical axis for this IPointMeasurement.
 void setXCoordinate(double pXCoordinate)
          Deprecated. The X or longitude measurement.
 void setYCoordinate(double pYCoordinate)
          Deprecated. The Y or latitude measurement.
 void setZCoordinate(double pZCoordinate)
          Deprecated. The Z or orthometric height measurement.
 
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

IPointMeasurementProxy

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

IPointMeasurementProxy

public IPointMeasurementProxy()
Deprecated. 
For internal use only


IPointMeasurementProxy

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

IPointMeasurementProxy

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

IPointMeasurementProxy

protected IPointMeasurementProxy(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

getErrorCovarianceMatrix

public IDoubleArray getErrorCovarianceMatrix()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The error covariance matrix that is associated with this IPointMeasurement.

Specified by:
getErrorCovarianceMatrix in interface IPointMeasurement
Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setErrorCovarianceMatrix

public void setErrorCovarianceMatrix(IDoubleArray ppErrorCovMatrix)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The error covariance matrix that is associated with this IPointMeasurement.

Specified by:
setErrorCovarianceMatrix in interface IPointMeasurement
Parameters:
ppErrorCovMatrix - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHorizontalUnit

public java.lang.String getHorizontalUnit()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The unit of the horizontal axes for this IPointMeasurement.

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

setHorizontalUnit

public void setHorizontalUnit(java.lang.String pHorizontalUnit)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The unit of the horizontal axes for this IPointMeasurement.

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

isHorizontalUnitLinear

public boolean isHorizontalUnitLinear()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if the unit of the horizontal axes is a linear unit.

Specified by:
isHorizontalUnitLinear in interface IPointMeasurement
Returns:
The pIsLinearUnit
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 IPointMeasurement to their default values.

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

getVerticalUnit

public java.lang.String getVerticalUnit()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The unit of the vertical axis for this IPointMeasurement.

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

setVerticalUnit

public void setVerticalUnit(java.lang.String pVeritcalUnit)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The unit of the vertical axis for this IPointMeasurement.

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

getXCoordinate

public double getXCoordinate()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The X or longitude measurement.

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

setXCoordinate

public void setXCoordinate(double pXCoordinate)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The X or longitude measurement.

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

getYCoordinate

public double getYCoordinate()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The Y or latitude measurement.

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

setYCoordinate

public void setYCoordinate(double pYCoordinate)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The Y or latitude measurement.

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

getZCoordinate

public double getZCoordinate()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The Z or orthometric height measurement.

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

setZCoordinate

public void setZCoordinate(double pZCoordinate)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The Z or orthometric height measurement.

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