com.esri.arcgis.carto
Interface IImageDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IImageDescriptionProxy, ImageDescription

public interface IImageDescription
extends java.io.Serializable

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

Description: 'Provides access to the Image Description 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 IID0f1f22eb_8da5_498b_9b84_7ce2efa14b94
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IImageDisplay getDisplay()
          The display characteristics of the image to be generated.
 IImageType getType()
          The type of image to be generated.
 void setDisplay(IImageDisplay imgDisplay)
          The display characteristics of the image to be generated.
 void setType(IImageType imgType)
          The type of image to be generated.
 

Field Detail

IID0f1f22eb_8da5_498b_9b84_7ce2efa14b94

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

getType

IImageType getType()
                   throws java.io.IOException,
                          AutomationException
The type of image to be generated.

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

setType

void setType(IImageType imgType)
             throws java.io.IOException,
                    AutomationException
The type of image to be generated.

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

getDisplay

IImageDisplay getDisplay()
                         throws java.io.IOException,
                                AutomationException
The display characteristics of the image to be generated.

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

setDisplay

void setDisplay(IImageDisplay imgDisplay)
                throws java.io.IOException,
                       AutomationException
The display characteristics of the image to be generated.

Parameters:
imgDisplay - A reference to a com.esri.arcgis.carto.IImageDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.