com.esri.arcgis.datasourcesraster
Class ISensorXformProxy

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

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

Description: 'Provides access to members that control sensor specific geodata transform.' 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 ISensorXformProxy
extends com.esri.arcgis.interop.Dispatch
implements ISensorXform, 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.ISensorXform
IID, IID4fc73b78_d994_457a_90ee_a6d0015b6548
 
Constructor Summary
  ISensorXformProxy()
          Deprecated. For internal use only
  ISensorXformProxy(java.lang.Object obj)
          Deprecated.  
protected ISensorXformProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ISensorXformProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ISensorXformProxy(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.  
 double getConstantZ()
          Deprecated. The constant Z value in meters.
 IRaster getDEM()
          Deprecated. The Digital Elevation Model (DEM).
 double getZFactor()
          Deprecated. The conversion factor from DEM Z unit to meters.
 double getZOffset()
          Deprecated. The Z offset in meters applied to DEM.
 boolean isCorrectGeoid()
          Deprecated. Indicates if Geoid correction is needed.
 boolean isRequireDEM()
          Deprecated. Indicates if DEM is required for applying this transform.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setConstantZ(double z)
          Deprecated. The constant Z value in meters.
 void setCorrectGeoid(boolean pCorrection)
          Deprecated. Indicates if Geoid correction is needed.
 void setDEMByRef(IRaster ppDEM)
          Deprecated. The Digital Elevation Model (DEM).
 void setRequireDEM(boolean pRequireDEM)
          Deprecated. Indicates if DEM is required for applying this transform.
 void setZFactor(double zFactor)
          Deprecated. The conversion factor from DEM Z unit to meters.
 void setZOffset(double zOffset)
          Deprecated. The Z offset in meters applied to DEM.
 
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

ISensorXformProxy

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

ISensorXformProxy

public ISensorXformProxy()
Deprecated. 
For internal use only


ISensorXformProxy

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

ISensorXformProxy

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

ISensorXformProxy

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

getConstantZ

public double getConstantZ()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The constant Z value in meters.

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

setConstantZ

public void setConstantZ(double z)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The constant Z value in meters.

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

getZFactor

public double getZFactor()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The conversion factor from DEM Z unit to meters.

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

setZFactor

public void setZFactor(double zFactor)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The conversion factor from DEM Z unit to meters.

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

getZOffset

public double getZOffset()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The Z offset in meters applied to DEM.

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

setZOffset

public void setZOffset(double zOffset)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The Z offset in meters applied to DEM.

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

getDEM

public IRaster getDEM()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The Digital Elevation Model (DEM).

Specified by:
getDEM in interface ISensorXform
Returns:
A reference to a com.esri.arcgis.geodatabase.IRaster
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDEMByRef

public void setDEMByRef(IRaster ppDEM)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The Digital Elevation Model (DEM).

Specified by:
setDEMByRef in interface ISensorXform
Parameters:
ppDEM - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRequireDEM

public boolean isRequireDEM()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if DEM is required for applying this transform.

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

setRequireDEM

public void setRequireDEM(boolean pRequireDEM)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if DEM is required for applying this transform.

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

isCorrectGeoid

public boolean isCorrectGeoid()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if Geoid correction is needed.

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

setCorrectGeoid

public void setCorrectGeoid(boolean pCorrection)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if Geoid correction is needed.

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