public class GridNetcdfDataset extends Object implements GridDataset
| Modifier and Type | Method and Description |
|---|---|
AttributeContainer |
attributes() |
void |
close() |
static Optional<GridNetcdfDataset> |
create(NetcdfDataset ncd,
Formatter errInfo) |
Optional<Grid> |
findGrid(String name) |
FeatureType |
getCoverageType() |
FeatureType |
getFeatureType() |
com.google.common.collect.ImmutableList<GridAxis> |
getGridAxes() |
com.google.common.collect.ImmutableList<GridCoordinateSystem> |
getGridCoordinateSystems() |
com.google.common.collect.ImmutableList<Grid> |
getGrids() |
String |
getLocation() |
String |
getName() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoStringpublic static Optional<GridNetcdfDataset> create(NetcdfDataset ncd, Formatter errInfo) throws IOException
IOExceptionpublic FeatureType getCoverageType()
public String getName()
getName in interface GridDatasetpublic String getLocation()
getLocation in interface GridDatasetpublic AttributeContainer attributes()
attributes in interface GridDatasetpublic com.google.common.collect.ImmutableList<GridCoordinateSystem> getGridCoordinateSystems()
getGridCoordinateSystems in interface GridDatasetpublic com.google.common.collect.ImmutableList<GridAxis> getGridAxes()
getGridAxes in interface GridDatasetpublic com.google.common.collect.ImmutableList<Grid> getGrids()
getGrids in interface GridDatasetpublic Optional<Grid> findGrid(String name)
findGrid in interface GridDatasetpublic FeatureType getFeatureType()
getFeatureType in interface GridDatasetpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOException