com.esri.arcgis.carto
Interface IMapAdmin4

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapAdmin4Proxy, Map

public interface IMapAdmin4
extends java.io.Serializable

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

Description: 'Provides access to Map administration methods.' 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 IID900f7083_22ae_42b4_a00c_1776e316a910
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ILayer getDomainDefiningLayer()
          Returns the layer which defines map domain, 0 if domain is the union of all layers.
 boolean isSimulateLayerEffectsInLegends()
          Indicates whether to simulate transparency and other effects in legends.
 void setDomainDefiningLayer(ILayer layer)
          Returns the layer which defines map domain, 0 if domain is the union of all layers.
 void setSimulateLayerEffectsInLegends(boolean flag)
          Indicates whether to simulate transparency and other effects in legends.
 

Field Detail

IID900f7083_22ae_42b4_a00c_1776e316a910

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

getDomainDefiningLayer

ILayer getDomainDefiningLayer()
                              throws java.io.IOException,
                                     AutomationException
Returns the layer which defines map domain, 0 if domain is the union of all layers.

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

setDomainDefiningLayer

void setDomainDefiningLayer(ILayer layer)
                            throws java.io.IOException,
                                   AutomationException
Returns the layer which defines map domain, 0 if domain is the union of all layers.

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

isSimulateLayerEffectsInLegends

boolean isSimulateLayerEffectsInLegends()
                                        throws java.io.IOException,
                                               AutomationException
Indicates whether to simulate transparency and other effects in legends.

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

setSimulateLayerEffectsInLegends

void setSimulateLayerEffectsInLegends(boolean flag)
                                      throws java.io.IOException,
                                             AutomationException
Indicates whether to simulate transparency and other effects in legends.

Parameters:
flag - The flag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.