public class BooleanAsciiGrid extends Object
| Constructor and Description |
|---|
BooleanAsciiGrid(InputStream inputStream,
boolean gzipped) |
| Modifier and Type | Method and Description |
|---|---|
static BooleanAsciiGrid |
forEarthPopulation()
Get a grid for places where population density is over 5 people per square kilometer.
|
boolean |
getValueForCoords(double x,
double y) |
public BooleanAsciiGrid(InputStream inputStream, boolean gzipped)
public static BooleanAsciiGrid forEarthPopulation()
public boolean getValueForCoords(double x,
double y)
Copyright © 2019. All rights reserved.