|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILabelEngineLayerProperties
COM Interface 'ILabelEngineLayerProperties'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to some of the main properties for labeling features.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID01004143_0d1c_11d2_a26f_080009b6f22b
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IBasicOverposterLayerProperties |
getBasicOverposterLayerProperties()
The overposter properties, which specify how labels are placed relative to features. |
java.lang.String |
getExpression()
The VBScript or JScript expression that evaluates and formats the label. |
IAnnotationExpressionEngine |
getExpressionParser()
The object that interprets the expression. |
double |
getOffset()
The offset between the label and the feature. |
ITextSymbol |
getSymbol()
The text symbol used to draw the label. |
int |
getSymbolID()
The ID of the group symbol used to draw the label. |
boolean |
isExpressionSimple()
Indicates if the expression is simple. |
void |
setBasicOverposterLayerPropertiesByRef(IBasicOverposterLayerProperties props)
The overposter properties, which specify how labels are placed relative to features. |
void |
setExpression(java.lang.String expression)
The VBScript or JScript expression that evaluates and formats the label. |
void |
setExpressionParserByRef(IAnnotationExpressionEngine engine)
The object that interprets the expression. |
void |
setIsExpressionSimple(boolean simpleExpression)
Indicates if the expression is simple. |
void |
setOffset(double offset)
The offset between the label and the feature. |
void |
setSymbolByRef(ITextSymbol textSymbol)
The text symbol used to draw the label. |
void |
setSymbolID(int pSymbolID)
The ID of the group symbol used to draw the label. |
| Field Detail |
|---|
static final int IID01004143_0d1c_11d2_a26f_080009b6f22b
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setSymbolByRef(ITextSymbol textSymbol)
throws java.io.IOException,
AutomationException
textSymbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITextSymbol getSymbol()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSymbolID(int pSymbolID)
throws java.io.IOException,
AutomationException
pSymbolID - The pSymbolID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSymbolID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOffset(double offset)
throws java.io.IOException,
AutomationException
offset - The offset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getOffset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBasicOverposterLayerPropertiesByRef(IBasicOverposterLayerProperties props)
throws java.io.IOException,
AutomationException
props - A reference to a com.esri.arcgis.carto.IBasicOverposterLayerProperties (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IBasicOverposterLayerProperties getBasicOverposterLayerProperties()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExpression(java.lang.String expression)
throws java.io.IOException,
AutomationException
expression - The expression (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getExpression()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsExpressionSimple(boolean simpleExpression)
throws java.io.IOException,
AutomationException
simpleExpression - The simpleExpression (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isExpressionSimple()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExpressionParserByRef(IAnnotationExpressionEngine engine)
throws java.io.IOException,
AutomationException
engine - A reference to a com.esri.arcgis.carto.IAnnotationExpressionEngine (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IAnnotationExpressionEngine getExpressionParser()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||