|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICalculateStatisticsParameters
Provides access to members that control parameters for calculating statistics of a mosaic dataset.
Method Summary | |
---|---|
Object |
getIgnoreValues()
The ignore values for statistics. |
int |
getXSkipFactor()
The X skip factor for statistics. |
int |
getYSkipFactor()
The Y skip factor for statistics. |
void |
setIgnoreValues(Object vIgnoreValues)
The ignore values for statistics. |
void |
setXSkipFactor(int xSkipFactor)
The X skip factor for statistics. |
void |
setYSkipFactor(int ySkipFactor)
The Y skip factor for statistics. |
Method Detail |
---|
int getXSkipFactor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXSkipFactor(int xSkipFactor) throws IOException, AutomationException
xSkipFactor
- The xSkipFactor (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 ySkipFactor) throws IOException, AutomationException
ySkipFactor
- The ySkipFactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getIgnoreValues() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIgnoreValues(Object vIgnoreValues) throws IOException, AutomationException
vIgnoreValues
- A Variant (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 |