Package ucar.nc2.internal.dataset
Class CoordinatesHelper
- java.lang.Object
-
- ucar.nc2.internal.dataset.CoordinatesHelper
-
@Immutable public class CoordinatesHelper extends Object
A helper class for NetcdfDataset to build and manage coordinates.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CoordinatesHelper.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CoordinatesHelper.Builder
builder()
Optional<CoordinateSystem>
findCoordSystem(String name)
List<CoordinateAxis>
getCoordAxes()
List<CoordinateSystem>
getCoordSystems()
List<CoordinateTransform>
getCoordTransforms()
-
-
-
Method Detail
-
getCoordAxes
public List<CoordinateAxis> getCoordAxes()
-
getCoordSystems
public List<CoordinateSystem> getCoordSystems()
-
findCoordSystem
public Optional<CoordinateSystem> findCoordSystem(String name)
-
getCoordTransforms
public List<CoordinateTransform> getCoordTransforms()
-
builder
public static CoordinatesHelper.Builder builder()
-
-