com.esri.arcgis.carto
Interface acShieldSymbolType

All Superinterfaces:
java.io.Serializable

public interface acShieldSymbolType
extends java.io.Serializable

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

Description: 'ArcIMS shield symbol type options.' 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 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