DK for Delphi | GisTypes.TGIS_Point3D | Records | Fields
Like TGIS_Point, but 3rd dimension (Z) and measure (M) added.
// Delphi type TGIS_Point3D = record end;
// C++ Builder struct DECLSPEC_DRECORD TGIS_Point3D { };
| Name | Visibility | Description | |
|---|---|---|---|
| M | public | measure | |
| X | public | horizontal position | |
| Y | public | vertical position | |
| Z | public | altitude | |