DK for .NET | TatukGIS.NDK.TGIS_Point3D | Records | Constructors | Fields | Methods
Like TGIS_Point, but 3rd dimension (Z) and measure (M) added.
// C# public struct TGIS_Point3D { }
' VisualBasic Public Structure TGIS_Point3D End Structure
// Oxygene type TGIS_Point3D = public record end;
| Name | Visibility | Description | |
|---|---|---|---|
| TGIS_Point3D(double, double) | public | Create object on given coordinates. | |
| TGIS_Point3D(double, double, double) | public | Create object on given coordinates. | |
| TGIS_Point3D(double, double, double, double) | public | Create object on given coordinates. | |
| TGIS_Point3D(int, int) | public | Create object on given coordinates. | |
| TGIS_Point3D(int, int, int) | public | Create object on given coordinates. | |
| TGIS_Point3D(int, int, int, int) | public | Create object on given coordinates. | |
| Name | Visibility | Description | |
|---|---|---|---|
| M | public | measure | |
| X | public | horizontal position | |
| Y | public | vertical position | |
| Z | public | altitude | |