@Immutable public class CoordinatesHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CoordinatesHelper.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CoordinatesHelper.Builder |
builder() |
Optional<CoordinateSystem> |
findCoordSystem(String name) |
com.google.common.collect.ImmutableList<CoordinateAxis> |
getCoordAxes() |
com.google.common.collect.ImmutableList<CoordinateSystem> |
getCoordSystems() |
com.google.common.collect.ImmutableList<CoordinateTransform> |
getCoordTransforms() |
static com.google.common.collect.ImmutableList<CoordinateAxis> |
makeAxes(NetcdfDataset ncd) |
com.google.common.collect.ImmutableList<CoordinateSystem> |
makeCoordinateSystemsFor(Variable v) |
public com.google.common.collect.ImmutableList<CoordinateAxis> getCoordAxes()
public com.google.common.collect.ImmutableList<CoordinateSystem> getCoordSystems()
public Optional<CoordinateSystem> findCoordSystem(String name)
public com.google.common.collect.ImmutableList<CoordinateTransform> getCoordTransforms()
public com.google.common.collect.ImmutableList<CoordinateSystem> makeCoordinateSystemsFor(Variable v)
public static com.google.common.collect.ImmutableList<CoordinateAxis> makeAxes(NetcdfDataset ncd)
public static CoordinatesHelper.Builder builder()