com.esri.arcgis.datasourcesraster
Interface IAISImageService2X

All Superinterfaces:
IAISImageServiceX, Serializable
All Known Implementing Classes:
IAISImageService2XProxy

public interface IAISImageService2X
extends IAISImageServiceX, Serializable

IAISImageService2 Interface

Product Availability

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


Method Summary
 void getImageInfo(double[] xMin, double[] yMin, double[] xMax, double[] yMax, int[] nCols, int[] nRows)
          getImageInfo
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IAISImageServiceX
applyServiceProperties, close, extractAoi, getBufferSize, getImageInBuffer, getImageMetadata, getMetaData, getProperty, getServiceInfo, getServiceProperties, getStatus, init, setProperty, setServiceProperties
 

Method Detail

getImageInfo

void getImageInfo(double[] xMin,
                  double[] yMin,
                  double[] xMax,
                  double[] yMax,
                  int[] nCols,
                  int[] nRows)
                  throws IOException,
                         AutomationException
getImageInfo

Product Availability

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

Parameters:
xMin - The xMin (out: use single element array)
yMin - The yMin (out: use single element array)
xMax - The xMax (out: use single element array)
yMax - The yMax (out: use single element array)
nCols - The nCols (out: use single element array)
nRows - The nRows (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.