com.esri.arcgis.carto
Interface IClassBreakInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
ClassBreakInfo

public interface IClassBreakInfo
extends Serializable

Provides members to decribe class break for a class break renderer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 double getClassMaximumValue()
          Class break class label.
 double getClassMinimumValue()
          Class break class label.
 String getDescription()
          Class break class description.
 String getLabel()
          Class break class label.
 ISymbol getSymbol()
          Symbol used for rendering the class.
 void setClassMaximumValue(double value)
          Class break class label.
 void setClassMinimumValue(double value)
          Class break class label.
 void setDescription(String symbolDescription)
          Class break class description.
 void setLabel(String classLabel)
          Class break class label.
 void setSymbol(ISymbol symbol)
          Symbol used for rendering the class.
 

Method Detail

getClassMinimumValue

double getClassMinimumValue()
                            throws IOException,
                                   AutomationException
Class break class label.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The value
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClassMinimumValue

void setClassMinimumValue(double value)
                          throws IOException,
                                 AutomationException
Class break class label.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
value - The value (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassMaximumValue

double getClassMaximumValue()
                            throws IOException,
                                   AutomationException
Class break class label.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The value
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClassMaximumValue

void setClassMaximumValue(double value)
                          throws IOException,
                                 AutomationException
Class break class label.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
value - The value (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLabel

String getLabel()
                throws IOException,
                       AutomationException
Class break class label.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The classLabel
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLabel

void setLabel(String classLabel)
              throws IOException,
                     AutomationException
Class break class label.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
classLabel - The classLabel (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

String getDescription()
                      throws IOException,
                             AutomationException
Class break class description.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The symbolDescription
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

void setDescription(String symbolDescription)
                    throws IOException,
                           AutomationException
Class break class description.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
symbolDescription - The symbolDescription (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSymbol

ISymbol getSymbol()
                  throws IOException,
                         AutomationException
Symbol used for rendering the class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSymbol

void setSymbol(ISymbol symbol)
               throws IOException,
                      AutomationException
Symbol used for rendering the class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.