public interface IRasterTypeHistory
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID0f0862a7_c315_4e51_8f20_be91d2d13bbd |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID0f0862a7_c315_4e51_8f20_be91d2d13bbd
static final int xxDummy
static final java.lang.String IID
IRasterType getRasterTypeInstance(int instanceID) throws java.io.IOException, AutomationException
instanceID
- The instanceID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getAllRasterTypeInstances() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getOverviewInstances() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int updateRasterTypeInstance(IRasterType pRasterTypeInstance) throws java.io.IOException, AutomationException
pRasterTypeInstance
- A reference to a com.esri.arcgis.datasourcesraster.IRasterType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getSelectedRasterTypeInstances(ISelectionParameters pSelectionParameters) throws java.io.IOException, AutomationException
pSelectionParameters
- A reference to a com.esri.arcgis.datasourcesraster.ISelectionParameters (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.