com.esri.arcgis.carto
Interface IServiceLayerImageFormat

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMSMapLayer, IServiceLayerImageFormatProxy, MapServerLayer, MapServerRESTLayer, WMSMapLayer

public interface IServiceLayerImageFormat
extends java.io.Serializable

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

Description: 'Provides access to members that control the image format set of service layers.' 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 IID6c6ce092_1ed4_4806_aabb_1ca6f0cb166e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getRequestedImageType()
          The image type requested.
 int getSupportedImageFormat(int index)
          The individual output image format supported by Server.
 int getSupportedImageFormatCount()
          The number of output image format supported by Server.
 void setRequestedImageType(int requestedImageFormat)
          The image type requested.
 

Field Detail

IID6c6ce092_1ed4_4806_aabb_1ca6f0cb166e

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

getSupportedImageFormatCount

int getSupportedImageFormatCount()
                                 throws java.io.IOException,
                                        AutomationException
The number of output image format supported by Server.

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

getSupportedImageFormat

int getSupportedImageFormat(int index)
                            throws java.io.IOException,
                                   AutomationException
The individual output image format supported by Server.

Parameters:
index - The index (in)
Returns:
A com.esri.arcgis.carto.esriImageFormat constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRequestedImageType

int getRequestedImageType()
                          throws java.io.IOException,
                                 AutomationException
The image type requested.

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

setRequestedImageType

void setRequestedImageType(int requestedImageFormat)
                           throws java.io.IOException,
                                  AutomationException
The image type requested.

Parameters:
requestedImageFormat - A com.esri.arcgis.carto.esriImageFormat constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.