public class CoverageDataRequest extends Object
| Constructor and Description |
|---|
CoverageDataRequest(BoundingBox boundingBox)
Constructor
|
CoverageDataRequest(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 projectedCoverage)
Get the bounding box overlap between the projected bounding box and the
coverage data bounding box
|
void |
setProjectedBoundingBox(BoundingBox projectedBoundingBox)
Set the projected bounding box
|
public CoverageDataRequest(BoundingBox boundingBox)
boundingBox - bounding boxpublic CoverageDataRequest(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 projectedCoverage)
projectedCoverage - projected coverageCopyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.