com.esri.arcgis.location
Class IHatchClassProxy

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

Deprecated. Internal use only. Proxy for COM Interface 'IHatchClass'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'

Description: 'Provides access to hatch class 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 IHatchClassProxy
extends com.esri.arcgis.interop.Dispatch
implements IHatchClass, 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.IHatchClass
IID, IID2fa4e172_5f34_4911_b38b_ff8ea28c316b
 
Constructor Summary
  IHatchClassProxy()
          Deprecated. For internal use only
  IHatchClassProxy(java.lang.Object obj)
          Deprecated.  
protected IHatchClassProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IHatchClassProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IHatchClassProxy(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.  
 void convertToGraphics(IFeatureLayer pFLayer, IGraphicsLayer pGraphicsLayer, IDisplay pDisplay, int convertType)
          Deprecated. Convert to graphics.
 void draw(IFeatureLayer pFLayer, IDisplay pDisplay, ITrackCancel pTrackCancel)
          Deprecated. Draw.
 IHatchInputValue getEndRange()
          Deprecated. The EndRange.
 IQueryFilter getFilter()
          Deprecated. Query definition hatch class is defined by.
 IHatchInputValue getHatchInterval()
          Deprecated. Hatch Interval for the class.
 IHatchTemplate getHatchTemplate()
          Deprecated. HatchTemplate for hatch class.
 IHatchInputValue getLateralOffset()
          Deprecated. The LateralOffset.
 double getMaximumScale()
          Deprecated. Maximum scale at which the hatch class will display.
 double getMinimumScale()
          Deprecated. Minimum scale at which the hatch class will display.
 IHatchInputValue getStartRange()
          Deprecated. The StartRange.
 boolean isShowHatches()
          Deprecated. Indicates whether to show hatches.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setEndRangeByRef(IHatchInputValue ppEndRange)
          Deprecated. The EndRange.
 void setFilterByRef(IQueryFilter ppQF)
          Deprecated. Query definition hatch class is defined by.
 void setHatchIntervalByRef(IHatchInputValue ppHatchInterval)
          Deprecated. Hatch Interval for the class.
 void setHatchTemplateByRef(IHatchTemplate ppHatchTemplate)
          Deprecated. HatchTemplate for hatch class.
 void setLateralOffsetByRef(IHatchInputValue ppLateralOffset)
          Deprecated. The LateralOffset.
 void setMaximumScale(double maxScale)
          Deprecated. Maximum scale at which the hatch class will display.
 void setMinimumScale(double minScale)
          Deprecated. Minimum scale at which the hatch class will display.
 void setShowHatches(boolean pshowHatches)
          Deprecated. Indicates whether to show hatches.
 void setStartRangeByRef(IHatchInputValue ppStartRange)
          Deprecated. The StartRange.
 
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

IHatchClassProxy

public IHatchClassProxy(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

IHatchClassProxy

public IHatchClassProxy()
Deprecated. 
For internal use only


IHatchClassProxy

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

IHatchClassProxy

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

IHatchClassProxy

protected IHatchClassProxy(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

setShowHatches

public void setShowHatches(boolean pshowHatches)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates whether to show hatches.

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

isShowHatches

public boolean isShowHatches()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates whether to show hatches.

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

getHatchTemplate

public IHatchTemplate getHatchTemplate()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
HatchTemplate for hatch class.

Specified by:
getHatchTemplate in interface IHatchClass
Returns:
A reference to a com.esri.arcgis.location.IHatchTemplate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHatchTemplateByRef

public void setHatchTemplateByRef(IHatchTemplate ppHatchTemplate)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
HatchTemplate for hatch class.

Specified by:
setHatchTemplateByRef in interface IHatchClass
Parameters:
ppHatchTemplate - A reference to a com.esri.arcgis.location.IHatchTemplate (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHatchInterval

public IHatchInputValue getHatchInterval()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Hatch Interval for the class.

Specified by:
getHatchInterval in interface IHatchClass
Returns:
A reference to a com.esri.arcgis.location.IHatchInputValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHatchIntervalByRef

public void setHatchIntervalByRef(IHatchInputValue ppHatchInterval)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Hatch Interval for the class.

Specified by:
setHatchIntervalByRef in interface IHatchClass
Parameters:
ppHatchInterval - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFilter

public IQueryFilter getFilter()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Query definition hatch class is defined by.

Specified by:
getFilter in interface IHatchClass
Returns:
A reference to a com.esri.arcgis.geodatabase.IQueryFilter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFilterByRef

public void setFilterByRef(IQueryFilter ppQF)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Query definition hatch class is defined by.

Specified by:
setFilterByRef in interface IHatchClass
Parameters:
ppQF - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinimumScale

public double getMinimumScale()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Minimum scale at which the hatch class will display.

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

setMinimumScale

public void setMinimumScale(double minScale)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Minimum scale at which the hatch class will display.

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

getMaximumScale

public double getMaximumScale()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Maximum scale at which the hatch class will display.

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

setMaximumScale

public void setMaximumScale(double maxScale)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Maximum scale at which the hatch class will display.

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

getStartRange

public IHatchInputValue getStartRange()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The StartRange.

Specified by:
getStartRange in interface IHatchClass
Returns:
A reference to a com.esri.arcgis.location.IHatchInputValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartRangeByRef

public void setStartRangeByRef(IHatchInputValue ppStartRange)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The StartRange.

Specified by:
setStartRangeByRef in interface IHatchClass
Parameters:
ppStartRange - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEndRange

public IHatchInputValue getEndRange()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The EndRange.

Specified by:
getEndRange in interface IHatchClass
Returns:
A reference to a com.esri.arcgis.location.IHatchInputValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEndRangeByRef

public void setEndRangeByRef(IHatchInputValue ppEndRange)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The EndRange.

Specified by:
setEndRangeByRef in interface IHatchClass
Parameters:
ppEndRange - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLateralOffset

public IHatchInputValue getLateralOffset()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The LateralOffset.

Specified by:
getLateralOffset in interface IHatchClass
Returns:
A reference to a com.esri.arcgis.location.IHatchInputValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLateralOffsetByRef

public void setLateralOffsetByRef(IHatchInputValue ppLateralOffset)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The LateralOffset.

Specified by:
setLateralOffsetByRef in interface IHatchClass
Parameters:
ppLateralOffset - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

draw

public void draw(IFeatureLayer pFLayer,
                 IDisplay pDisplay,
                 ITrackCancel pTrackCancel)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Draw.

Specified by:
draw in interface IHatchClass
Parameters:
pFLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
pDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convertToGraphics

public void convertToGraphics(IFeatureLayer pFLayer,
                              IGraphicsLayer pGraphicsLayer,
                              IDisplay pDisplay,
                              int convertType)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Convert to graphics.

Specified by:
convertToGraphics in interface IHatchClass
Parameters:
pFLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
pGraphicsLayer - A reference to a com.esri.arcgis.carto.IGraphicsLayer (in)
pDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
convertType - A com.esri.arcgis.location.esriConvertHatchesToGraphicsType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.