com.esri.arcgis.datasourcesraster
Interface IDEImageServer

All Superinterfaces:
Serializable
All Known Implementing Classes:
DEImageServer

public interface IDEImageServer
extends Serializable

Provides access to members that describe Image Service objects.

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


Method Summary
 int getBandCount()
          The number of bands in the collection.
 String getClientXADefProps()
          ClientXADef property of Image Server Layer.
 IEnvelope getExtent()
          The extent of the image service object.
 String getMosaicProps()
          Mosaic property of Image Server Layer.
 ISpatialReference getSpatialReference()
          The spatial reference of the image service object.
 void setBandCount(int count)
          The number of bands in the collection.
 void setClientXADefProps(String clientXADef)
          ClientXADef property of Image Server Layer.
 void setExtentByRef(IEnvelope extent)
          The extent of the image service object.
 void setMosaicProps(String mosaic)
          Mosaic property of Image Server Layer.
 void setSpatialReferenceByRef(ISpatialReference spatialReference)
          The spatial reference of the image service object.
 

Method Detail

getExtent

IEnvelope getExtent()
                    throws IOException,
                           AutomationException
The extent of the image service object.

Product Availability

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

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

setExtentByRef

void setExtentByRef(IEnvelope extent)
                    throws IOException,
                           AutomationException
The extent of the image service object.

Product Availability

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

Parameters:
extent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws IOException,
                                             AutomationException
The spatial reference of the image service object.

Product Availability

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

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

setSpatialReferenceByRef

void setSpatialReferenceByRef(ISpatialReference spatialReference)
                              throws IOException,
                                     AutomationException
The spatial reference of the image service object.

Product Availability

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

Parameters:
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBandCount

int getBandCount()
                 throws IOException,
                        AutomationException
The number of bands in the collection.

Product Availability

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

Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBandCount

void setBandCount(int count)
                  throws IOException,
                         AutomationException
The number of bands in the collection.

Product Availability

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

Parameters:
count - The count (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMosaicProps

String getMosaicProps()
                      throws IOException,
                             AutomationException
Mosaic property of Image Server Layer.

Product Availability

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

Returns:
The mosaic
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMosaicProps

void setMosaicProps(String mosaic)
                    throws IOException,
                           AutomationException
Mosaic property of Image Server Layer.

Product Availability

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

Parameters:
mosaic - The mosaic (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClientXADefProps

String getClientXADefProps()
                           throws IOException,
                                  AutomationException
ClientXADef property of Image Server Layer.

Product Availability

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

Returns:
The clientXADef
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClientXADefProps

void setClientXADefProps(String clientXADef)
                         throws IOException,
                                AutomationException
ClientXADef property of Image Server Layer.

Product Availability

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

Parameters:
clientXADef - The clientXADef (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.