com.esri.arcgis.carto
Interface IImageType

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IImageTypeProxy, ImageType

public interface IImageType
extends java.io.Serializable

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

Description: 'Provides access to the Image Type Interface.' 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 IIDec27718b_0fa5_40e1_9685_376e49e93cb5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getFormat()
          The image format.
 int getReturnType()
          The return type.
 void setFormat(int imageFormat)
          The image format.
 void setReturnType(int returnType)
          The return type.
 

Field Detail

IIDec27718b_0fa5_40e1_9685_376e49e93cb5

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

getFormat

int getFormat()
              throws java.io.IOException,
                     AutomationException
The image format.

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.

setFormat

void setFormat(int imageFormat)
               throws java.io.IOException,
                      AutomationException
The image format.

Parameters:
imageFormat - 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.

getReturnType

int getReturnType()
                  throws java.io.IOException,
                         AutomationException
The return type.

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

setReturnType

void setReturnType(int returnType)
                   throws java.io.IOException,
                          AutomationException
The return type.

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