Package | Description |
---|---|
org.opentripplanner.analyst.batch | |
org.opentripplanner.analyst.batch.aggregator |
Modifier and Type | Method and Description |
---|---|
static ResultSet |
ResultSet.forTravelTimes(Population population,
ShortestPathTree spt) |
Modifier and Type | Method and Description |
---|---|
void |
Accumulator.accumulate(double amount,
ResultSet current,
ResultSet accumulated) |
void |
DecayAccumulator.accumulate(double amount,
ResultSet current,
ResultSet accumulated) |
void |
ThresholdAccumulator.accumulate(double amount,
ResultSet current,
ResultSet accumulated) |
void |
Population.writeAppropriateFormat(String fileName,
ResultSet results)
Save the output data in this population to a file, using a format that is appropriate for the
specific class of population.
|
void |
RasterPopulation.writeAppropriateFormat(String outFileName,
ResultSet results) |
void |
BasicPopulation.writeAppropriateFormat(String outFileName,
ResultSet results) |
protected void |
BasicPopulation.writeCsv(String outFileName,
ResultSet results) |
void |
RasterPopulation.writeGeotiff(String fileName,
ResultSet results) |
Modifier and Type | Method and Description |
---|---|
double |
ThresholdSumAggregator.computeAggregate(ResultSet rs) |
double |
ThresholdCumulativeAggregator.computeAggregate(ResultSet rs) |
double |
WeightedAverageAggregator.computeAggregate(ResultSet rs) |
double |
Aggregator.computeAggregate(ResultSet results) |
Copyright © 2018. All rights reserved.