com.esri.arcgis.carto
Interface esriTopologyRenderer

All Superinterfaces:
Serializable

public interface esriTopologyRenderer
extends Serializable

Renderer to display elements of the topology.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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