PyGeometryData¶
-
class
awips.dataaccess.PyGeometryData.
PyGeometryData
(geoDataRecord, geometry)[source]¶ -
-
getNumber
(param)[source]¶ Gets the number value of the specified param.
- Args:
param: the string name of the param
- Returns:
the number value of the param
-
getParameters
()[source]¶ Gets the parameters of the data.
- Returns:
a list of strings of the parameter names
-
getString
(param)[source]¶ Gets the string value of the specified param.
- Args:
param: the string name of the param
- Returns:
the string value of the param
-