com.esri.arcgis.carto
Interface IImageServer2

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

public interface IImageServer2
extends IImageServer, java.io.Serializable

COM Interface 'IImageServer2'. 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 IIDd9bf0bf1_2ac8_49f5_94cb_6b5182c6297f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IImageServer
IID10a6f247_a053_4bb1_aaf3_503ef365e10e
 
Method Summary
 IMapImage exportMapImage(IGeoImageDescription pImageDescription, IImageType pImageType)
          Exports into a well-known image with a correct aspect ratio for a given image description.
 
Methods inherited from interface com.esri.arcgis.carto.IImageServer
exportImage, getImage, getServiceInfo, getVersion
 

Field Detail

IIDd9bf0bf1_2ac8_49f5_94cb_6b5182c6297f

static final int IIDd9bf0bf1_2ac8_49f5_94cb_6b5182c6297f
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

exportMapImage

IMapImage exportMapImage(IGeoImageDescription pImageDescription,
                         IImageType pImageType)
                         throws java.io.IOException,
                                AutomationException
Exports into a well-known image with a correct aspect ratio 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.IMapImage
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.