com.esri.arcgis.catalogUI
Interface esriSpatialReferenceXYFilter

All Superinterfaces:
Serializable

public interface esriSpatialReferenceXYFilter
extends Serializable

Options for restricting the type of XY coordinate systems shown.

Product Availability

Available with ArcGIS Desktop.


Field Summary
static int esriShowBoth
          Show geographic and projected coordinate systems.
static int esriShowOnlyGeographic
          Show only geographic coordinate systems.
static int esriShowOnlyProjected
          Show only projected coordinate systems.
 

Field Detail

esriShowOnlyGeographic

static final int esriShowOnlyGeographic
Show only geographic coordinate systems.

See Also:
Constant Field Values

esriShowOnlyProjected

static final int esriShowOnlyProjected
Show only projected coordinate systems.

See Also:
Constant Field Values

esriShowBoth

static final int esriShowBoth
Show geographic and projected coordinate systems.

See Also:
Constant Field Values