@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) |
List<CoordinateAxis> |
getCoordAxes() |
List<CoordinateSystem> |
getCoordSystems() |
List<CoordinateTransform> |
getCoordTransforms() |
public List<CoordinateAxis> getCoordAxes()
public List<CoordinateSystem> getCoordSystems()
public Optional<CoordinateSystem> findCoordSystem(String name)
public List<CoordinateTransform> getCoordTransforms()
public static CoordinatesHelper.Builder builder()