public interface IMapImageEdit extends IImageResultEdit, java.io.Serializable
Description: 'Map Image Edit 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 |
IID074ca273_d7b9_4243_b537_e15b22cbdbd5 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID83ee34c3_c1f3_46bd_a612_075d84f274b8
Modifier and Type | Method and Description |
---|---|
void |
setMapExtent(IEnvelope rhs1)
The geographic extent of the map that is fitted to the height and width of the generated image.
|
void |
setMapScale(double rhs1)
The scale of the generated map image.
|
void |
setVisibleLayers(ILongArray rhs1)
Array of the visible layers drawn for the generated map scale.
|
setHeight, setMimeData, setMimeType, setReferenceDPI, setURL, setWidth
static final int IID074ca273_d7b9_4243_b537_e15b22cbdbd5
static final int xxDummy
static final java.lang.String IID
void setMapExtent(IEnvelope rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVisibleLayers(ILongArray rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMapScale(double rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.