<spanid="pygeometrydata"></span><h1>PyGeometryData<aclass="headerlink"href="#module-awips.dataaccess.PyGeometryData"title="Permalink to this headline">¶</a></h1>
<emclass="property"><spanclass="pre">class</span></em><spanclass="sig-prename descclassname"><spanclass="pre">awips.dataaccess.PyGeometryData.</span></span><spanclass="sig-name descname"><spanclass="pre">PyGeometryData</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">geoDataRecord</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">geometry</span></span></em><spanclass="sig-paren">)</span><aclass="reference internal"href="../_modules/awips/dataaccess/PyGeometryData.html#PyGeometryData"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink"href="#awips.dataaccess.PyGeometryData.PyGeometryData"title="Permalink to this definition">¶</a></dt>
<spanclass="sig-name descname"><spanclass="pre">getGeometry</span></span><spanclass="sig-paren">(</span><spanclass="sig-paren">)</span><aclass="reference internal"href="../_modules/awips/dataaccess/PyGeometryData.html#PyGeometryData.getGeometry"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink"href="#awips.dataaccess.PyGeometryData.PyGeometryData.getGeometry"title="Permalink to this definition">¶</a></dt>
<spanclass="sig-name descname"><spanclass="pre">getNumber</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">param</span></span></em><spanclass="sig-paren">)</span><aclass="reference internal"href="../_modules/awips/dataaccess/PyGeometryData.html#PyGeometryData.getNumber"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink"href="#awips.dataaccess.PyGeometryData.PyGeometryData.getNumber"title="Permalink to this definition">¶</a></dt>
<dd><p>Gets the number value of the specified param.</p>
<dlclass="simple">
<dt>Args:</dt><dd><p>param: the string name of the param</p>
</dd>
<dt>Returns:</dt><dd><p>the number value of the param</p>
<spanclass="sig-name descname"><spanclass="pre">getParameters</span></span><spanclass="sig-paren">(</span><spanclass="sig-paren">)</span><aclass="reference internal"href="../_modules/awips/dataaccess/PyGeometryData.html#PyGeometryData.getParameters"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink"href="#awips.dataaccess.PyGeometryData.PyGeometryData.getParameters"title="Permalink to this definition">¶</a></dt>
<dd><p>Gets the parameters of the data.</p>
<dlclass="simple">
<dt>Returns:</dt><dd><p>a list of strings of the parameter names</p>
<spanclass="sig-name descname"><spanclass="pre">getString</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">param</span></span></em><spanclass="sig-paren">)</span><aclass="reference internal"href="../_modules/awips/dataaccess/PyGeometryData.html#PyGeometryData.getString"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink"href="#awips.dataaccess.PyGeometryData.PyGeometryData.getString"title="Permalink to this definition">¶</a></dt>
<dd><p>Gets the string value of the specified param.</p>
<dlclass="simple">
<dt>Args:</dt><dd><p>param: the string name of the param</p>
</dd>
<dt>Returns:</dt><dd><p>the string value of the param</p>
<spanclass="sig-name descname"><spanclass="pre">getType</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">param</span></span></em><spanclass="sig-paren">)</span><aclass="reference internal"href="../_modules/awips/dataaccess/PyGeometryData.html#PyGeometryData.getType"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink"href="#awips.dataaccess.PyGeometryData.PyGeometryData.getType"title="Permalink to this definition">¶</a></dt>
<dd><p>Gets the type of the param.</p>
<dlclass="simple">
<dt>Args:</dt><dd><p>param: the string name of the param</p>
</dd>
<dt>Returns:</dt><dd><p>a string of the type of the parameter, such as
<spanclass="sig-name descname"><spanclass="pre">getUnit</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">param</span></span></em><spanclass="sig-paren">)</span><aclass="reference internal"href="../_modules/awips/dataaccess/PyGeometryData.html#PyGeometryData.getUnit"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink"href="#awips.dataaccess.PyGeometryData.PyGeometryData.getUnit"title="Permalink to this definition">¶</a></dt>
<dd><p>Gets the unit of the specified param.</p>
<dlclass="simple">
<dt>Args:</dt><dd><p>param: the string name of the param</p>
</dd>
<dt>Returns:</dt><dd><p>the string abbreviation of the unit of the param</p>