|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.location.IHatchDefinitionProxy
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 =
public class IHatchDefinitionProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.location.IHatchDefinition |
---|
IID, IID2a409f42_de3b_4782_a294_9b56516c5ee4 |
Constructor Summary | |
---|---|
|
IHatchDefinitionProxy()
Deprecated. For internal use only |
|
IHatchDefinitionProxy(java.lang.Object obj)
Deprecated. |
protected |
IHatchDefinitionProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IHatchDefinitionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IHatchDefinitionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
int |
getAlignment()
Deprecated. The hatch alignment. |
int |
getDisplayPrecision()
Deprecated. The display precision. |
java.lang.String |
getExpression()
Deprecated. The Expression. |
int |
getExpressionParserEngine()
Deprecated. The Expression Parser Engine. |
ISymbol |
getHatchSymbol()
Deprecated. The hatch symbol. |
double |
getOffset()
Deprecated. The offset. |
java.lang.String |
getPrefix()
Deprecated. The prefix. |
java.lang.String |
getSuffix()
Deprecated. The suffix. |
int |
getTextDisplay()
Deprecated. Text display setting for the style. |
ITextSymbol |
getTextSymbol()
Deprecated. The text symbol. |
boolean |
isAdjustTextOrientation()
Deprecated. Indicates whether to adjust text orientation. |
boolean |
isExpressionSimple()
Deprecated. Indicates whether the expression is simple. |
boolean |
isShowSign()
Deprecated. Indicates whether to show negative sign in hatch text for negative M values. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAdjustTextOrientation(boolean pAdjustTextOrientation)
Deprecated. Indicates whether to adjust text orientation. |
void |
setAlignment(int pAlignment)
Deprecated. The hatch alignment. |
void |
setDisplayPrecision(int pDisplayPrecision)
Deprecated. The display precision. |
void |
setExpression(java.lang.String expression)
Deprecated. The Expression. |
void |
setExpressionParserEngine(int parserEngine)
Deprecated. The Expression Parser Engine. |
void |
setExpressionSimple(boolean expressionSimple)
Deprecated. Indicates whether the expression is simple. |
void |
setHatchSymbolByRef(ISymbol ppSymbol)
Deprecated. The hatch symbol. |
void |
setOffset(double pAngle)
Deprecated. The offset. |
void |
setPrefix(java.lang.String pPrefix)
Deprecated. The prefix. |
void |
setShowSign(boolean pShowSign)
Deprecated. Indicates whether to show negative sign in hatch text for negative M values. |
void |
setSuffix(java.lang.String pSuffix)
Deprecated. The suffix. |
void |
setTextDisplay(int display)
Deprecated. Text display setting for the style. |
void |
setTextSymbolByRef(ITextSymbol ppSymbol)
Deprecated. The text symbol. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IHatchDefinitionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IHatchDefinitionProxy()
public IHatchDefinitionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IHatchDefinitionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IHatchDefinitionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public ISymbol getHatchSymbol() throws java.io.IOException, AutomationException
getHatchSymbol
in interface IHatchDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHatchSymbolByRef(ISymbol ppSymbol) throws java.io.IOException, AutomationException
setHatchSymbolByRef
in interface IHatchDefinition
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.public double getOffset() throws java.io.IOException, AutomationException
getOffset
in interface IHatchDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOffset(double pAngle) throws java.io.IOException, AutomationException
setOffset
in interface IHatchDefinition
pAngle
- The pAngle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTextDisplay(int display) throws java.io.IOException, AutomationException
setTextDisplay
in interface IHatchDefinition
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.public int getTextDisplay() throws java.io.IOException, AutomationException
getTextDisplay
in interface IHatchDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITextSymbol getTextSymbol() throws java.io.IOException, AutomationException
getTextSymbol
in interface IHatchDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTextSymbolByRef(ITextSymbol ppSymbol) throws java.io.IOException, AutomationException
setTextSymbolByRef
in interface IHatchDefinition
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.public int getDisplayPrecision() throws java.io.IOException, AutomationException
getDisplayPrecision
in interface IHatchDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayPrecision(int pDisplayPrecision) throws java.io.IOException, AutomationException
setDisplayPrecision
in interface IHatchDefinition
pDisplayPrecision
- The pDisplayPrecision (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowSign(boolean pShowSign) throws java.io.IOException, AutomationException
setShowSign
in interface IHatchDefinition
pShowSign
- The pShowSign (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowSign() throws java.io.IOException, AutomationException
isShowSign
in interface IHatchDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getPrefix() throws java.io.IOException, AutomationException
getPrefix
in interface IHatchDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPrefix(java.lang.String pPrefix) throws java.io.IOException, AutomationException
setPrefix
in interface IHatchDefinition
pPrefix
- The pPrefix (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSuffix() throws java.io.IOException, AutomationException
getSuffix
in interface IHatchDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSuffix(java.lang.String pSuffix) throws java.io.IOException, AutomationException
setSuffix
in interface IHatchDefinition
pSuffix
- The pSuffix (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getExpression() throws java.io.IOException, AutomationException
getExpression
in interface IHatchDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExpression(java.lang.String expression) throws java.io.IOException, AutomationException
setExpression
in interface IHatchDefinition
expression
- The expression (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExpressionSimple(boolean expressionSimple) throws java.io.IOException, AutomationException
setExpressionSimple
in interface IHatchDefinition
expressionSimple
- The expressionSimple (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isExpressionSimple() throws java.io.IOException, AutomationException
isExpressionSimple
in interface IHatchDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getExpressionParserEngine() throws java.io.IOException, AutomationException
getExpressionParserEngine
in interface IHatchDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExpressionParserEngine(int parserEngine) throws java.io.IOException, AutomationException
setExpressionParserEngine
in interface IHatchDefinition
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.public void setAdjustTextOrientation(boolean pAdjustTextOrientation) throws java.io.IOException, AutomationException
setAdjustTextOrientation
in interface IHatchDefinition
pAdjustTextOrientation
- The pAdjustTextOrientation (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAdjustTextOrientation() throws java.io.IOException, AutomationException
isAdjustTextOrientation
in interface IHatchDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAlignment() throws java.io.IOException, AutomationException
getAlignment
in interface IHatchDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAlignment(int pAlignment) throws java.io.IOException, AutomationException
setAlignment
in interface IHatchDefinition
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 |