|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.ChangeDatabaseVersion
public class ChangeDatabaseVersion
Change Database Version operation.
ChangeDatabaseVersion is a coarse grained object that simplifies the process of changing the version of all the layers and tables in a map. See IChangeDatabaseVersion for more information on the methods this object implements.
Constructor Summary | |
---|---|
ChangeDatabaseVersion()
Constructs a ChangeDatabaseVersion using ArcGIS Engine. |
|
ChangeDatabaseVersion(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ChangeDatabaseVersion theChangeDatabaseVersion = (ChangeDatabaseVersion) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
ISet |
execute(IVersion pFrom,
IVersion pTo,
IBasicMap pMap)
Replaces the version of the feature classes for all the layers that belong to the From version to To version. |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
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 ChangeDatabaseVersion() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ChangeDatabaseVersion(Object obj) throws IOException
ChangeDatabaseVersion theChangeDatabaseVersion = (ChangeDatabaseVersion) obj;
obj
to ChangeDatabaseVersion
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public ISet execute(IVersion pFrom, IVersion pTo, IBasicMap pMap) throws IOException, AutomationException
The Execute method is used to change the version of versioned data from one version to another. The versions can be transactional or historical. The input parameters of this method are:
pFrom: The version to move away from. Only layers with a data source referencing this version will be changed.
pTo: The version to change to.
pMap: An IBasicMap reference, which could be a Map, Globe, or Scene, that contains the layers to be changed.
The return parameter of the method is a set of table and layer references of the layers that had their version changed.
This command fires the following events:
IActiveViewEvents::ContentsChanged when executed on a Map, Scene, or Globe.
Additionally the events IMapEvents::FeatureClassChanged and IMapEvents2::TableChanged are fired for each layer and table respectively when changing the version on a Map.
When executing this method on a Map, you may wish to call IMapAdmin::FireChangeVersion prior to performing the version change to additionally notify listeners of the change.
execute
in interface IChangeDatabaseVersion
pFrom
- A reference to a com.esri.arcgis.geodatabase.IVersion (in)pTo
- A reference to a com.esri.arcgis.geodatabase.IVersion (in)pMap
- A reference to a com.esri.arcgis.carto.IBasicMap (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 |