com.esri.arcgis.carto
Interface esriMappingMsgCodeEnum

All Superinterfaces:
Serializable

public interface esriMappingMsgCodeEnum
extends Serializable

Map Components Logging Messages.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int esriMappingMsgCode_AnnotationDrawBegin
          Begining of Annotation phase INFO3 log.
static int esriMappingMsgCode_AnnotationDrawEnd
          End of Annotation phase INFO3 log.
static int esriMappingMsgCode_CustomDrawBegin
          Begin Custom Draw phase INFO3 log.
static int esriMappingMsgCode_CustomDrawEnd
          End of Custom Draw phase INFO3 log.
static int esriMappingMsgCode_DrawingAsMaskingLayer
          Drawing the layer as masking layer INFO3 log.
static int esriMappingMsgCode_ExecutingQuery
          Executing query INFO3 log.
static int esriMappingMsgCode_FeatureCount
          Feature count INFO3 log.
static int esriMappingMsgCode_GeographyDrawBegin
          Begining of Geography phase drawing INFO3 log.
static int esriMappingMsgCode_GeographyDrawEnd
          End of Geography phase drawing INFO3 log.
static int esriMappingMsgCode_GraphicCount
          Graphic count INFO3 log.
static int esriMappingMsgCode_GraphicDrawBegin
          Begin Graphics Draw phase INFO3 log.
static int esriMappingMsgCode_GraphicDrawEnd
          Begin Graphics Draw phase INFO3 log.
static int esriMappingMsgCode_GraphicSelectionDrawBegin
          Begining of Graphics Selection phase INFO3 log.
static int esriMappingMsgCode_GraphicSelectionDrawEnd
          End of Graphics Selection phase INFO3 log.
static int esriMappingMsgCode_GroupLayerDrawBegin
          Begin Group Layer Drawing INFO3 log.
static int esriMappingMsgCode_GroupLayerDrawEnd
          End Group Layer Drawing INFO3 log.
static int esriMappingMsgCode_LabelingBegin
          Begin Labeling phase INFO3 log.
static int esriMappingMsgCode_LabelingEnd
          End Labeling phase INFO3 log.
static int esriMappingMsgCode_LabelingLayers
          End Labeling phase INFO3 log.
static int esriMappingMsgCode_LayerDrawBegin
          Begin Layer Drawing INFO3 log.
static int esriMappingMsgCode_LayerDrawEnd
          End Layer Drawing INFO3 log.
static int esriMappingMsgCode_LayerDrawingError
          Error in drawing the layer.
static int esriMappingMsgCode_Rendering
          Drawing the layer rendereing preparation INFO3 log.
static int esriMappingMsgCode_SelectionDrawBegin
          Begining of Selection phase INFO3 log.
static int esriMappingMsgCode_SelectionDrawEnd
          End of Selection phase INFO3 log.
static int esriMappingMsgCode_SymbolDrawTime
          Drawing the layer symbology INFO3 log.
 

Field Detail

esriMappingMsgCode_LayerDrawBegin

static final int esriMappingMsgCode_LayerDrawBegin
Begin Layer Drawing INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_LayerDrawEnd

static final int esriMappingMsgCode_LayerDrawEnd
End Layer Drawing INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_GroupLayerDrawBegin

static final int esriMappingMsgCode_GroupLayerDrawBegin
Begin Group Layer Drawing INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_GroupLayerDrawEnd

static final int esriMappingMsgCode_GroupLayerDrawEnd
End Group Layer Drawing INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_GeographyDrawBegin

static final int esriMappingMsgCode_GeographyDrawBegin
Begining of Geography phase drawing INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_GeographyDrawEnd

static final int esriMappingMsgCode_GeographyDrawEnd
End of Geography phase drawing INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_AnnotationDrawBegin

static final int esriMappingMsgCode_AnnotationDrawBegin
Begining of Annotation phase INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_AnnotationDrawEnd

static final int esriMappingMsgCode_AnnotationDrawEnd
End of Annotation phase INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_SelectionDrawBegin

static final int esriMappingMsgCode_SelectionDrawBegin
Begining of Selection phase INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_SelectionDrawEnd

static final int esriMappingMsgCode_SelectionDrawEnd
End of Selection phase INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_GraphicSelectionDrawBegin

static final int esriMappingMsgCode_GraphicSelectionDrawBegin
Begining of Graphics Selection phase INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_GraphicSelectionDrawEnd

static final int esriMappingMsgCode_GraphicSelectionDrawEnd
End of Graphics Selection phase INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_CustomDrawBegin

static final int esriMappingMsgCode_CustomDrawBegin
Begin Custom Draw phase INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_CustomDrawEnd

static final int esriMappingMsgCode_CustomDrawEnd
End of Custom Draw phase INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_GraphicDrawBegin

static final int esriMappingMsgCode_GraphicDrawBegin
Begin Graphics Draw phase INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_GraphicDrawEnd

static final int esriMappingMsgCode_GraphicDrawEnd
Begin Graphics Draw phase INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_LabelingBegin

static final int esriMappingMsgCode_LabelingBegin
Begin Labeling phase INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_LabelingEnd

static final int esriMappingMsgCode_LabelingEnd
End Labeling phase INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_LabelingLayers

static final int esriMappingMsgCode_LabelingLayers
End Labeling phase INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_FeatureCount

static final int esriMappingMsgCode_FeatureCount
Feature count INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_GraphicCount

static final int esriMappingMsgCode_GraphicCount
Graphic count INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_ExecutingQuery

static final int esriMappingMsgCode_ExecutingQuery
Executing query INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_DrawingAsMaskingLayer

static final int esriMappingMsgCode_DrawingAsMaskingLayer
Drawing the layer as masking layer INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_SymbolDrawTime

static final int esriMappingMsgCode_SymbolDrawTime
Drawing the layer symbology INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_Rendering

static final int esriMappingMsgCode_Rendering
Drawing the layer rendereing preparation INFO3 log.

See Also:
Constant Field Values

esriMappingMsgCode_LayerDrawingError

static final int esriMappingMsgCode_LayerDrawingError
Error in drawing the layer.

See Also:
Constant Field Values