com.esri.arcgis.datasourcesraster
Interface IRasterTypeHistory

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRasterTypeHistory2
All Known Implementing Classes:
IRasterTypeHistory2Proxy, IRasterTypeHistoryProxy, MosaicDataset

public interface IRasterTypeHistory
extends java.io.Serializable

COM Interface 'IRasterTypeHistory'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control raster type history.' 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 IID0f0862a7_c315_4e51_8f20_be91d2d13bbd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IArray getAllRasterTypeInstances()
          Returns all available raster type instances.
 IArray getOverviewInstances()
          Returns all raster type instances corresponding to overview schemas.
 IRasterType getRasterTypeInstance(int instanceID)
          Returns the raster type object associated with the specified instance ID.
 IArray getSelectedRasterTypeInstances(ISelectionParameters pSelectionParameters)
          Returns all raster type instances associated with selected catalog items.
 int updateRasterTypeInstance(IRasterType pRasterTypeInstance)
          Updates or adds the specified raster type object to the collection.
 

Field Detail

IID0f0862a7_c315_4e51_8f20_be91d2d13bbd

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

getRasterTypeInstance

IRasterType getRasterTypeInstance(int instanceID)
                                  throws java.io.IOException,
                                         AutomationException
Returns the raster type object associated with the specified instance ID.

Parameters:
instanceID - The instanceID (in)
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAllRasterTypeInstances

IArray getAllRasterTypeInstances()
                                 throws java.io.IOException,
                                        AutomationException
Returns all available raster type instances.

Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOverviewInstances

IArray getOverviewInstances()
                            throws java.io.IOException,
                                   AutomationException
Returns all raster type instances corresponding to overview schemas.

Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateRasterTypeInstance

int updateRasterTypeInstance(IRasterType pRasterTypeInstance)
                             throws java.io.IOException,
                                    AutomationException
Updates or adds the specified raster type object to the collection. Returns the ID of the updated or newly added instance.

Parameters:
pRasterTypeInstance - A reference to a com.esri.arcgis.datasourcesraster.IRasterType (in)
Returns:
The pInstanceID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectedRasterTypeInstances

IArray getSelectedRasterTypeInstances(ISelectionParameters pSelectionParameters)
                                      throws java.io.IOException,
                                             AutomationException
Returns all raster type instances associated with selected catalog items.

Parameters:
pSelectionParameters - A reference to a com.esri.arcgis.datasourcesraster.ISelectionParameters (in)
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.