com.esri.arcgis.carto
Interface IMapExtent

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapExtentProxy, MapExtent

public interface IMapExtent
extends java.io.Serializable

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

Description: 'Provides access to the Map Extent Map Area 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 IIDfd1037c4_34d5_4783_8812_e06eff6484e7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setExtent(IEnvelope rhs1)
          The geographic extent of the map.
 

Field Detail

IIDfd1037c4_34d5_4783_8812_e06eff6484e7

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

setExtent

void setExtent(IEnvelope rhs1)
               throws java.io.IOException,
                      AutomationException
The geographic extent of the map.

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