Represents an object in different geo coordinate formats
An [[Array]] following the order longitude, latitude, altitude.
Equirectangular Projection used to convert geo coordinates to world coordinates and vice versa.
A SubdivisionScheme used to represent half quadtrees. This particular subdivision scheme is used by the HERE tiling scheme.
TilingScheme used by most of the data published by HERE.
The hereTilingScheme features a half quadtree subdivision scheme and an equirectangular
projection.
Identity Projection used to convert geo coordinates to unit coordinates and vice versa.
Mercator Projection used to convert geo coordinates to world coordinates and vice versa.
The TilingScheme used by the HERE web tiles.
The mercatorTilingScheme features a quadtree subdivision scheme and a Mercator projection.
Equirectangular Projection used to convert geo coordinates to unit coordinates and vice versa.
A TilingScheme featuring quadtree subdivision scheme and transverse Mercator projection.
SubdivisionScheme representing a quadtree.
Transverse Mercator Projection used to convert geo coordinates to world coordinates and vice versa.
Web Mercator Projection used to convert geo coordinates to world coordinates and vice versa.
A TilingScheme featuring quadtree subdivision scheme and web Mercator projection.
Returns true if the given object implements the Box3Like interface.
A valid object.
Type guard to assert that object conforms to GeoBoxExtentLike interface.
Type guard to assert that object conforms to GeoCoordinatesLike data interface.
Type guard to assert that object conforms to GeoPointLike interface.
Type guard to assert that object conforms to GeoPolygonLike data interface.
Type guard to assert that object conforms to LatLngLike interface.
Returns true if the given object implements the interface OrientedBox3Like.
The object.
Returns true if the given object implements the interface TransformLike.
The object.
Generated using TypeDoc
@here/harp-geoutils
Overview
This module contains utility classes for working with geospatial data.
It includes functionality for: