case 5714: name = "MSL height"; alias = "mean sea level height"; cs = "Vertical CS. Axis: height (H)."; c = 6499; axis = 114; break;
case 5715: name = "MSL depth"; alias = "mean sea level depth"; cs = "Vertical CS. Axis: depth (D)."; c = 6498; axis = 113; break;
default: throw new AssertionError(code);
}
return new DefaultVerticalCRS(properties(code, name, alias, true), datum,
new DefaultVerticalCS(properties(c, cs, null, false), createAxis(axis)));
}