com.esri.arcgis.datasourcesraster
Class MosaicDatasetViewManager

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.MosaicDatasetViewManager
All Implemented Interfaces:
IMosaicDatasetViewManager, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class MosaicDatasetViewManager
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IMosaicDatasetViewManager

COM Class 'MosaicDatasetViewManager'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description 'The view manager object.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IMosaicDatasetViewManager
IID, IID835e3230_a330_44ea_adf7_3ff91697a7b3, xxDummy
 
Constructor Summary
MosaicDatasetViewManager()
          Constructs a MosaicDatasetViewManager using ArcGIS Engine.
MosaicDatasetViewManager(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
MosaicDatasetViewManager theMosaicDatasetViewManager = (MosaicDatasetViewManager) obj;
 
Method Summary
 void clear()
          Clears all associations between mosaic datasets and image views.
 boolean equals(java.lang.Object o)
          Compare this object with another
 java.lang.String getActiveView(IMosaicDataset pMosaicDataset)
          Retreives the active image view associated with the mosaic dataset.
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 MosaicDatasetViewManager.
 void setActiveView(IMosaicDataset pMosaicDataset, java.lang.String sViewName)
          Sets the active image view associated with the mosaic dataset.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MosaicDatasetViewManager

public MosaicDatasetViewManager()
                         throws java.io.IOException,
                                java.net.UnknownHostException
Constructs a MosaicDatasetViewManager using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

MosaicDatasetViewManager

public MosaicDatasetViewManager(java.lang.Object obj)
                         throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
MosaicDatasetViewManager theMosaicDatasetViewManager = (MosaicDatasetViewManager) obj;

Construct a MosaicDatasetViewManager using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to MosaicDatasetViewManager.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a MosaicDatasetViewManager.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

setActiveView

public void setActiveView(IMosaicDataset pMosaicDataset,
                          java.lang.String sViewName)
                   throws java.io.IOException,
                          AutomationException
Sets the active image view associated with the mosaic dataset.

Specified by:
setActiveView in interface IMosaicDatasetViewManager
Parameters:
pMosaicDataset - A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)
sViewName - The sViewName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getActiveView

public java.lang.String getActiveView(IMosaicDataset pMosaicDataset)
                               throws java.io.IOException,
                                      AutomationException
Retreives the active image view associated with the mosaic dataset.

Specified by:
getActiveView in interface IMosaicDatasetViewManager
Parameters:
pMosaicDataset - A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)
Returns:
The psViewName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clear

public void clear()
           throws java.io.IOException,
                  AutomationException
Clears all associations between mosaic datasets and image views.

Specified by:
clear in interface IMosaicDatasetViewManager
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.