| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IClassBreaksDef
Provides access to the available properties of a ClassBreaksDef object.
Please note when ClassificationMethod is esriClassifyStandardDeviation, BreakCount is not required since the number of output classes depend on the StandardDeviationInterval and MapServer computes that internally.
| Method Summary | |
|---|---|
 int | 
getBreakCount()
Number of breaks.  | 
 String | 
getClassificationField()
Names of the classification field.  | 
 int | 
getClassificationMethod()
Classification Method.  | 
 String | 
getNormalizationField()
Normalization field.  | 
 int | 
getNormalizationType()
Normalization Type.  | 
 double | 
getStandardDeviationInterval()
Standard deviation interval.  | 
 void | 
setBreakCount(int breakCount)
Number of breaks.  | 
 void | 
setClassificationField(String classificationField)
Names of the classification field.  | 
 void | 
setClassificationMethod(int classifyMethod)
Classification Method.  | 
 void | 
setNormalizationField(String normalizationField)
Normalization field.  | 
 void | 
setNormalizationType(int normalizationType)
Normalization Type.  | 
 void | 
setStandardDeviationInterval(double breakCount)
Standard deviation interval.  | 
| Methods inherited from interface com.esri.arcgis.carto.IDataClassificationDef | 
|---|
getBaseSymbol, getColorRamp, setBaseSymbolByRef, setColorRampByRef | 
| Method Detail | 
|---|
String getClassificationField()
                              throws IOException,
                                     AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setClassificationField(String classificationField)
                            throws IOException,
                                   AutomationException
classificationField - The classificationField  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBreakCount()
                  throws IOException,
                         AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBreakCount(int breakCount)
                   throws IOException,
                          AutomationException
breakCount - The breakCount  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getClassificationMethod()
                            throws IOException,
                                   AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setClassificationMethod(int classifyMethod)
                             throws IOException,
                                    AutomationException
classifyMethod - A com.esri.arcgis.carto.esriClassifyMethod constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getNormalizationField()
                             throws IOException,
                                    AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNormalizationField(String normalizationField)
                           throws IOException,
                                  AutomationException
normalizationField - The normalizationField  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getNormalizationType()
                         throws IOException,
                                AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNormalizationType(int normalizationType)
                          throws IOException,
                                 AutomationException
normalizationType - A com.esri.arcgis.carto.esriDataNormalization constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getStandardDeviationInterval()
                                    throws IOException,
                                           AutomationException
Valid values for StandardDeviationInterval are as follows:
| Value | Description | 
|---|---|
| 1 | 1 Std Dev | 
| 0.5 | 1/2 Std Dev | 
| 0.33 | 1/3 Std Dev | 
| 0.25 | 1/4 Std Dev | 
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStandardDeviationInterval(double breakCount)
                                  throws IOException,
                                         AutomationException
breakCount - The breakCount  (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 | ||||||||