*/
while (--targetDim >= 0) {
final CoordinateAxis axis = range.get(targetDim);
final List<Dimension> axisDomain = axis.getDimensions();
AttributeNames.Dimension attributeNames = null;
final AxisType type = axis.getAxisType();
if (type != null) switch (type) {
case Lon: attributeNames = AttributeNames.LONGITUDE; break;
case Lat: attributeNames = AttributeNames.LATITUDE; break;
case Pressure: // Fallthrough: consider as Height
case Height: attributeNames = AttributeNames.VERTICAL; break;