public class VariableAdapter.UnidataVerticalDomain extends CoverageSource.VerticalDomain
| Modifier and Type | Method and Description |
|---|---|
CoordinateReferenceSystem |
getCoordinateReferenceSystem() |
SortedSet<? extends NumberRange<Double>> |
getVerticalElements(boolean overall,
ProgressListener listener)
|
SortedSet<NumberRange<Double>> |
getVerticalExtent() |
public SortedSet<NumberRange<Double>> getVerticalExtent()
public SortedSet<? extends NumberRange<Double>> getVerticalElements(boolean overall, ProgressListener listener) throws IOException
CoverageSource.VerticalDomainSet of Envelope element for the underlying coverage. Note that the
CRS for such envelope can be null in case the overall spatial CRS is a non-separable 3D CRS like WGS84-3D. Otherwise, all the envelopes should
share the same VerticalCRS. Finally, note that the envelope should be
1-dimensional. In case of single vertical value, the lower coordinate should match the
upper coordinate while lower and upper coordinates may be different to define vertical
intervals.getVerticalElements in class CoverageSource.VerticalDomainIOExceptionpublic CoordinateReferenceSystem getCoordinateReferenceSystem()
getCoordinateReferenceSystem in class CoverageSource.VerticalDomainCopyright © 1996–2019 Geotools. All rights reserved.