|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDeviationInterval
Provides access to members that control the classification methods that require a standard deviation based range.
StandardDeviation
Method Summary | |
---|---|
double |
getDeviationInterval()
The deviation interval (1/4 <= value <= 1). |
void |
setDeviationInterval(double value)
The deviation interval (1/4 <= value <= 1). |
void |
setMean(double rhs1)
The mean value. |
void |
setStandardDev(double rhs1)
The standard deviation. |
Method Detail |
---|
void setDeviationInterval(double value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDeviationInterval() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMean(double rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStandardDev(double rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (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 |