|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPRasterGDBEnvStatistics
Provides access to raster GDB environment statistics control.
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 |
---|
boolean isCalculateStatistics() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCalculateStatistics(boolean bCalculate) throws IOException, AutomationException
bCalculate
- The bCalculate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getXSkipFactor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXSkipFactor(int skipFactor) throws IOException, AutomationException
skipFactor
- The skipFactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getYSkipFactor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYSkipFactor(int skipFactor) throws IOException, AutomationException
skipFactor
- The skipFactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getIgnoreValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIgnoreValue(String ignoreValue) throws IOException, AutomationException
ignoreValue
- The ignoreValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |