com.esri.arcgis.carto
Interface IImageServerObjects

All Superinterfaces:
Serializable
All Known Implementing Classes:
IImageServerObjectsProxy, ImageServer

public interface IImageServerObjects
extends Serializable

Provides access to core objects contained within an image server object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IMosaicDataset getMosaicDataset()
          The mosaic dataset.
 IRaster getRaster()
          The raster.
 IRasterDataset getRasterDataset()
          The raster dataset.
 ITimeTableDefinition getTimeDefinition()
          The time definition.
 

Method Detail

getMosaicDataset

IMosaicDataset getMosaicDataset()
                                throws IOException,
                                       AutomationException
The mosaic dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getRasterDataset

IRasterDataset getRasterDataset()
                                throws IOException,
                                       AutomationException
The raster dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getRaster

IRaster getRaster()
                  throws IOException,
                         AutomationException
The raster.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getTimeDefinition

ITimeTableDefinition getTimeDefinition()
                                       throws IOException,
                                              AutomationException
The time definition.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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