axisOrder abstract method

AxisOrder? axisOrder(
  1. String id
)

Try to resolve the axis order (as a CRS authority has specified it) of coordinate values in position and point representations for this coordinate reference system identified by id.

The null return value is interpreted as "the axis order is not known".

The axis order logic depends on the resolver of registry.

Implementation

AxisOrder? axisOrder(String id);