Class VertexBoundingBoxSearch
java.lang.Object
com.here.platform.location.inmemory.geospatial.VertexBoundingBoxSearch
This is an experimental API. It may be removed or changed from one version to the next.
Contains factory methods for creating BoundingBoxSearches
returning Vertices.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.here.platform.location.core.geospatial.BoundingBoxSearch<Vertex>from(com.here.platform.location.core.geospatial.BoundingBoxSearch<scala.Tuple2<TileId, SegmentIndex>> innerSearch) Creates aVertexBoundingBoxSearchfrom aBoundingBoxSearchreturning a pair of aTileIdand aSegmentIndexin that tile.
-
Constructor Details
-
VertexBoundingBoxSearch
public VertexBoundingBoxSearch()
-
-
Method Details
-
from
public static com.here.platform.location.core.geospatial.BoundingBoxSearch<Vertex> from(com.here.platform.location.core.geospatial.BoundingBoxSearch<scala.Tuple2<TileId, SegmentIndex>> innerSearch) Creates aVertexBoundingBoxSearchfrom aBoundingBoxSearchreturning a pair of aTileIdand aSegmentIndexin that tile.
-