public interface GridDataset extends Closeable
| Modifier and Type | Method and Description |
|---|---|
AttributeContainer |
attributes() |
Optional<Grid> |
findGrid(String name) |
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() |
default void |
toString(Formatter buf) |
String getName()
String getLocation()
AttributeContainer attributes()
FeatureType getFeatureType()
com.google.common.collect.ImmutableList<GridCoordinateSystem> getGridCoordinateSystems()
com.google.common.collect.ImmutableList<GridAxis> getGridAxes()
com.google.common.collect.ImmutableList<Grid> getGrids()
default void toString(Formatter buf)