|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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.IOExceptionpublic 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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public ISymbol getHatchSymbol()
throws java.io.IOException,
AutomationException
getHatchSymbol in interface IHatchDefinitionjava.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 IHatchDefinitionppSymbol - 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 IHatchDefinitionjava.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 IHatchDefinitionpAngle - 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 IHatchDefinitiondisplay - 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 IHatchDefinitionjava.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 IHatchDefinitionjava.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 IHatchDefinitionppSymbol - 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 IHatchDefinitionjava.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 IHatchDefinitionpDisplayPrecision - 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 IHatchDefinitionpShowSign - 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 IHatchDefinitionjava.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 IHatchDefinitionjava.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 IHatchDefinitionpPrefix - 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 IHatchDefinitionjava.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 IHatchDefinitionpSuffix - 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 IHatchDefinitionjava.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 IHatchDefinitionexpression - 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 IHatchDefinitionexpressionSimple - 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 IHatchDefinitionjava.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 IHatchDefinitionjava.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 IHatchDefinitionparserEngine - 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 IHatchDefinitionpAdjustTextOrientation - 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 IHatchDefinitionjava.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 IHatchDefinitionjava.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 IHatchDefinitionpAlignment - 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 | ||||||||