com.esri.arcgis.carto
Interface IMapImage

All Superinterfaces:
IImageResult, java.io.Serializable
All Known Implementing Classes:
IMapImageProxy, MapImage, SimpleMapImage

public interface IMapImage
extends IImageResult, java.io.Serializable

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

Description: 'Provides access to the Map 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 IID8a77bea2_5541_4ade_93bc_d5cba56034c8
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IImageResult
IIDbe47d208_d27a_4048_a118_c9167662db74
 
Method Summary
 IEnvelope getMapExtent()
          The geographic extent of the map that is fitted to the height and width of the generated image.
 double getMapScale()
          The scale of the generated map image.
 ILongArray getVisibleLayers()
          Array of the visible layers drawn for the generated map scale.
 
Methods inherited from interface com.esri.arcgis.carto.IImageResult
getHeight, getMimeData, getReferenceDPI, getURL, getWidth
 

Field Detail

IID8a77bea2_5541_4ade_93bc_d5cba56034c8

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

getMapExtent

IEnvelope getMapExtent()
                       throws java.io.IOException,
                              AutomationException
The geographic extent of the map 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.

getVisibleLayers

ILongArray getVisibleLayers()
                            throws java.io.IOException,
                                   AutomationException
Array of the visible layers drawn for the generated map scale.

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

getMapScale

double getMapScale()
                   throws java.io.IOException,
                          AutomationException
The scale of the generated map image.

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