com.esri.arcgis.datasourcesraster
Interface ITrendFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITrendFunctionArgumentsProxy, TrendFunctionArguments

public interface ITrendFunctionArguments
extends java.io.Serializable

COM Interface 'ITrendFunctionArguments'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control trend 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 IID1b183727_8275_436c_9227_baeef6e04bfb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDoubleArray getCurveParameters()
          The simple curve trend surface parameters.
 IDoubleArray getPlaneParameters()
          The plane trend surface parameters.
 java.lang.Object getRaster()
          The input raster for conversion.
 void setCurveParametersByRef(IDoubleArray ppParameters)
          The simple curve trend surface parameters.
 void setPlaneParametersByRef(IDoubleArray ppParameters)
          The plane trend surface parameters.
 void setRasterByRef(java.lang.Object ppRaster)
          The input raster for conversion.
 

Field Detail

IID1b183727_8275_436c_9227_baeef6e04bfb

static final int IID1b183727_8275_436c_9227_baeef6e04bfb
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 input raster for conversion.

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 input raster for conversion.

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.

getPlaneParameters

IDoubleArray getPlaneParameters()
                                throws java.io.IOException,
                                       AutomationException
The plane trend surface parameters.

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.

setPlaneParametersByRef

void setPlaneParametersByRef(IDoubleArray ppParameters)
                             throws java.io.IOException,
                                    AutomationException
The plane trend surface parameters.

Parameters:
ppParameters - 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.

getCurveParameters

IDoubleArray getCurveParameters()
                                throws java.io.IOException,
                                       AutomationException
The simple curve trend surface parameters.

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.

setCurveParametersByRef

void setCurveParametersByRef(IDoubleArray ppParameters)
                             throws java.io.IOException,
                                    AutomationException
The simple curve trend surface parameters.

Parameters:
ppParameters - 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.