com.esri.arcgis.cartoUI
Interface IMapGridFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CustomOverlayGridFactory, GraticuleFactory, IMapGridFactoryProxy, IndexGridFactory, MeasuredGridFactory, MgrsGridFactory

public interface IMapGridFactory
extends java.io.Serializable

COM Interface 'IMapGridFactory'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description: 'Provides access to members of the map grid factory.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd7a07c90_f9a1_11d1_adec_080009ec732a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IMapGrid create(IMapFrame mapFrame)
          Creates a map grid.
 java.lang.String getName()
          The name of the map grid class.
 

Field Detail

IIDd7a07c90_f9a1_11d1_adec_080009ec732a

static final int IIDd7a07c90_f9a1_11d1_adec_080009ec732a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the map grid class.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

create

IMapGrid create(IMapFrame mapFrame)
                throws java.io.IOException,
                       AutomationException
Creates a map grid.

Parameters:
mapFrame - A reference to a com.esri.arcgis.carto.IMapFrame (in)
Returns:
A reference to a com.esri.arcgis.carto.IMapGrid
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.