|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.editor.VersionChangesWindow
public class VersionChangesWindow
Window used to find changes between versions.
This object is new at ArcGIS 9.3.
| Constructor Summary | |
|---|---|
VersionChangesWindow()
Constructs a VersionChangesWindow using ArcGIS Engine. |
|
VersionChangesWindow(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. VersionChangesWindow theVersionChangesWindow = (VersionChangesWindow) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
esri_getClass(int index)
Class by index. |
IObjectClass |
findClass(String className,
int vers)
Finds a cached table corresponding to specified version. |
int |
getClassCount()
The number of classes with changes. |
static String |
getClsid()
getClsid. |
int |
getCurrentChangeType()
Change Type of the selected row or feature. |
String |
getCurrentClass()
Class name of the selected row or feature. |
int |
getCurrentRow()
ID of the current row or feature. |
IEnumIDs |
getIDs(String className,
int changeType)
Enumerate the difference row IDs of the current class. |
ILongArray |
getSelectedFieldIndexes()
The indexes of the fields in the row that are currently selected. |
int |
hashCode()
the hashcode for this object |
boolean |
initialize(int parentHwnd,
IMap pMap,
IVersion pSourceVersion,
IVersion pTargetVersion,
IEnvelope pEnvelope,
ITrackCancel pTrackCancel)
Initialize Version Changes Window. |
boolean |
isVisible()
Indicates if Version Changes Window is visible. |
boolean |
refreshChanges(ITrackCancel pTrackCancel)
Re-Discover changes and re-populate window. |
void |
setVisible(boolean pVisible)
Indicates if Version Changes Window is visible. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public VersionChangesWindow()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public VersionChangesWindow(Object obj)
throws IOException
VersionChangesWindow theVersionChangesWindow = (VersionChangesWindow) obj;
obj to VersionChangesWindow.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public boolean initialize(int parentHwnd,
IMap pMap,
IVersion pSourceVersion,
IVersion pTargetVersion,
IEnvelope pEnvelope,
ITrackCancel pTrackCancel)
throws IOException,
AutomationException
Initializes the dialog finding the changes between versions.
initialize in interface IVersionChangesWindowparentHwnd - The parentHwnd (A COM typedef) (in)pMap - A reference to a com.esri.arcgis.carto.IMap (in)pSourceVersion - A reference to a com.esri.arcgis.geodatabase.IVersion (in)pTargetVersion - A reference to a com.esri.arcgis.geodatabase.IVersion (in)pEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean refreshChanges(ITrackCancel pTrackCancel)
throws IOException,
AutomationException
Refreshes the dialog finding the current changes between the two versions referenced by the dialog.
refreshChanges in interface IVersionChangesWindowpTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVisible(boolean pVisible)
throws IOException,
AutomationException
setVisible in interface IVersionChangesWindowpVisible - The pVisible (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVisible()
throws IOException,
AutomationException
isVisible in interface IVersionChangesWindowIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILongArray getSelectedFieldIndexes()
throws IOException,
AutomationException
Index of the selected feautres in the version changes dialog.
getSelectedFieldIndexes in interface IVersionChangesWindowIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCurrentRow()
throws IOException,
AutomationException
getCurrentRow in interface IVersionChangesWindowIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCurrentChangeType()
throws IOException,
AutomationException
getCurrentChangeType in interface IVersionChangesWindowIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getCurrentClass()
throws IOException,
AutomationException
getCurrentClass in interface IVersionChangesWindowIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getClassCount()
throws IOException,
AutomationException
Count of all the classes with changes between selected versions
getClassCount in interface IVersionChangesWindowIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String esri_getClass(int index)
throws IOException,
AutomationException
esri_getClass in interface IVersionChangesWindowindex - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumIDs getIDs(String className,
int changeType)
throws IOException,
AutomationException
getIDs in interface IVersionChangesWindowclassName - The className (in)changeType - A com.esri.arcgis.editor.esriChangeType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IObjectClass findClass(String className,
int vers)
throws IOException,
AutomationException
findClass in interface IVersionChangesWindowclassName - The className (in)vers - A com.esri.arcgis.editor.esriChangeVersion constant (in)
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 | ||||||||