public class BoundingBox extends Object
| Modifier and Type | Field and Description |
|---|---|
static BoundingBox |
WORLD_EXTENT |
| Constructor and Description |
|---|
BoundingBox(double[] bbox)
Assumed order is E, S, W, N
|
BoundingBox(double n,
double s,
double w,
double e) |
public static final BoundingBox WORLD_EXTENT
public BoundingBox(double n,
double s,
double w,
double e)
public BoundingBox(double[] bbox)
bbox - Copyright © 2015. All Rights Reserved.