com.esri.arcgis.datasourcesraster
Interface IGeometricFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GeometricFunctionArguments, IGeometricFunctionArgumentsProxy

public interface IGeometricFunctionArguments
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDee17ff50_4762_46b4_a1d0_e111fd7ffde1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getConstantZ()
          The constant Z value in meters.
 java.lang.Object getDEM()
          The Digital Elevation Model (DEM) for orthorectification.
 IGeodataXform getGeodataXform()
          The geodata transformation.
 java.lang.Object getRaster()
          The source raster object.
 double getZFactor()
          The conversion factor from DEM Z unit to meters.
 double getZOffset()
          The Z offset in meters applied to DEM.
 boolean isAppendGeodataXform()
          Indicates whether the the geodata transformation is appended to the existing one from the input raster.
 boolean isCorrectGeoid()
          Indicates if Geoid correction is needed.
 void setAppendGeodataXform(boolean pAppendXform)
          Indicates whether the the geodata transformation is appended to the existing one from the input raster.
 void setConstantZ(double z)
          The constant Z value in meters.
 void setCorrectGeoid(boolean pCorrection)
          Indicates if Geoid correction is needed.
 void setDEMByRef(java.lang.Object ppDEM)
          The Digital Elevation Model (DEM) for orthorectification.
 void setGeodataXformByRef(IGeodataXform ppXf)
          The geodata transformation.
 void setRasterByRef(java.lang.Object ppRaster)
          The source raster object.
 void setZFactor(double zFactor)
          The conversion factor from DEM Z unit to meters.
 void setZOffset(double zOffset)
          The Z offset in meters applied to DEM.
 

Field Detail

IIDee17ff50_4762_46b4_a1d0_e111fd7ffde1

static final int IIDee17ff50_4762_46b4_a1d0_e111fd7ffde1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getRaster

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

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

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

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

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

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

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

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

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

Returns:
The z
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConstantZ

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

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

getZFactor

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

Returns:
The zFactor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setZFactor

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

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

getZOffset

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

Returns:
The zOffset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setZOffset

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

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

isCorrectGeoid

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

Returns:
The pCorrection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCorrectGeoid

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

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

getGeodataXform

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

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

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

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

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

Returns:
The pAppendXform
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAppendGeodataXform

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

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