com.esri.arcgis.display
Interface IMapLevel

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ArrowMarkerSymbol, BasicFillSymbol, BasicLineSymbol, BasicMarkerSymbol, CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CartographicLineSymbol, CharacterMarker3DSymbol, CharacterMarkerSymbol, ColorRampSymbol, ColorSymbol, CoverageAnnotationLayer, DimensionLayer, DotDensityFillSymbol, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, GradientFillSymbol, GroupLayer, HashLineSymbol, IMapLevelProxy, LineFillSymbol, Marker3DSymbol, MarkerFillSymbol, MarkerLineSymbol, MultiLayerFillSymbol, MultiLayerLineSymbol, MultiLayerMarkerSymbol, NALayer, NetworkLayer, PictureFillSymbol, PictureLineSymbol, PictureMarkerSymbol, ProcessLayer, RasterRGBSymbol, RepresentationRule, SchematicLayer, SimpleFillSymbol, SimpleLine3DSymbol, SimpleLineSymbol, SimpleMarker3DSymbol, SimpleMarkerSymbol, TemporalFeatureLayer, TextMarkerSymbol, TextSymbol, TextureFillSymbol, TextureLineSymbol

public interface IMapLevel
extends java.io.Serializable

COM Interface 'IMapLevel'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the map level.' 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 IIDcef72580_c1d9_11d2_9888_0080c7e04196
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getMapLevel()
          Current map level for drawing multi-level symbols.
 void setMapLevel(int mapLevel)
          Current map level for drawing multi-level symbols.
 

Field Detail

IIDcef72580_c1d9_11d2_9888_0080c7e04196

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

getMapLevel

int getMapLevel()
                throws java.io.IOException,
                       AutomationException
Current map level for drawing multi-level symbols.

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

setMapLevel

void setMapLevel(int mapLevel)
                 throws java.io.IOException,
                        AutomationException
Current map level for drawing multi-level symbols.

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