| Package | Description |
|---|---|
| org.heigit.bigspatialdata.oshdb.api.generic |
Generics of the JAVA-API.
|
| org.heigit.bigspatialdata.oshdb.api.mapreducer |
Central front-end of the API.
|
| Modifier and Type | Method and Description |
|---|---|
int |
OSHDBCombinedIndex.compareTo(OSHDBCombinedIndex<U,V> other) |
| Modifier and Type | Method and Description |
|---|---|
static <A,U extends Comparable<U> & Serializable,V extends Comparable<V> & Serializable> |
OSHDBCombinedIndex.nest(Map<OSHDBCombinedIndex<U,V>,A> result)
Helper function that converts the dual-index data structure returned by aggregation operations
on this object to a nested Map structure, which can be easier to process further on.
|
| Modifier and Type | Method and Description |
|---|---|
<V extends Comparable<V> & Serializable> |
MapAggregator.aggregateBy(SerializableFunction<X,V> indexer)
Sets up aggregation by another custom index.
|
<V extends Comparable<V> & Serializable> |
MapAggregator.aggregateBy(SerializableFunction<X,V> indexer,
Collection<V> zerofill)
Sets up aggregation by another custom index.
|
<V extends Comparable<V> & Serializable,P extends org.locationtech.jts.geom.Geometry & org.locationtech.jts.geom.Polygonal> |
MapAggregator.aggregateByGeometry(Map<V,P> geometries)
Aggregates the results by sub-regions as well, in addition to the timestamps.
|
MapAggregator<OSHDBCombinedIndex<U,OSHDBTimestamp>,X> |
MapAggregator.aggregateByTimestamp(SerializableFunction<X,OSHDBTimestamp> indexer)
Sets up aggregation by a custom time index.
|
Copyright © 2016–2020 HeiGIT. All rights reserved.