buffer.append(number);
axis[i] = csFactory.createCoordinateSystemAxis(
singletonMap(IdentifiedObject.NAME_KEY, buffer.toString()),
number, AxisDirection.OTHER, Unit.ONE);
}
final Conversion conversion = new DefiningConversion(
singletonMap(IdentifiedObject.NAME_KEY, method.getName().getCode()),
method, toBase.inverse());
final CoordinateSystem cs = new AbstractCS(properties, axis);
return crsFactory.createDerivedCRS(properties, base, conversion, cs);
} catch (FactoryException exception) {