com.esri.arcgis.datasourcesraster
Interface IRasterDataManagementEvents
- All Superinterfaces:
- EventListener, Serializable
- All Known Implementing Classes:
- GdbRasterCatalogLayer, ImageServerLayer, IRasterDataManagementEventsAdapter, MosaicLayer, RasterLayer, WCSLayer
public interface IRasterDataManagementEvents
- extends EventListener, Serializable
Provides access to events that occur with an raster dataset.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
onEvent
void onEvent(IRasterDataManagementEventsOnEventEvent theEvent)
throws IOException,
AutomationException
- Performs operation on the raster data management event.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.