public interface Coverage
| Modifier and Type | Interface and Description |
|---|---|
static class |
Coverage.Amount
Describes a type of coverage.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
discOverlaps(double alphaDeg,
double deltaDeg,
double radiusDeg)
Indicates whether a given disc on the sphere overlaps, or may overlap
with this coverage.
|
Coverage.Amount |
getAmount()
Returns the amount category for coverage.
|
void |
initCoverage()
Must be called before any of the query methods are used.
|
void initCoverage()
throws IOException
getAmount() returns non-null,
this method will return directly.
Following a successful or error return of this method,
getAmount() will return non-null.IOExceptionCoverage.Amount getAmount()
initCoverage() must be called before use.boolean discOverlaps(double alphaDeg,
double deltaDeg,
double radiusDeg)
alphaDeg - central longitude in degreesdeltaDeg - central latitude in degreesradiusDeg - radius in degreesIllegalStateException - if initCoverage
has not been calledCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.