|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClassifyMinMax
Provides access to members that control the classification methods that require only a minimum and maximum value to classify.
The IClassifyMinMax interface provides properties for setting the Minimum and Maximum values to generate class breaks instead of setting data values using the IClassify::SetHistogramData method. After setting the Minimum and Maximum properties call the IClassify.Classify method to generate the class breaks.
Both the Minimum and Maximum properties must be set. Subsequently, using the IClassify::SetHistogramData method will override the Minimum and Maximum values.
Method Summary | |
---|---|
void |
setMaximum(double rhs1)
The maximum value. |
void |
setMinimum(double rhs1)
The minimum value. |
Method Detail |
---|
void setMinimum(double rhs1) throws IOException, AutomationException
Set the Minimum value in order to generate class breaks with the IClassify.Classify method. You will also need to set the Maximum value before generating the class breaks.
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaximum(double rhs1) throws IOException, AutomationException
Set the Maximum value in order to generate class breaks with the IClassify.Classify method. You also will need to set the Minimum value before generating the class breaks.
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 |