com.esri.arcgis.cartoUI
Interface IDatumChecker2

All Superinterfaces:
IDatumChecker, java.io.Serializable
All Known Implementing Classes:
DatumChecker, IDatumChecker2Proxy

public interface IDatumChecker2
extends IDatumChecker, java.io.Serializable

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

Description: 'Provides basic map access to members that check for datum inconsistencies.' 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 IID016fb9f5_81ff_4467_8ae5_35ccf3315a93
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.cartoUI.IDatumChecker
IIDc3f131c5_2596_11d3_9f9d_00c04f6bc78e
 
Method Summary
 boolean addLayerCheckBasic(IBasicMap basicMap, ILayer layer, int parentHWnd)
          Adds a layer and checks for datum inconsistencies.
 void setAppRegKey(java.lang.String appName)
          Sets name of application for registry key lookup.
 boolean setSpatialReferenceCheckBasic(IBasicMap basicMap, ISpatialReference spatialReference, int parentHWnd)
          Checks for a change to the data frame's spatial reference.
 
Methods inherited from interface com.esri.arcgis.cartoUI.IDatumChecker
addLayerCheck, addLayerReset, setSpatialReferenceCheck
 

Field Detail

IID016fb9f5_81ff_4467_8ae5_35ccf3315a93

static final int IID016fb9f5_81ff_4467_8ae5_35ccf3315a93
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

addLayerCheckBasic

boolean addLayerCheckBasic(IBasicMap basicMap,
                           ILayer layer,
                           int parentHWnd)
                           throws java.io.IOException,
                                  AutomationException
Adds a layer and checks for datum inconsistencies.

Parameters:
basicMap - A reference to a com.esri.arcgis.carto.IBasicMap (in)
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
parentHWnd - The parentHWnd (A COM typedef) (in)
Returns:
The okToAdd
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialReferenceCheckBasic

boolean setSpatialReferenceCheckBasic(IBasicMap basicMap,
                                      ISpatialReference spatialReference,
                                      int parentHWnd)
                                      throws java.io.IOException,
                                             AutomationException
Checks for a change to the data frame's spatial reference.

Parameters:
basicMap - A reference to a com.esri.arcgis.carto.IBasicMap (in)
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
parentHWnd - The parentHWnd (A COM typedef) (in)
Returns:
The okToChange
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAppRegKey

void setAppRegKey(java.lang.String appName)
                  throws java.io.IOException,
                         AutomationException
Sets name of application for registry key lookup.

Parameters:
appName - The appName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.