com.esri.arcgis.geoprocessing
Interface IGPRasterGDBEnvStatistics

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPRasterGDBEnvStatistics, IGPRasterGDBEnvStatisticsProxy

public interface IGPRasterGDBEnvStatistics
extends java.io.Serializable

COM Interface 'IGPRasterGDBEnvStatistics'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to raster GDB environment statistics control.' 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 IIDac442d72_92f7_44a7_8675_6ffe8c651228
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getIgnoreValue()
          Value to be ignored.
 int getXSkipFactor()
          X-Skip factor.
 int getYSkipFactor()
          Y-Skip factor.
 boolean isCalculateStatistics()
          Indicates if calculating statistics option.
 void setCalculateStatistics(boolean bCalculate)
          Indicates if calculating statistics option.
 void setIgnoreValue(java.lang.String ignoreValue)
          Value to be ignored.
 void setXSkipFactor(int skipFactor)
          X-Skip factor.
 void setYSkipFactor(int skipFactor)
          Y-Skip factor.
 

Field Detail

IIDac442d72_92f7_44a7_8675_6ffe8c651228

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

isCalculateStatistics

boolean isCalculateStatistics()
                              throws java.io.IOException,
                                     AutomationException
Indicates if calculating statistics option.

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

setCalculateStatistics

void setCalculateStatistics(boolean bCalculate)
                            throws java.io.IOException,
                                   AutomationException
Indicates if calculating statistics option.

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

getXSkipFactor

int getXSkipFactor()
                   throws java.io.IOException,
                          AutomationException
X-Skip factor.

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

setXSkipFactor

void setXSkipFactor(int skipFactor)
                    throws java.io.IOException,
                           AutomationException
X-Skip factor.

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

getYSkipFactor

int getYSkipFactor()
                   throws java.io.IOException,
                          AutomationException
Y-Skip factor.

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

setYSkipFactor

void setYSkipFactor(int skipFactor)
                    throws java.io.IOException,
                           AutomationException
Y-Skip factor.

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

getIgnoreValue

java.lang.String getIgnoreValue()
                                throws java.io.IOException,
                                       AutomationException
Value to be ignored.

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

setIgnoreValue

void setIgnoreValue(java.lang.String ignoreValue)
                    throws java.io.IOException,
                           AutomationException
Value to be ignored.

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