com.esri.arcgis.datasourcesraster
Interface IArgStatisticsFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ArgStatisticsFunctionArguments, IArgStatisticsFunctionArgumentsProxy

public interface IArgStatisticsFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control ArgStatisticsFunction 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 IID01319911_4c27_4043_b374_47402bafe762
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getArgStatisticsType()
          The arg statistics type.
 double getDurationMaximum()
          Duration's maximum value.
 double getDurationMinimum()
          Duration's minimum value.
 java.lang.Object getRasters()
          The input rasters.
 int getUndefinedClass()
          Undefined class value.
 void setArgStatisticsType(int pType)
          The arg statistics type.
 void setDurationMaximum(double max)
          Duration's maximum value.
 void setDurationMinimum(double min)
          Duration's minimum value.
 void setRastersByRef(java.lang.Object ppRasters)
          The input rasters.
 void setUndefinedClass(int undefinedClass)
          Undefined class value.
 

Field Detail

IID01319911_4c27_4043_b374_47402bafe762

static final int IID01319911_4c27_4043_b374_47402bafe762
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

getRasters

java.lang.Object getRasters()
                            throws java.io.IOException,
                                   AutomationException
The input rasters.

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

setRastersByRef

void setRastersByRef(java.lang.Object ppRasters)
                     throws java.io.IOException,
                            AutomationException
The input rasters.

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

getArgStatisticsType

int getArgStatisticsType()
                         throws java.io.IOException,
                                AutomationException
The arg statistics type.

Returns:
A com.esri.arcgis.datasourcesraster.esriArgStatisticsType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setArgStatisticsType

void setArgStatisticsType(int pType)
                          throws java.io.IOException,
                                 AutomationException
The arg statistics type.

Parameters:
pType - A com.esri.arcgis.datasourcesraster.esriArgStatisticsType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUndefinedClass

int getUndefinedClass()
                      throws java.io.IOException,
                             AutomationException
Undefined class value.

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

setUndefinedClass

void setUndefinedClass(int undefinedClass)
                       throws java.io.IOException,
                              AutomationException
Undefined class value.

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

getDurationMinimum

double getDurationMinimum()
                          throws java.io.IOException,
                                 AutomationException
Duration's minimum value.

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

setDurationMinimum

void setDurationMinimum(double min)
                        throws java.io.IOException,
                               AutomationException
Duration's minimum value.

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

getDurationMaximum

double getDurationMaximum()
                          throws java.io.IOException,
                                 AutomationException
Duration's maximum value.

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

setDurationMaximum

void setDurationMaximum(double max)
                        throws java.io.IOException,
                               AutomationException
Duration's maximum value.

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