73#ifndef _das_form_geoloc_h_
74#define _das_form_geoloc_h_
100#define DAS_VSYS_DETIC 0x00000005
101#define DAS_VSYS_GRAPHIC 0x00000006
103#define DAS_VSYS_MAX 0x00000006
121#define das_geosys_isEllipsoidal(S) \
122 (((S) == DAS_VSYS_DETIC)||((S) == DAS_VSYS_GRAPHIC))
126DAS_API
extern const DasForm_VTbl das_form_geoloc_vtbl;
131#define DAS_FORM_GEOLOC (&das_form_geoloc_vtbl)
144DAS_API DasForm* new_DasFormGeoLoc(
145 const char* sBody,
const char* sFrame,
const char* sSurface,
146 ubyte uSysType,
const ubyte* pDirs
151DAS_API
const char* DasFormGeoLoc_body(
const DasForm* pThis);
154DAS_API
const char* DasFormGeoLoc_frame(
const DasForm* pThis);
158DAS_API
const char* DasFormGeoLoc_surface(
const DasForm* pThis);
161DAS_API ubyte DasFormGeoLoc_sysType(
const DasForm* pThis);
166DAS_API
const ubyte* DasFormGeoLoc_dirs(
const DasForm* pThis);