com.esri.arcgis.carto
Interface esriDMSGridLabelType

All Superinterfaces:
Serializable

public interface esriDMSGridLabelType
extends Serializable

DMS grid label type options.

Description

esriDMSGridLabelType are options for which components and how to draw the components of a Degrees, Minutes, and Seconds label for a graticule.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
ILatLonFormat2, IDMSGridLabel.getLabelType(), IDMSGridLabel, esriDMSGridLabelType, ILatLonFormat

Field Summary
static int esriDMSGridLabelDD
          Decimal degrees.
static int esriDMSGridLabelDM
          Decimal minutes.
static int esriDMSGridLabelDS
          Decimal seconds.
static int esriDMSGridLabelStacked
          Minutes stacked over seconds.
static int esriDMSGridLabelStandard
          Standard.
 

Field Detail

esriDMSGridLabelStandard

static final int esriDMSGridLabelStandard
Standard.

See Also:
Constant Field Values

esriDMSGridLabelStacked

static final int esriDMSGridLabelStacked
Minutes stacked over seconds.

See Also:
Constant Field Values

esriDMSGridLabelDD

static final int esriDMSGridLabelDD
Decimal degrees.

See Also:
Constant Field Values

esriDMSGridLabelDM

static final int esriDMSGridLabelDM
Decimal minutes.

See Also:
Constant Field Values

esriDMSGridLabelDS

static final int esriDMSGridLabelDS
Decimal seconds.

See Also:
Constant Field Values