com.esri.arcgis.carto
Class IGridHatchProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IGridHatchProxy
All Implemented Interfaces:
IGridHatch, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control the hatch marks along the meridians and parallels of a grid.' 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 IGridHatchProxy
extends com.esri.arcgis.interop.Dispatch
implements IGridHatch, 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.carto.IGridHatch
IID, IID12700210_876c_4559_9fcf_aab238008832
 
Constructor Summary
  IGridHatchProxy()
          Deprecated. For internal use only
  IGridHatchProxy(java.lang.Object obj)
          Deprecated.  
protected IGridHatchProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGridHatchProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGridHatchProxy(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.  
 double getHatchIntervalX()
          Deprecated. The interval (in grid units) along the X axis for the grid hatches.
 double getHatchIntervalY()
          Deprecated. The interval (in grid units) along the Y axis for the grid hatches.
 double getHatchLength()
          Deprecated. The length (in points) of the grid hatches.
 ILineSymbol getHatchLineSymbol()
          Deprecated. The line symbol used to draw the grid hatches.
 IMarkerSymbol getHatchMarkerSymbol()
          Deprecated. The marker symbol used to draw markers at grid hatch locations.
 boolean isHatchDirectional()
          Deprecated. Indicates if the direction of the hatches is from the prime meridian and equator.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setHatchDirectional(boolean isDirectional)
          Deprecated. Indicates if the direction of the hatches is from the prime meridian and equator.
 void setHatchIntervalX(double interval)
          Deprecated. The interval (in grid units) along the X axis for the grid hatches.
 void setHatchIntervalY(double interval)
          Deprecated. The interval (in grid units) along the Y axis for the grid hatches.
 void setHatchLength(double length)
          Deprecated. The length (in points) of the grid hatches.
 void setHatchLineSymbol(ILineSymbol symbol)
          Deprecated. The line symbol used to draw the grid hatches.
 void setHatchMarkerSymbol(IMarkerSymbol symbol)
          Deprecated. The marker symbol used to draw markers at grid hatch locations.
 
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

IGridHatchProxy

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

IGridHatchProxy

public IGridHatchProxy()
Deprecated. 
For internal use only


IGridHatchProxy

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

IGridHatchProxy

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

IGridHatchProxy

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

getHatchIntervalX

public double getHatchIntervalX()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The interval (in grid units) along the X axis for the grid hatches.

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

setHatchIntervalX

public void setHatchIntervalX(double interval)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The interval (in grid units) along the X axis for the grid hatches.

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

getHatchIntervalY

public double getHatchIntervalY()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The interval (in grid units) along the Y axis for the grid hatches.

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

setHatchIntervalY

public void setHatchIntervalY(double interval)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The interval (in grid units) along the Y axis for the grid hatches.

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

getHatchLineSymbol

public ILineSymbol getHatchLineSymbol()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The line symbol used to draw the grid hatches.

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

setHatchLineSymbol

public void setHatchLineSymbol(ILineSymbol symbol)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The line symbol used to draw the grid hatches.

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

getHatchMarkerSymbol

public IMarkerSymbol getHatchMarkerSymbol()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The marker symbol used to draw markers at grid hatch locations.

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

setHatchMarkerSymbol

public void setHatchMarkerSymbol(IMarkerSymbol symbol)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The marker symbol used to draw markers at grid hatch locations.

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

getHatchLength

public double getHatchLength()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The length (in points) of the grid hatches.

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

setHatchLength

public void setHatchLength(double length)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The length (in points) of the grid hatches.

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

isHatchDirectional

public boolean isHatchDirectional()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if the direction of the hatches is from the prime meridian and equator. False if the hatch mark should straddle the grid line.

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

setHatchDirectional

public void setHatchDirectional(boolean isDirectional)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the direction of the hatches is from the prime meridian and equator. False if the hatch mark should straddle the grid line.

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