com.esri.arcgis.location
Class IHatchDefinitionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.location.IHatchDefinitionProxy
All Implemented Interfaces:
IHatchDefinition, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IHatchDefinitionProxy
extends com.esri.arcgis.interop.Dispatch
implements IHatchDefinition, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IHatchDefinitionProxy

public IHatchDefinitionProxy(java.lang.String CLSID,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.net.UnknownHostException,
                             java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IHatchDefinitionProxy

public IHatchDefinitionProxy()
Deprecated. 
For internal use only


IHatchDefinitionProxy

public IHatchDefinitionProxy(java.lang.Object obj)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IHatchDefinitionProxy

protected IHatchDefinitionProxy(java.lang.Object obj,
                                java.lang.String iid)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IHatchDefinitionProxy

protected IHatchDefinitionProxy(java.lang.String CLSID,
                                java.lang.String iid,
                                java.lang.String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getHatchSymbol

public ISymbol getHatchSymbol()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The hatch symbol.

Specified by:
getHatchSymbol in interface IHatchDefinition
Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHatchSymbolByRef

public void setHatchSymbolByRef(ISymbol ppSymbol)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The hatch symbol.

Specified by:
setHatchSymbolByRef in interface IHatchDefinition
Parameters:
ppSymbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOffset

public double getOffset()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The offset.

Specified by:
getOffset in interface IHatchDefinition
Returns:
The pAngle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOffset

public void setOffset(double pAngle)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The offset.

Specified by:
setOffset in interface IHatchDefinition
Parameters:
pAngle - The pAngle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextDisplay

public void setTextDisplay(int display)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Text display setting for the style.

Specified by:
setTextDisplay in interface IHatchDefinition
Parameters:
display - A com.esri.arcgis.location.esriHatchTextDisplay constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTextDisplay

public int getTextDisplay()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Text display setting for the style.

Specified by:
getTextDisplay in interface IHatchDefinition
Returns:
A com.esri.arcgis.location.esriHatchTextDisplay constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTextSymbol

public ITextSymbol getTextSymbol()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The text symbol.

Specified by:
getTextSymbol in interface IHatchDefinition
Returns:
A reference to a com.esri.arcgis.display.ITextSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextSymbolByRef

public void setTextSymbolByRef(ITextSymbol ppSymbol)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The text symbol.

Specified by:
setTextSymbolByRef in interface IHatchDefinition
Parameters:
ppSymbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayPrecision

public int getDisplayPrecision()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The display precision.

Specified by:
getDisplayPrecision in interface IHatchDefinition
Returns:
The pDisplayPrecision
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayPrecision

public void setDisplayPrecision(int pDisplayPrecision)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The display precision.

Specified by:
setDisplayPrecision in interface IHatchDefinition
Parameters:
pDisplayPrecision - The pDisplayPrecision (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowSign

public void setShowSign(boolean pShowSign)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates whether to show negative sign in hatch text for negative M values.

Specified by:
setShowSign in interface IHatchDefinition
Parameters:
pShowSign - The pShowSign (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShowSign

public boolean isShowSign()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates whether to show negative sign in hatch text for negative M values.

Specified by:
isShowSign in interface IHatchDefinition
Returns:
The pShowSign
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPrefix

public java.lang.String getPrefix()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The prefix.

Specified by:
getPrefix in interface IHatchDefinition
Returns:
The pPrefix
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPrefix

public void setPrefix(java.lang.String pPrefix)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The prefix.

Specified by:
setPrefix in interface IHatchDefinition
Parameters:
pPrefix - The pPrefix (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSuffix

public java.lang.String getSuffix()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The suffix.

Specified by:
getSuffix in interface IHatchDefinition
Returns:
The pSuffix
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSuffix

public void setSuffix(java.lang.String pSuffix)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The suffix.

Specified by:
setSuffix in interface IHatchDefinition
Parameters:
pSuffix - The pSuffix (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExpression

public java.lang.String getExpression()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The Expression.

Specified by:
getExpression in interface IHatchDefinition
Returns:
The expression
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExpression

public void setExpression(java.lang.String expression)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The Expression.

Specified by:
setExpression in interface IHatchDefinition
Parameters:
expression - The expression (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExpressionSimple

public void setExpressionSimple(boolean expressionSimple)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates whether the expression is simple.

Specified by:
setExpressionSimple in interface IHatchDefinition
Parameters:
expressionSimple - The expressionSimple (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isExpressionSimple

public boolean isExpressionSimple()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates whether the expression is simple.

Specified by:
isExpressionSimple in interface IHatchDefinition
Returns:
The expressionSimple
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExpressionParserEngine

public int getExpressionParserEngine()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The Expression Parser Engine.

Specified by:
getExpressionParserEngine in interface IHatchDefinition
Returns:
A com.esri.arcgis.location.esriHatchExpressionEngine constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExpressionParserEngine

public void setExpressionParserEngine(int parserEngine)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The Expression Parser Engine.

Specified by:
setExpressionParserEngine in interface IHatchDefinition
Parameters:
parserEngine - A com.esri.arcgis.location.esriHatchExpressionEngine constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAdjustTextOrientation

public void setAdjustTextOrientation(boolean pAdjustTextOrientation)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates whether to adjust text orientation.

Specified by:
setAdjustTextOrientation in interface IHatchDefinition
Parameters:
pAdjustTextOrientation - The pAdjustTextOrientation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAdjustTextOrientation

public boolean isAdjustTextOrientation()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates whether to adjust text orientation.

Specified by:
isAdjustTextOrientation in interface IHatchDefinition
Returns:
The pAdjustTextOrientation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAlignment

public int getAlignment()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The hatch alignment.

Specified by:
getAlignment in interface IHatchDefinition
Returns:
A com.esri.arcgis.location.esriHatchAlignmentType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAlignment

public void setAlignment(int pAlignment)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The hatch alignment.

Specified by:
setAlignment in interface IHatchDefinition
Parameters:
pAlignment - A com.esri.arcgis.location.esriHatchAlignmentType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.