WLJS LogoWLJS Notebook

GeoPositionXYZ

GeoPositionXYZ[{x, y, z}] represents a position in a Cartesian geocentric coordinate system.

  • GeoPositionXYZ[{x, y, z}, datum] represents a point referred to the specified datum.
  • GeoPositionXYZ[{{x1, y1, z1}, {x2, y2, z2}, …}, datum] represents an array of points in a Cartesian geocentric coordinate system.
  • GeoPositionXYZ[entity] returns the Cartesian geocentric position of the given geographical entity.

Examples

GeoPositionXYZ[GeoPosition[{0, 0}]]
GeoPosition[GeoPositionXYZ[{6378137, 0, 0}]]

Please visit the official Wolfram Language Reference for more details.

On this page