Package | Description |
---|---|
au.gov.amsa.geo.distance | |
au.gov.amsa.geo.model |
Modifier and Type | Method and Description |
---|---|
static void |
Renderer.paintMap(Graphics2D g,
Bounds b,
double cellSizeDegrees,
double numberStandardDeviationsForHighValue,
int w,
int h,
rx.Observable<CellValue> cells,
boolean addLegend) |
static void |
Renderer.paintMap(Graphics2D g,
Bounds b,
double cellSizeDegrees,
double numberStandardDeviationsForHighValue,
int w,
int h,
rx.Observable<CellValue> cells,
boolean addLegend,
rx.functions.Func1<Position,Point> locator) |
void |
DisplayPanel.CellsUpdater.update(DisplayPanel display,
Bounds bounds) |
Modifier and Type | Method and Description |
---|---|
static Bounds |
Options.createFilterBounds(Bounds bounds,
SegmentOptions segmentOptions) |
Bounds |
Bounds.expand(double latExpansionDegrees,
double lonExpansionDegrees) |
Bounds |
Options.getBounds() |
Bounds |
Options.getFilterBounds() |
Modifier and Type | Method and Description |
---|---|
Options.Builder |
Options.Builder.bounds(Bounds bounds) |
static Bounds |
Options.createFilterBounds(Bounds bounds,
SegmentOptions segmentOptions) |
Options.Builder |
Options.Builder.filterBounds(Bounds bounds) |
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) |
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) |
Copyright © 2020. All rights reserved.