Package org.geotools.imageio.netcdf
Class VariableAdapter.UnidataVerticalDomain
- Object
-
- CoverageSource.VerticalDomain
-
- UnidataVerticalDomain
-
- Enclosing class:
- VariableAdapter
public class VariableAdapter.UnidataVerticalDomain extends CoverageSource.VerticalDomain
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinateReferenceSystemgetCoordinateReferenceSystem()SortedSet<? extends NumberRange<Double>>getVerticalElements(boolean overall, ProgressListener listener)SortedSet<NumberRange<Double>>getVerticalExtent()
-
-
-
Method Detail
-
getVerticalExtent
public SortedSet<NumberRange<Double>> getVerticalExtent()
-
getVerticalElements
public SortedSet<? extends NumberRange<Double>> getVerticalElements(boolean overall, ProgressListener listener) throws IOException
Description copied from class:CoverageSource.VerticalDomainASetofBoundselement for the underlying coverage. Note that theCRSfor such envelope can benullin case the overall spatialCRSis a non-separable 3DCRSlike WGS84-3D. Otherwise, all the envelopes should share the sameVerticalCRS. 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.- Specified by:
getVerticalElementsin classCoverageSource.VerticalDomain- Throws:
IOException
-
getCoordinateReferenceSystem
public CoordinateReferenceSystem getCoordinateReferenceSystem()
- Specified by:
getCoordinateReferenceSystemin classCoverageSource.VerticalDomain
-
-