com.esri.arcgis.carto
Interface esriTopologyRenderer

All Superinterfaces:
java.io.Serializable

public interface esriTopologyRenderer
extends java.io.Serializable

Constants from esriTopologyRenderer' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Renderer to display elements of the topology.' 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 int esriTRAreaErrors
          Area Error renderer.
static int esriTRAreaExceptions
          Polygon Exception renderer.
static int esriTRDirtyAreas
          Dirty Area renderer.
static int esriTRLineErrors
          Line Error renderer.
static int esriTRLineExceptions
          Line Exception renderer.
static int esriTRPointErrors
          Point Error renderer.
static int esriTRPointExceptions
          Point Exception renderer.
 

Field Detail

esriTRAreaErrors

static final int esriTRAreaErrors
Area Error renderer.

See Also:
Constant Field Values

esriTRLineErrors

static final int esriTRLineErrors
Line Error renderer.

See Also:
Constant Field Values

esriTRPointErrors

static final int esriTRPointErrors
Point Error renderer.

See Also:
Constant Field Values

esriTRAreaExceptions

static final int esriTRAreaExceptions
Polygon Exception renderer.

See Also:
Constant Field Values

esriTRLineExceptions

static final int esriTRLineExceptions
Line Exception renderer.

See Also:
Constant Field Values

esriTRPointExceptions

static final int esriTRPointExceptions
Point Exception renderer.

See Also:
Constant Field Values

esriTRDirtyAreas

static final int esriTRDirtyAreas
Dirty Area renderer.

See Also:
Constant Field Values