com.esri.arcgis.carto
Class IIndexGridProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IMapGridProxy
          extended by com.esri.arcgis.carto.IIndexGridProxy
All Implemented Interfaces:
IIndexGrid, IMapGrid, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control the index 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 IIndexGridProxy
extends IMapGridProxy
implements IIndexGrid, 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.IIndexGrid
IID, IID03762c8d_f4d0_11d1_ade8_080009ec732a
 
Fields inherited from interface com.esri.arcgis.carto.IMapGrid
IID03762c8b_f4d0_11d1_ade8_080009ec732a
 
Constructor Summary
  IIndexGridProxy()
          Deprecated. For internal use only
  IIndexGridProxy(java.lang.Object obj)
          Deprecated.  
protected IIndexGridProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IIndexGridProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IIndexGridProxy(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 getColumnCount()
          Deprecated. The number of columns in the index grid.
 int getRowCount()
          Deprecated. The number of rows in the index grid.
 java.lang.String getXLabel(int column)
          Deprecated. The label for the given column in the index grid.
 java.lang.String getYLabel(int row)
          Deprecated. The label for the given row in the index grid.
 void queryCellExtent(int row, int column, IMapFrame pMapFrame, IEnvelope extent)
          Deprecated. Provides access to the cell extent in page space for the given row and column.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setColumnCount(int count)
          Deprecated. The number of columns in the index grid.
 void setRowCount(int count)
          Deprecated. The number of rows in the index grid.
 void setXLabel(int column, java.lang.String label)
          Deprecated. The label for the given column in the index grid.
 void setYLabel(int row, java.lang.String label)
          Deprecated. The label for the given row in the index grid.
 
Methods inherited from class com.esri.arcgis.carto.IMapGridProxy
draw, generateGraphics, getBorder, getExteriorWidth, getLabelFormat, getLineSymbol, getName, getSubTickCount, getSubTickLength, getSubTickLineSymbol, getTickLength, getTickLineSymbol, getTickMarkSymbol, isVisible, prepareForOutput, queryLabelVisibility, querySubTickVisibility, queryTickVisibility, setBorder, setDefaults, setLabelFormat, setLabelVisibility, setLineSymbol, setName, setSubTickCount, setSubTickLength, setSubTickLineSymbol, setSubTickVisibility, setTickLength, setTickLineSymbol, setTickMarkSymbol, setTickVisibility, setVisible
 
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
 
Methods inherited from interface com.esri.arcgis.carto.IMapGrid
draw, generateGraphics, getBorder, getExteriorWidth, getLabelFormat, getLineSymbol, getName, getSubTickCount, getSubTickLength, getSubTickLineSymbol, getTickLength, getTickLineSymbol, getTickMarkSymbol, isVisible, prepareForOutput, queryLabelVisibility, querySubTickVisibility, queryTickVisibility, setBorder, setDefaults, setLabelFormat, setLabelVisibility, setLineSymbol, setName, setSubTickCount, setSubTickLength, setSubTickLineSymbol, setSubTickVisibility, setTickLength, setTickLineSymbol, setTickMarkSymbol, setTickVisibility, setVisible
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IIndexGridProxy

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

IIndexGridProxy

public IIndexGridProxy()
Deprecated. 
For internal use only


IIndexGridProxy

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

IIndexGridProxy

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

IIndexGridProxy

protected IIndexGridProxy(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 IMapGridProxy
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 IMapGridProxy
Throws:
java.io.IOException

getColumnCount

public int getColumnCount()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The number of columns in the index grid.

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

setColumnCount

public void setColumnCount(int count)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The number of columns in the index grid.

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

getRowCount

public int getRowCount()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The number of rows in the index grid.

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

setRowCount

public void setRowCount(int count)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The number of rows in the index grid.

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

getXLabel

public java.lang.String getXLabel(int column)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The label for the given column in the index grid.

Specified by:
getXLabel in interface IIndexGrid
Parameters:
column - The column (in)
Returns:
The label
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setXLabel

public void setXLabel(int column,
                      java.lang.String label)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The label for the given column in the index grid.

Specified by:
setXLabel in interface IIndexGrid
Parameters:
column - The column (in)
label - The label (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getYLabel

public java.lang.String getYLabel(int row)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The label for the given row in the index grid.

Specified by:
getYLabel in interface IIndexGrid
Parameters:
row - The row (in)
Returns:
The label
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setYLabel

public void setYLabel(int row,
                      java.lang.String label)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The label for the given row in the index grid.

Specified by:
setYLabel in interface IIndexGrid
Parameters:
row - The row (in)
label - The label (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryCellExtent

public void queryCellExtent(int row,
                            int column,
                            IMapFrame pMapFrame,
                            IEnvelope extent)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Provides access to the cell extent in page space for the given row and column.

Specified by:
queryCellExtent in interface IIndexGrid
Parameters:
row - The row (in)
column - The column (in)
pMapFrame - A reference to a com.esri.arcgis.carto.IMapFrame (in)
extent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.