com.esri.arcgis.carto
Class IMeasuredGridProxy

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

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

Description: 'Provides access to the members that control the lines that make up the map 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 IMeasuredGridProxy
extends com.esri.arcgis.interop.Dispatch
implements IMeasuredGrid, 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.IMeasuredGrid
IID, IID4f69021f_a5c1_11d2_ae82_080009ec732a
 
Constructor Summary
  IMeasuredGridProxy()
          Deprecated. For internal use only
  IMeasuredGridProxy(java.lang.Object obj)
          Deprecated.  
protected IMeasuredGridProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMeasuredGridProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMeasuredGridProxy(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 getUnits()
          Deprecated. The units for the intervals and origin.
 double getXIntervalSize()
          Deprecated. The interval between grid lines along the X axis.
 double getXOrigin()
          Deprecated. The origin of the grid on the X axis.
 double getYIntervalSize()
          Deprecated. The interval between grid lines along the Y axis.
 double getYOrigin()
          Deprecated. The origin of the grid on the Y axis.
 boolean isFixedOrigin()
          Deprecated. Indicates if the origin is read from the XOrigin and YOrigin properties (true) or if it is computed dynamically from the data frame (false).
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setFixedOrigin(boolean fixed)
          Deprecated. Indicates if the origin is read from the XOrigin and YOrigin properties (true) or if it is computed dynamically from the data frame (false).
 void setUnits(int unitsCode)
          Deprecated. The units for the intervals and origin.
 void setXIntervalSize(double interval)
          Deprecated. The interval between grid lines along the X axis.
 void setXOrigin(double origin)
          Deprecated. The origin of the grid on the X axis.
 void setYIntervalSize(double interval)
          Deprecated. The interval between grid lines along the Y axis.
 void setYOrigin(double origin)
          Deprecated. The origin of the grid on the Y axis.
 
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

IMeasuredGridProxy

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

IMeasuredGridProxy

public IMeasuredGridProxy()
Deprecated. 
For internal use only


IMeasuredGridProxy

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

IMeasuredGridProxy

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

IMeasuredGridProxy

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

getXOrigin

public double getXOrigin()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The origin of the grid on the X axis.

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

setXOrigin

public void setXOrigin(double origin)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The origin of the grid on the X axis.

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

getXIntervalSize

public double getXIntervalSize()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The interval between grid lines along the X axis.

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

setXIntervalSize

public void setXIntervalSize(double interval)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The interval between grid lines along the X axis.

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

getYOrigin

public double getYOrigin()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The origin of the grid on the Y axis.

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

setYOrigin

public void setYOrigin(double origin)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The origin of the grid on the Y axis.

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

getYIntervalSize

public double getYIntervalSize()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The interval between grid lines along the Y axis.

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

setYIntervalSize

public void setYIntervalSize(double interval)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The interval between grid lines along the Y axis.

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

getUnits

public int getUnits()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The units for the intervals and origin.

Specified by:
getUnits in interface IMeasuredGrid
Returns:
A com.esri.arcgis.system.esriUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUnits

public void setUnits(int unitsCode)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The units for the intervals and origin.

Specified by:
setUnits in interface IMeasuredGrid
Parameters:
unitsCode - A com.esri.arcgis.system.esriUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isFixedOrigin

public boolean isFixedOrigin()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if the origin is read from the XOrigin and YOrigin properties (true) or if it is computed dynamically from the data frame (false).

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

setFixedOrigin

public void setFixedOrigin(boolean fixed)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the origin is read from the XOrigin and YOrigin properties (true) or if it is computed dynamically from the data frame (false).

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