com.esri.arcgis.geoprocessing
Interface IGPRasterGDBEnvStatistics

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPRasterGDBEnvStatistics

public interface IGPRasterGDBEnvStatistics
extends Serializable

Provides access to raster GDB environment statistics control.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 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(String ignoreValue)
          Value to be ignored.
 void setXSkipFactor(int skipFactor)
          X-Skip factor.
 void setYSkipFactor(int skipFactor)
          Y-Skip factor.
 

Method Detail

isCalculateStatistics

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

setCalculateStatistics

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

getXSkipFactor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

setXSkipFactor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

getYSkipFactor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

setYSkipFactor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

getIgnoreValue

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

setIgnoreValue

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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