|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterTypeHistory
Provides access to members that control raster type history.
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. |
Method Detail |
---|
IRasterType getRasterTypeInstance(int instanceID) throws IOException, AutomationException
instanceID
- The instanceID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getAllRasterTypeInstances() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getOverviewInstances() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int updateRasterTypeInstance(IRasterType pRasterTypeInstance) throws IOException, AutomationException
pRasterTypeInstance
- A reference to a com.esri.arcgis.datasourcesraster.IRasterType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getSelectedRasterTypeInstances(ISelectionParameters pSelectionParameters) throws IOException, AutomationException
pSelectionParameters
- A reference to a com.esri.arcgis.datasourcesraster.ISelectionParameters (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 |