com.esri.arcgis.display
Interface esriSimpleMarkerStyle

All Superinterfaces:
Serializable

public interface esriSimpleMarkerStyle
extends Serializable

Simple marker symbol styles.

Description

esriSimpleMarkerStyle specifies the marker shape to be used with the ISimpleMarkerSymbol interface.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriSMSCircle
          The marker is a circle.
static int esriSMSCross
          The marker is a cross.
static int esriSMSDiamond
          The marker is a diamond.
static int esriSMSSquare
          The marker is a square.
static int esriSMSX
          The marker is an X.
 

Field Detail

esriSMSCircle

static final int esriSMSCircle
The marker is a circle.

See Also:
Constant Field Values

esriSMSSquare

static final int esriSMSSquare
The marker is a square.

See Also:
Constant Field Values

esriSMSCross

static final int esriSMSCross
The marker is a cross.

See Also:
Constant Field Values

esriSMSX

static final int esriSMSX
The marker is an X.

See Also:
Constant Field Values

esriSMSDiamond

static final int esriSMSDiamond
The marker is a diamond.

See Also:
Constant Field Values