com.esri.arcgis.carto
Interface ILayoutImage

All Superinterfaces:
IImageResult, java.io.Serializable
All Known Implementing Classes:
ILayoutImageProxy, LayoutImage

public interface ILayoutImage
extends IImageResult, java.io.Serializable

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

Description: 'Provides access to the Layout Image 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 IID904ba065_af13_40f4_a661_79b7bcfb989a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IImageResult
IIDbe47d208_d27a_4048_a118_c9167662db74
 
Method Summary
 IEnvelope getExtent()
          The extent of the page that is fitted to the height and width of the generated image.
 IMapImages getMapImages()
          A collection of MapImage objects contained in the layout.
 
Methods inherited from interface com.esri.arcgis.carto.IImageResult
getHeight, getMimeData, getReferenceDPI, getURL, getWidth
 

Field Detail

IID904ba065_af13_40f4_a661_79b7bcfb989a

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

getExtent

IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
The extent of the page that is fitted to the height and width of the generated image.

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

getMapImages

IMapImages getMapImages()
                        throws java.io.IOException,
                               AutomationException
A collection of MapImage objects contained in the layout. There will be one MapImage object returned for each data frame.

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