com.esri.arcgis.geometry
Interface esriCoordinateSystemFilter

All Superinterfaces:
java.io.Serializable

public interface esriCoordinateSystemFilter
extends java.io.Serializable

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

Description: 'A filter for lists of coordinate systems.' 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 esriFilterGCS
          Show only geographic coordinate systems.
static int esriFilterHCS
          Show horizontal coordinate systems (geographic and projected).
static int esriFilterPCS
          Show only projected coordinate systems
static int esriFilterVCS
          Show only vertical coordinate systems.
 

Field Detail

esriFilterGCS

static final int esriFilterGCS
Show only geographic coordinate systems.

See Also:
Constant Field Values

esriFilterPCS

static final int esriFilterPCS
Show only projected coordinate systems

See Also:
Constant Field Values

esriFilterHCS

static final int esriFilterHCS
Show horizontal coordinate systems (geographic and projected).

See Also:
Constant Field Values

esriFilterVCS

static final int esriFilterVCS
Show only vertical coordinate systems.

See Also:
Constant Field Values