public class ElevationRequest extends Object
| Constructor and Description |
|---|
ElevationRequest(BoundingBox boundingBox)
Constructor
|
ElevationRequest(double latitude,
double longitude)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
getBoundingBox()
Get the bounding box
|
BoundingBox |
getProjectedBoundingBox()
Get the projected bounding box
|
boolean |
isPoint()
Is the request for a single point
|
BoundingBox |
overlap(BoundingBox projectedElevation)
Get the bounding box overlap between the projected bounding box and the
elevation bounding box
|
void |
setProjectedBoundingBox(BoundingBox projectedBoundingBox)
Set the projected bounding box
|
public ElevationRequest(BoundingBox boundingBox)
boundingBox - bounding boxpublic ElevationRequest(double latitude,
double longitude)
latitude - latitude coordinatelongitude - longitude coordinatepublic BoundingBox getBoundingBox()
public boolean isPoint()
public BoundingBox getProjectedBoundingBox()
public void setProjectedBoundingBox(BoundingBox projectedBoundingBox)
projectedBoundingBox - projected bounding boxpublic BoundingBox overlap(BoundingBox projectedElevation)
projectedElevation - projected elevationCopyright © 2017 National Geospatial-Intelligence Agency. All rights reserved.