com.esri.arcgis.geometry
Interface esriGARSModeEnum

All Superinterfaces:
Serializable

public interface esriGARSModeEnum
extends Serializable

Determines the format of the GARS (global area reference system) description of a point.

Product Availability

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


Field Summary
static int esriGARSModeCENTER
          inverse to center of box
static int esriGARSModeLL
          inverse to lower-left of box
 

Field Detail

esriGARSModeLL

static final int esriGARSModeLL
inverse to lower-left of box

See Also:
Constant Field Values

esriGARSModeCENTER

static final int esriGARSModeCENTER
inverse to center of box

See Also:
Constant Field Values