|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILabelClassDescription2
Provides access to the Label Class Description Interface.
Method Summary | |
---|---|
int |
getExpressionType()
ExpressionType. |
String |
getLabelExpression()
The Label Expression. |
ILabelPlacementDescription |
getLabelPlacementDescription()
LabelPlacementDescription. |
double |
getMaximumScale()
Maximum scale at which the symbol will display. |
double |
getMinimumScale()
Minimum scale at which the symbol will display. |
ITextSymbol |
getSymbol()
The text symbol used to draw the label. |
String |
getWhereClause()
The SQL WhereClause for the label. |
boolean |
isUseCodedValue()
Indicates whether Coded Value Should be used when displaying label expression. |
void |
setExpressionType(int expressionType)
ExpressionType. |
void |
setLabelExpression(String labelExpression)
The Label Expression. |
void |
setLabelPlacementDescription(ILabelPlacementDescription ppLabelPlacementDescription)
LabelPlacementDescription. |
void |
setMaximumScale(double pMaximumScale)
Maximum scale at which the symbol will display. |
void |
setMinimumScale(double pMinimumScale)
Minimum scale at which the symbol will display. |
void |
setSymbol(ITextSymbol ppSymbol)
The text symbol used to draw the label. |
void |
setUseCodedValue(boolean useCodedValue)
Indicates whether Coded Value Should be used when displaying label expression. |
void |
setWhereClause(String whereClause)
The SQL WhereClause for the label. |
Method Detail |
---|
int getExpressionType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExpressionType(int expressionType) throws IOException, AutomationException
expressionType
- A com.esri.arcgis.carto.esriLabelExpressionType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getWhereClause() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWhereClause(String whereClause) throws IOException, AutomationException
whereClause
- The whereClause (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILabelPlacementDescription getLabelPlacementDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelPlacementDescription(ILabelPlacementDescription ppLabelPlacementDescription) throws IOException, AutomationException
ppLabelPlacementDescription
- A reference to a com.esri.arcgis.carto.ILabelPlacementDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLabelExpression() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelExpression(String labelExpression) throws IOException, AutomationException
labelExpression
- The labelExpression (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseCodedValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseCodedValue(boolean useCodedValue) throws IOException, AutomationException
useCodedValue
- The useCodedValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITextSymbol getSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbol(ITextSymbol ppSymbol) throws IOException, AutomationException
ppSymbol
- A reference to a com.esri.arcgis.display.ITextSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaximumScale() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaximumScale(double pMaximumScale) throws IOException, AutomationException
pMaximumScale
- The pMaximumScale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMinimumScale() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinimumScale(double pMinimumScale) throws IOException, AutomationException
pMinimumScale
- The pMinimumScale (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 |