|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.cartoUI.DatumChecker
public class DatumChecker
COM Class 'DatumChecker'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'
Description 'Datum checker.' 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 |
---|
Fields inherited from interface com.esri.arcgis.cartoUI.IDatumChecker2 |
---|
IID, IID016fb9f5_81ff_4467_8ae5_35ccf3315a93, xxDummy |
Fields inherited from interface com.esri.arcgis.cartoUI.IDatumChecker |
---|
IIDc3f131c5_2596_11d3_9f9d_00c04f6bc78e |
Constructor Summary | |
---|---|
DatumChecker()
Constructs a DatumChecker using ArcGIS Engine. |
|
DatumChecker(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DatumChecker theDatumChecker = (DatumChecker) obj; |
Method Summary | |
---|---|
boolean |
addLayerCheck(IMap map,
ILayer layer,
int parentHWnd)
Adds a layer and checks for datum inconsistencies. |
boolean |
addLayerCheckBasic(IBasicMap basicMap,
ILayer layer,
int parentHWnd)
Adds a layer and checks for datum inconsistencies. |
void |
addLayerReset()
Resets an AddLayer loop. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a DatumChecker. |
void |
setAppRegKey(java.lang.String appName)
Sets name of application for registry key lookup. |
boolean |
setSpatialReferenceCheck(IMap map,
ISpatialReference spatialReference,
int parentHWnd)
Checks for a change to the data frame's spatial reference. |
boolean |
setSpatialReferenceCheckBasic(IBasicMap basicMap,
ISpatialReference spatialReference,
int parentHWnd)
Checks for a change to the data frame's spatial reference. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DatumChecker() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic DatumChecker(java.lang.Object obj) throws java.io.IOException
DatumChecker theDatumChecker = (DatumChecker) obj;
obj
to DatumChecker
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public boolean addLayerCheck(IMap map, ILayer layer, int parentHWnd) throws java.io.IOException, AutomationException
addLayerCheck
in interface IDatumChecker
map
- A reference to a com.esri.arcgis.carto.IMap (in)layer
- A reference to a com.esri.arcgis.carto.ILayer (in)parentHWnd
- The parentHWnd (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addLayerReset() throws java.io.IOException, AutomationException
addLayerReset
in interface IDatumChecker
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean setSpatialReferenceCheck(IMap map, ISpatialReference spatialReference, int parentHWnd) throws java.io.IOException, AutomationException
setSpatialReferenceCheck
in interface IDatumChecker
map
- A reference to a com.esri.arcgis.carto.IMap (in)spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)parentHWnd
- The parentHWnd (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean addLayerCheckBasic(IBasicMap basicMap, ILayer layer, int parentHWnd) throws java.io.IOException, AutomationException
addLayerCheckBasic
in interface IDatumChecker2
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean setSpatialReferenceCheckBasic(IBasicMap basicMap, ISpatialReference spatialReference, int parentHWnd) throws java.io.IOException, AutomationException
setSpatialReferenceCheckBasic
in interface IDatumChecker2
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAppRegKey(java.lang.String appName) throws java.io.IOException, AutomationException
setAppRegKey
in interface IDatumChecker2
appName
- The appName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |