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
BoundingBoxOperationsimplementation is available).Type class to access the boundaries of a bounding box.ClosestResultPerKey<E,K> Decorator forProximitySearchthat deduplicates results as follows.2D Cartesian coordinates with relatedCoordinateOperations.CoordinateOperations<Coordinate>Type class for accessing the members of 2D Cartesian coordinates.Implicit that enables usingCoordinateOperationsas 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 usingGeoCoordinateOperationsmethods as extension methods.Converts WGS84 Earth coordinates to planar 2D coordinates and vice-versa.Provides defaultGeoProjectionimplementations.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 usingLineStringOperationsmethods as extension methods.A kind ofLineStringOperationsthat enables additional, optimized operations that make some operations on line strings faster.Allows usingOptimizedLineStringOperationsmethods as extension methods.Projects two points using aprojectionand calculates their distance in Euclidean space.Calculates the distance between two points in Euclidean space using sinusoidal projection.A simple and fastGeoProjectionused for most use cases.Computes the straight-line distance between two geocoordinates.A Sequence of length values in meters that were calculated using aStraightLineDistanceCalculator.