|
MapGuide API Reference
|
| virtual MgCoordinate* MgGeometryFactory::CreateCoordinateXYZ | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) | [virtual] |
Creates an MgCoordinate object with Dimension = XYZ, X = x, Y = y, Z = z.
| virtual MgCoordinate CreateCoordinateXYZ(double x, double y, double z); |
| virtual MgCoordinate CreateCoordinateXYZ(double x, double y, double z); |
| virtual MgCoordinate CreateCoordinateXYZ(double x, double y, double z); |
| x | (double) X value for the coordinate. |
| y | (double) Y value for the coordinate. |
| z | (double) Z value for the coordinate. |