| Package | Description |
|---|---|
| org.heigit.bigspatialdata.oshdb.api.mapreducer |
Central front-end of the API.
|
| Modifier and Type | Method and Description |
|---|---|
MapAggregator<U,X> |
MapAggregator.filter(SerializablePredicate<X> f)
Adds a custom arbitrary filter that gets executed in the current transformation chain.
|
MapReducer<X> |
MapReducer.filter(SerializablePredicate<X> f)
Adds a custom arbitrary filter that gets executed in the current transformation chain.
|
Mappable<X> |
Mappable.filter(SerializablePredicate<X> f)
Adds a custom arbitrary filter that gets executed in the current
transformation chain.
|
MapAggregator<U,X> |
MapAggregator.osmEntityFilter(SerializablePredicate<OSMEntity> f)
Adds a custom arbitrary filter that gets executed for each osm entity and determines if it
should be considered for this analyis or not.
|
MapReducer<X> |
MapReducer.osmEntityFilter(SerializablePredicate<OSMEntity> f)
Adds a custom arbitrary filter that gets executed for each osm entity and determines if it
should be considered for this analyis or not.
|
Copyright © 2016–2020 HeiGIT. All rights reserved.