Uses of Interface
rgu.transport.algorithms.search.Metric
Packages that use Metric
Package
Description
Geospatial data.
Non-exported implementation for rgu.transport module, not to be used by other modules.
-
Uses of Metric in rgu.transport.geospatial
Fields in rgu.transport.geospatial declared as MetricModifier and TypeFieldDescriptionstatic Metric<GeoLocation, Distance> GeoLocation.HAVERSINEThe haversine distance, the "great circle" distance across the surface of the Earth as a distance.Methods in rgu.transport.geospatial that return MetricModifier and TypeMethodDescriptionstatic Metric<GeoLocation, Double> GeoLocation.stretchedEuclidean(double ratio) The Euclidean distance, with a stretch ratio set. -
Uses of Metric in rgu.transport.impl
Constructors in rgu.transport.impl with parameters of type MetricModifierConstructorDescriptionExhaustiveGeoLocationNearestFinderImpl(Metric<GeoLocation, D> metric, Collection<GeoLocation> elements, Predicate<D> filter) Creates a new instance of ExhaustiveGeoLocationNearestFinderImpl.