Uses of Interface
rgu.transport.algorithms.collections.TwoDTree.Point
Packages that use TwoDTree.Point
Package
Description
Contains data structures used by algorithms.
Geospatial data.
-
Uses of TwoDTree.Point in rgu.transport.algorithms.collections
Classes in rgu.transport.algorithms.collections with type parameters of type TwoDTree.PointModifier and TypeClassDescriptionclassTwoDTree<T extends TwoDTree.Point>A 2D tree used as a nearest finder with a compatible metric.Methods in rgu.transport.algorithms.collections with type parameters of type TwoDTree.PointModifier and TypeMethodDescriptionstatic <T extends TwoDTree.Point>
TwoDTree<T> Creates a new 2D tree from the given set of points.static <T extends TwoDTree.Point>
TwoDTree<T> TwoDTree.of(Set<T> points, ProgressListener progress) Creates a new 2D tree from the given set of points.static <T extends TwoDTree.Point>
TwoDTree<T> TwoDTree.of(Set<T> points, ProgressListener progress, boolean subStageOnly) Creates a new 2D tree from the given set of points. -
Uses of TwoDTree.Point in rgu.transport.geospatial
Classes in rgu.transport.geospatial that implement TwoDTree.PointModifier and TypeClassDescriptionfinal classRepresents a location on Earth, uniquely defined by latitude and longitude.