com.esri.arcgis.carto
Interface acShieldSymbolType

All Superinterfaces:
Serializable

public interface acShieldSymbolType
extends Serializable

ArcIMS shield symbol type options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int acInterstateShieldSymbol
          The shield is interstate.
static int acMexicanShieldSymbol
          The shield is Mexican.
static int acOvalShieldSymbol
          The shield is an oval.
static int acRectangleShieldSymbol
          The shield is a rectangle.
static int acUSRoadShieldSymbol
          The shield is US Road.
 

Field Detail

acInterstateShieldSymbol

static final int acInterstateShieldSymbol
The shield is interstate.

See Also:
Constant Field Values

acUSRoadShieldSymbol

static final int acUSRoadShieldSymbol
The shield is US Road.

See Also:
Constant Field Values

acRectangleShieldSymbol

static final int acRectangleShieldSymbol
The shield is a rectangle.

See Also:
Constant Field Values

acOvalShieldSymbol

static final int acOvalShieldSymbol
The shield is an oval.

See Also:
Constant Field Values

acMexicanShieldSymbol

static final int acMexicanShieldSymbol
The shield is Mexican.

See Also:
Constant Field Values