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