public abstract static class CoverageSource.AdditionalDomain extends Object
Constructor and Description |
---|
AdditionalDomain() |
Modifier and Type | Method and Description |
---|---|
abstract Set<Object> |
getElements(boolean overall,
ProgressListener listener)
Describes the additional domain for the underlying
RasterDataset by returning a
Set of elements for it. |
abstract String |
getName() |
abstract CoverageSource.DomainType |
getType() |
public abstract Set<Object> getElements(boolean overall, ProgressListener listener) throws IOException
RasterDataset
by returning a
Set
of elements for it.listener
- Set
of DateRange
s elements.IOException
public abstract String getName()
public abstract CoverageSource.DomainType getType()
Copyright © 1996–2019 Geotools. All rights reserved.