public static class ValidationResult.GeographicBounds extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
double |
maxLat |
double |
maxLon |
double |
minLat |
double |
minLon |
| Constructor and Description |
|---|
GeographicBounds() |
| Modifier and Type | Method and Description |
|---|---|
void |
expandToInclude(double stop_lat,
double stop_lon) |
Rectangle2D.Double |
toRectangle2D() |
public double minLon
public double minLat
public double maxLon
public double maxLat
public Rectangle2D.Double toRectangle2D()
public void expandToInclude(double stop_lat,
double stop_lon)
Copyright © 2019. All rights reserved.