public interface IMapImage extends IImageResult, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID8a77bea2_5541_4ade_93bc_d5cba56034c8 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDbe47d208_d27a_4048_a118_c9167662db74
Modifier and Type | Method and Description |
---|---|
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.
|
getHeight, getMimeData, getMimeType, getReferenceDPI, getURL, getWidth
static final int IID8a77bea2_5541_4ade_93bc_d5cba56034c8
static final int xxDummy
static final java.lang.String IID
IEnvelope getMapExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILongArray getVisibleLayers() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMapScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.