public class PoiExtension extends GeoExtensionBase<OsmNode>
OsmNode
s.GeoExtensionBase
,
GeoExtensionBuilderBase
,
PoiExtensionBuilderDb
,
PoiExtensionBuilder2po
Constructor and Description |
---|
PoiExtension() |
Modifier and Type | Method and Description |
---|---|
OsmNode[] |
findByCoordinate(double lat,
double lon,
ClazzFlagPredicate filter)
Liefert ein Objekt-Array zu einer Koordinate.
|
OsmNode |
findClosestPoiByCoordinate(double lat,
double lon,
ClazzFlagPredicate filter)
Findet den dichtesten POI zu einer Koordinate.
|
connect, disconnect, findById, findByIndex, findByName, findClazzByIndex, findIndexesForZone, findIndexesForZone, findIndexForId, getIndexLength, getLog, getZoneSize, isNearby, readFromStream
writeToStream
public OsmNode[] findByCoordinate(double lat, double lon, ClazzFlagPredicate filter)
GeoExtensionBase
findByCoordinate
in class GeoExtensionBase<OsmNode>
lat
- double Breitengradlon
- double Laengengradfilter
- ClazzFlagPredicate
NULLABLE.OsmObject
s oder null.public OsmNode findClosestPoiByCoordinate(double lat, double lon, ClazzFlagPredicate filter)
lat
- double Breitengradlon
- double Laengengradfilter
- ClazzFlagPredicate
OsmNode
oder null.