getClay function

Map getClay(
  1. String _mapS
)

High-level function to get Map data.

Implementation

Map getClay(String _mapS) {
  Map _retM = getClayMap(_mapS);
  return _retM;
}