com.esri.arcgis.datasourcesraster
Class IGeometricFunctionArgumentsProxy

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

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

Description: 'Provides access to members that control geometric function arguments.' 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 IGeometricFunctionArgumentsProxy
extends com.esri.arcgis.interop.Dispatch
implements IGeometricFunctionArguments, 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.IGeometricFunctionArguments
IID, IIDee17ff50_4762_46b4_a1d0_e111fd7ffde1
 
Constructor Summary
  IGeometricFunctionArgumentsProxy()
          Deprecated. For internal use only
  IGeometricFunctionArgumentsProxy(java.lang.Object obj)
          Deprecated.  
protected IGeometricFunctionArgumentsProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGeometricFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGeometricFunctionArgumentsProxy(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.
 java.lang.Object getDEM()
          Deprecated. The Digital Elevation Model (DEM) for orthorectification.
 IGeodataXform getGeodataXform()
          Deprecated. The geodata transformation.
 java.lang.Object getRaster()
          Deprecated. The source raster object.
 double getZFactor()
          Deprecated. The conversion factor from DEM Z unit to meters.
 double getZOffset()
          Deprecated. The Z offset in meters applied to DEM.
 boolean isAppendGeodataXform()
          Deprecated. Indicates whether the the geodata transformation is appended to the existing one from the input raster.
 boolean isCorrectGeoid()
          Deprecated. Indicates if Geoid correction is needed.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAppendGeodataXform(boolean pAppendXform)
          Deprecated. Indicates whether the the geodata transformation is appended to the existing one from the input raster.
 void setConstantZ(double z)
          Deprecated. The constant Z value in meters.
 void setCorrectGeoid(boolean pCorrection)
          Deprecated. Indicates if Geoid correction is needed.
 void setDEMByRef(java.lang.Object ppDEM)
          Deprecated. The Digital Elevation Model (DEM) for orthorectification.
 void setGeodataXformByRef(IGeodataXform ppXf)
          Deprecated. The geodata transformation.
 void setRasterByRef(java.lang.Object ppRaster)
          Deprecated. The source raster object.
 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

IGeometricFunctionArgumentsProxy

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

IGeometricFunctionArgumentsProxy

public IGeometricFunctionArgumentsProxy()
Deprecated. 
For internal use only


IGeometricFunctionArgumentsProxy

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

IGeometricFunctionArgumentsProxy

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

IGeometricFunctionArgumentsProxy

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

getRaster

public java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The source raster object.

Specified by:
getRaster in interface IGeometricFunctionArguments
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

public void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The source raster object.

Specified by:
setRasterByRef in interface IGeometricFunctionArguments
Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDEM

public java.lang.Object getDEM()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The Digital Elevation Model (DEM) for orthorectification.

Specified by:
getDEM in interface IGeometricFunctionArguments
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDEMByRef

public void setDEMByRef(java.lang.Object ppDEM)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The Digital Elevation Model (DEM) for orthorectification.

Specified by:
setDEMByRef in interface IGeometricFunctionArguments
Parameters:
ppDEM - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConstantZ

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

Specified by:
getConstantZ in interface IGeometricFunctionArguments
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 IGeometricFunctionArguments
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 IGeometricFunctionArguments
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 IGeometricFunctionArguments
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 IGeometricFunctionArguments
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 IGeometricFunctionArguments
Parameters:
zOffset - The zOffset (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 IGeometricFunctionArguments
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 IGeometricFunctionArguments
Parameters:
pCorrection - The pCorrection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeodataXform

public IGeodataXform getGeodataXform()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The geodata transformation.

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

setGeodataXformByRef

public void setGeodataXformByRef(IGeodataXform ppXf)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The geodata transformation.

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

isAppendGeodataXform

public boolean isAppendGeodataXform()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates whether the the geodata transformation is appended to the existing one from the input raster.

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

setAppendGeodataXform

public void setAppendGeodataXform(boolean pAppendXform)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates whether the the geodata transformation is appended to the existing one from the input raster.

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