protected static class GempakFileReader.Key
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
loc
the key location
|
java.lang.String |
name
the key name
|
java.lang.String |
type
the key type (ROW or COL)
|
Constructor and Description |
---|
Key(java.lang.String name,
int loc,
java.lang.String type)
Create a new key
|