COORDSYS_MODEConstant Class
Coordinate system wizard IPJ types allowed on return. The wizard present three types of projections for selection by the user, Geographic (GCS), Projected (PCS), and Unknown. (Unknown requires only that the units be defined.) The Editable flag must be Yes for this option to take affect, and is overridden internally if the user's license does not allow modification of projections (e.g. the OM Viewer).
Inheritance Hierarchy
SystemObject
  Geosoft.Desktop.GXNetCOORDSYS_MODEConstant

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static class COORDSYS_MODEConstant

The COORDSYS_MODEConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberALL
Allow Geographic (GCS), Projected (PCS), and Unknown
Public fieldStatic memberGCS
Allow only Geographic (GCS)
Public fieldStatic memberGCS_PCS
Allow only Geographic (GCS) and Projected (PCS)
Public fieldStatic memberPCS
Allow only Projected (PCS)
Public fieldStatic memberPCS_UNKNOWN
Allow only Projected (PCS), or Unknown
Top
See Also