com.esri.arcgis.carto
Interface IImageServer

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IImageServer2, IImageServer3, IImageServer4, IImageServer5
All Known Implementing Classes:
IImageServer2Proxy, IImageServer3Proxy, IImageServer4Proxy, IImageServer5Proxy, IImageServerProxy, ImageServer, ImageServerIP, ImageServerLP

public interface IImageServer
extends java.io.Serializable

COM Interface 'IImageServer'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control an image server.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID10a6f247_a053_4bb1_aaf3_503ef365e10e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IImageResult exportImage(IGeoImageDescription pImageDescription, IImageType pImageType)
          Exports into a well-known image for a given image description.
 byte[] getImage(IGeoImageDescription pImageDescription)
          Gets an image for a given image description.
 IImageServiceInfo getServiceInfo()
          The properties of the image service provided.
 float getVersion()
          The Image Server version number.
 

Field Detail

IID10a6f247_a053_4bb1_aaf3_503ef365e10e

static final int IID10a6f247_a053_4bb1_aaf3_503ef365e10e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getVersion

float getVersion()
                 throws java.io.IOException,
                        AutomationException
The Image Server version number.

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

getServiceInfo

IImageServiceInfo getServiceInfo()
                                 throws java.io.IOException,
                                        AutomationException
The properties of the image service provided.

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

getImage

byte[] getImage(IGeoImageDescription pImageDescription)
                throws java.io.IOException,
                       AutomationException
Gets an image for a given image description.

Parameters:
pImageDescription - A reference to a com.esri.arcgis.carto.IGeoImageDescription (in)
Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

exportImage

IImageResult exportImage(IGeoImageDescription pImageDescription,
                         IImageType pImageType)
                         throws java.io.IOException,
                                AutomationException
Exports into a well-known image for a given image description.

Parameters:
pImageDescription - A reference to a com.esri.arcgis.carto.IGeoImageDescription (in)
pImageType - A reference to a com.esri.arcgis.carto.IImageType (in)
Returns:
A reference to a com.esri.arcgis.carto.IImageResult
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.