interface regrid_consts::coordinateunits

Overview

Returns a string with the coordinate units associated with the coordinate mode. More…

interface coordinateunits
{
    // methods

    character(len=16) function coordinateunitsi(coordMode coordMode);
    character(len=16) function coordinateunitss(string string);
};

Detailed Documentation

Returns a string with the coordinate units associated with the coordinate mode.

Methods

character(len=16) function coordinateunitsi(coordMode coordMode)

Returns a string with the coordinate units associated with the enumerated integer,.

Parameters:

coordmode

Coordinate mode

Returns:

Units of coordinate

character(len=16) function coordinateunitss(string string)

Returns a string with the coordinate units associated with the string defining the coordinate mode.

Parameters:

string

Coordinate mode

Returns:

Units of coordinate