Package com.here.platform.location.core.geospatial
package com.here.platform.location.core.geospatial
-
ClassDescriptionThe common return type for bounding boxes.Higher-level operations on bounding box types (for which a
BoundingBoxOperations
implementation is available).Type class to access the boundaries of a bounding box.ClosestResultPerKey<E,K> Decorator forProximitySearch
that deduplicates results as follows.2D Cartesian coordinates with relatedCoordinateOperations
.CoordinateOperations<Coordinate>Type class for accessing the members of 2D Cartesian coordinates.Implicit that enables usingCoordinateOperations
as extension methods.ElementProjection<Element>Encapsulates a geometry, the nearest point on the geometry to some input point, and the distance between the two.FilteredProximitySearch<V,LS> Guarantees that all search results are on accessible parts of the road, as defined byroadAccess
.FractionOn<T>Object representing a point as a fraction along a (linear) element.Constants used to convert degrees to meters on the spherical earth approximation.Represents WGS84 geocoordinates.Type class for objects representing geocoordinates.Allows usingGeoCoordinateOperations
methods as extension methods.Converts WGS84 Earth coordinates to planar 2D coordinates and vice-versa.Provides defaultGeoProjection
implementations.A debuggingGeoProjection
.A Sequence of length values in meters.Type class for objects representing a linear ring.Type class for objects representing an ordered sequence of Points, called a line string.Allows usingLineStringOperations
methods as extension methods.A kind ofLineStringOperations
that enables additional, optimized operations that make some operations on line strings faster.Projects two points using aprojection
and calculates their distance in Euclidean space.Calculates the distance between two points in Euclidean space using sinusoidal projection.A simple and fastGeoProjection
used for most use cases.Computes the straight-line distance between two geocoordinates.A Sequence of length values in meters that were calculated using aStraightLineDistanceCalculator
.