| Did you know ... | Search Documentation: |
| Pack logtalk -- logtalk-3.100.1/docs/apis/_sources/crs_projections_0.rst.txt |
.. index:: single: crs_projections .. _crs_projections/0:
.. rst-class:: right
object
crs_projectionsCoordinate reference systems and common transformations for 2D and 3D WGS84 geodetic coordinates, Web Mercator, World Mercator, ECEF, local ENU tangent-plane, Lambert azimuthal equal-area, and UTM coordinates.
| Availability:
| logtalk_load(crs_projections(loader))
| Author: Paulo Moura | Version: 1:0:0 | Date: 2026-05-10
| Compilation flags:
| static, context_switching_calls
| Implements:
| public :ref:`crs_projections_protocol <crs_projections_protocol/0>`
| Uses:
| :ref:`geospatial <geospatial/0>`
| Remarks:
geographic(Latitude,Longitude) in degrees.geographic(Latitude,Longitude,EllipsoidalHeight) using degrees for angular axes and meters for height.projected(X,Y) pairs. UTM coordinates are represented as grid(Easting,Northing) pairs.ecef(X,Y,Z) triples in meters.enu(East,North,Up) triples in meters relative to an origin coordinate.[-80.0,84.0[ range.| Inherited public predicates: | Â :ref:`crs_projections_protocol/0::crs_dimensions/2` Â :ref:`crs_projections_protocol/0::crs_epsg/2` Â :ref:`crs_projections_protocol/0::crs_kind/2` Â :ref:`crs_projections_protocol/0::crs_name/2` Â :ref:`crs_projections_protocol/0::crs_units/2` Â :ref:`crs_projections_protocol/0::epsg_crs/2` Â :ref:`crs_projections_protocol/0::lambert_azimuthal_equal_area/3` Â :ref:`crs_projections_protocol/0::lambert_azimuthal_equal_area_inverse/3` Â :ref:`crs_projections_protocol/0::local_tangent_plane/3` Â :ref:`crs_projections_protocol/0::local_tangent_plane_inverse/3` Â :ref:`crs_projections_protocol/0::transform/4` Â :ref:`crs_projections_protocol/0::utm_crs/2` Â :ref:`crs_projections_protocol/0::utm_zone/2` Â :ref:`crs_projections_protocol/0::valid_coordinate/2` Â :ref:`crs_projections_protocol/0::valid_crs/1` Â
.. contents:: :local: :backlinks: top
(no local declarations; see entity ancestors if any)
(no local declarations; see entity ancestors if any)
(no local declarations; see entity ancestors if any)
(none)
.. seealso::
:ref:`crs_projections_protocol <crs_projections_protocol/0>`, :ref:`geospatial <geospatial/0>`