public class Options extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Options.Builder |
Constructor and Description |
---|
Options(BigDecimal originLat,
BigDecimal originLon,
BigDecimal cellSizeDegrees,
Bounds bounds,
com.google.common.base.Optional<Bounds> filterBounds,
SegmentOptions segmentOptions,
com.google.common.base.Optional<Long> startTime,
com.google.common.base.Optional<Long> finishTime) |
Modifier and Type | Method and Description |
---|---|
static Options.Builder |
builder() |
static Options.Builder |
builder(Options o) |
Options.Builder |
buildFrom() |
static Bounds |
createFilterBounds(Bounds bounds,
SegmentOptions segmentOptions) |
Bounds |
getBounds() |
BigDecimal |
getCellSizeDegrees() |
double |
getCellSizeDegreesAsDouble() |
Bounds |
getFilterBounds() |
com.google.common.base.Optional<Long> |
getFinishTime() |
Grid |
getGrid() |
BigDecimal |
getOriginLat() |
BigDecimal |
getOriginLon() |
SegmentOptions |
getSegmentOptions() |
com.google.common.base.Optional<Long> |
getStartTime() |
int |
maxCells() |
String |
toString() |
public Options(BigDecimal originLat, BigDecimal originLon, BigDecimal cellSizeDegrees, Bounds bounds, com.google.common.base.Optional<Bounds> filterBounds, SegmentOptions segmentOptions, com.google.common.base.Optional<Long> startTime, com.google.common.base.Optional<Long> finishTime)
public int maxCells()
public static Bounds createFilterBounds(Bounds bounds, SegmentOptions segmentOptions)
public com.google.common.base.Optional<Long> getStartTime()
public com.google.common.base.Optional<Long> getFinishTime()
public BigDecimal getOriginLat()
public BigDecimal getOriginLon()
public BigDecimal getCellSizeDegrees()
public double getCellSizeDegreesAsDouble()
public Bounds getBounds()
public Bounds getFilterBounds()
public Grid getGrid()
public static Options.Builder builder()
public static Options.Builder builder(Options o)
public SegmentOptions getSegmentOptions()
public Options.Builder buildFrom()
Copyright © 2020. All rights reserved.