public class Grid extends Object
Modifier and Type | Method and Description |
---|---|
double |
bottomEdgeLatitude(Cell cell) |
com.google.common.base.Optional<Cell> |
cellAt(double lat,
double lon) |
double |
centreLat(long latIndex) |
double |
centreLon(long lonIndex) |
double |
leftEdgeLongitude(Cell cell) |
double |
rightEdgeLongitude(Cell cell) |
double |
topEdgeLatitude(Cell cell) |
double |
topEdgeLatitude(long latIndex) |
public Grid(Options options)
public com.google.common.base.Optional<Cell> cellAt(double lat, double lon)
public double leftEdgeLongitude(Cell cell)
public double rightEdgeLongitude(Cell cell)
public double topEdgeLatitude(Cell cell)
public double topEdgeLatitude(long latIndex)
public double bottomEdgeLatitude(Cell cell)
public double centreLat(long latIndex)
public double centreLon(long lonIndex)
Copyright © 2020. All rights reserved.