|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHatchDefinition
COM Interface 'IHatchDefinition'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'
Description: 'Provides access to hatch definition properties.' 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 |
IID2a409f42_de3b_4782_a294_9b56516c5ee4
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
int |
getAlignment()
The hatch alignment. |
int |
getDisplayPrecision()
The display precision. |
java.lang.String |
getExpression()
The Expression. |
int |
getExpressionParserEngine()
The Expression Parser Engine. |
ISymbol |
getHatchSymbol()
The hatch symbol. |
double |
getOffset()
The offset. |
java.lang.String |
getPrefix()
The prefix. |
java.lang.String |
getSuffix()
The suffix. |
int |
getTextDisplay()
Text display setting for the style. |
ITextSymbol |
getTextSymbol()
The text symbol. |
boolean |
isAdjustTextOrientation()
Indicates whether to adjust text orientation. |
boolean |
isExpressionSimple()
Indicates whether the expression is simple. |
boolean |
isShowSign()
Indicates whether to show negative sign in hatch text for negative M values. |
void |
setAdjustTextOrientation(boolean pAdjustTextOrientation)
Indicates whether to adjust text orientation. |
void |
setAlignment(int pAlignment)
The hatch alignment. |
void |
setDisplayPrecision(int pDisplayPrecision)
The display precision. |
void |
setExpression(java.lang.String expression)
The Expression. |
void |
setExpressionParserEngine(int parserEngine)
The Expression Parser Engine. |
void |
setExpressionSimple(boolean expressionSimple)
Indicates whether the expression is simple. |
void |
setHatchSymbolByRef(ISymbol ppSymbol)
The hatch symbol. |
void |
setOffset(double pAngle)
The offset. |
void |
setPrefix(java.lang.String pPrefix)
The prefix. |
void |
setShowSign(boolean pShowSign)
Indicates whether to show negative sign in hatch text for negative M values. |
void |
setSuffix(java.lang.String pSuffix)
The suffix. |
void |
setTextDisplay(int display)
Text display setting for the style. |
void |
setTextSymbolByRef(ITextSymbol ppSymbol)
The text symbol. |
| Field Detail |
|---|
static final int IID2a409f42_de3b_4782_a294_9b56516c5ee4
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
ISymbol getHatchSymbol()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHatchSymbolByRef(ISymbol ppSymbol)
throws java.io.IOException,
AutomationException
ppSymbol - A reference to a com.esri.arcgis.display.ISymbol (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 setOffset(double pAngle)
throws java.io.IOException,
AutomationException
pAngle - The pAngle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTextDisplay(int display)
throws java.io.IOException,
AutomationException
display - A com.esri.arcgis.location.esriHatchTextDisplay constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTextDisplay()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITextSymbol getTextSymbol()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTextSymbolByRef(ITextSymbol ppSymbol)
throws java.io.IOException,
AutomationException
ppSymbol - 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.
int getDisplayPrecision()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDisplayPrecision(int pDisplayPrecision)
throws java.io.IOException,
AutomationException
pDisplayPrecision - The pDisplayPrecision (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowSign(boolean pShowSign)
throws java.io.IOException,
AutomationException
pShowSign - The pShowSign (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowSign()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getPrefix()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPrefix(java.lang.String pPrefix)
throws java.io.IOException,
AutomationException
pPrefix - The pPrefix (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getSuffix()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSuffix(java.lang.String pSuffix)
throws java.io.IOException,
AutomationException
pSuffix - The pSuffix (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 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.
void setExpressionSimple(boolean expressionSimple)
throws java.io.IOException,
AutomationException
expressionSimple - The expressionSimple (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.
int getExpressionParserEngine()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExpressionParserEngine(int parserEngine)
throws java.io.IOException,
AutomationException
parserEngine - A com.esri.arcgis.location.esriHatchExpressionEngine constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAdjustTextOrientation(boolean pAdjustTextOrientation)
throws java.io.IOException,
AutomationException
pAdjustTextOrientation - The pAdjustTextOrientation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAdjustTextOrientation()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getAlignment()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAlignment(int pAlignment)
throws java.io.IOException,
AutomationException
pAlignment - A com.esri.arcgis.location.esriHatchAlignmentType constant (in)
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 | ||||||||