public class WcsCoverage extends Object
Constructor and Description |
---|
WcsCoverage(GridDataset.Gridset coverage,
WcsDataset dataset) |
Modifier and Type | Method and Description |
---|---|
GridCoordSystem |
getCoordinateSystem() |
String |
getDefaultRequestCrs() |
String |
getDescription() |
String |
getLabel() |
String |
getName() |
String |
getNativeCrs() |
Collection<WcsRangeField> |
getRange() |
Set<String> |
getRangeFieldNames() |
List<WcsRequest.Format> |
getSupportedCoverageFormatList() |
boolean |
isRangeFieldName(String fieldName) |
boolean |
isSupportedCoverageFormat(WcsRequest.Format covFormat) |
static void |
setDiskCache(DiskCache2 _diskCache) |
File |
writeCoverageDataToFile(WcsRequest.Format format,
LatLonRect bboxLatLonRect,
AxisSubset vertSubset,
List<String> rangeSubset,
CalendarDateRange timeRange) |
public WcsCoverage(GridDataset.Gridset coverage, WcsDataset dataset)
public String getName()
public String getLabel()
public String getDescription()
public GridCoordSystem getCoordinateSystem()
public String getDefaultRequestCrs()
public String getNativeCrs()
public List<WcsRequest.Format> getSupportedCoverageFormatList()
public boolean isSupportedCoverageFormat(WcsRequest.Format covFormat)
public boolean isRangeFieldName(String fieldName)
public Collection<WcsRangeField> getRange()
public static void setDiskCache(DiskCache2 _diskCache)
public File writeCoverageDataToFile(WcsRequest.Format format, LatLonRect bboxLatLonRect, AxisSubset vertSubset, List<String> rangeSubset, CalendarDateRange timeRange) throws WcsException
WcsException
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.