|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClassifyMinMax2
Provides access to members that control the classification methods that require a data range only.
IClassifyMinMax2 can be used in place of IClassifyMinMax and IClassify to generate class breaks using the classification coclasses: DefinedInterval and EqualInterval. Use one call to IClassifyMinMax2.ClassifyMinMax instead of first setting IClassifyMinMax.Minimum, IClassifyMinMax.Maximum, and then calling IClassify.Classify.
Because IClassify is incompatible with some ArcObjects APIs including VB.NET and Java, the method described above is recommended when developing with these languages.
Method Summary | |
---|---|
void |
classifyMinMax(double min,
double max,
int[] numClasses)
Classifies a data range defined by a minimum and maximum value into the specified number of classes. |
Method Detail |
---|
void classifyMinMax(double min, double max, int[] numClasses) throws IOException, AutomationException
Use the ClassifyMinMax method to generate class breaks based upon the minimum and maximum values specified and the number of classes specified.
Use this method as an alternative to setting the IClassifyMinMax.Minimum and IClassifyMinMax.Maximum properties and then calling IClassify.Classify method.
min
- The min (in)max
- The max (in)numClasses
- The numClasses (in/out: use single element array)
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 |