> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# gpudb::FilterByRadiusGeometryRequest

> gpudb::FilterByRadiusGeometryRequest — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a053919df7c9a2cd548386cf5490b626b">GPUdb::filterByRadiusGeometry</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source">gpudb/protocol/filter\_by\_radius\_geometry.h</a>></code></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:a94ff06393fe394b6f95fcdecdeaa10f3" id="r_a94ff06393fe394b6f95fcdecdeaa10f3">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a94ff06393fe394b6f95fcdecdeaa10f3">FilterByRadiusGeometryRequest</a> ()</td>
      </tr>

      <tr className="memdesc:a94ff06393fe394b6f95fcdecdeaa10f3">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByRadiusGeometryRequest" title="A set of parameters for GPUdb::filterByRadiusGeometry.">FilterByRadiusGeometryRequest</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:a94ff06393fe394b6f95fcdecdeaa10f3">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:aefb308af52916f98043bade2658f06f9" id="r_aefb308af52916f98043bade2658f06f9">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aefb308af52916f98043bade2658f06f9">FilterByRadiusGeometryRequest</a> (const std::string \&tableName\_, const std::string \&viewName\_, const std::string \&columnName\_, const double xCenter\_, const double yCenter\_, const double radius\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:aefb308af52916f98043bade2658f06f9">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByRadiusGeometryRequest" title="A set of parameters for GPUdb::filterByRadiusGeometry.">FilterByRadiusGeometryRequest</a> object with the specified parameters. <br /></td>
      </tr>

      <tr className="separator:aefb308af52916f98043bade2658f06f9">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:a81031976d8e1aad900e2b4db4e91e53a" id="r_a81031976d8e1aad900e2b4db4e91e53a">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a81031976d8e1aad900e2b4db4e91e53a">tableName</a></td>
      </tr>

      <tr className="memdesc:a81031976d8e1aad900e2b4db4e91e53a">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the table on which the filter by radius operation will be performed, in \[ schema\_name. ]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. <br /></td>
      </tr>

      <tr className="separator:a81031976d8e1aad900e2b4db4e91e53a">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a1cc4478cbc7325261653f39f397eb81e" id="r_a1cc4478cbc7325261653f39f397eb81e">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1cc4478cbc7325261653f39f397eb81e">viewName</a></td>
      </tr>

      <tr className="memdesc:a1cc4478cbc7325261653f39f397eb81e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If provided, then this will be the name of the view containing the results, in \[ schema\_name. ]view\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a> and meeting <a href="/content/concepts/tables/#table-naming-criteria" target="_top">table naming criteria</a>. <br /></td>
      </tr>

      <tr className="separator:a1cc4478cbc7325261653f39f397eb81e">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:ab3cceaf130794b4bb94d59b8c2495576" id="r_ab3cceaf130794b4bb94d59b8c2495576">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ab3cceaf130794b4bb94d59b8c2495576">columnName</a></td>
      </tr>

      <tr className="memdesc:ab3cceaf130794b4bb94d59b8c2495576">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the geospatial geometry column to be filtered. <br /></td>
      </tr>

      <tr className="separator:ab3cceaf130794b4bb94d59b8c2495576">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a6c35be8aa6fdd7c2f3766e239d780d68" id="r_a6c35be8aa6fdd7c2f3766e239d780d68">
        <td className="memItemLeft" align="right" valign="top">double </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a6c35be8aa6fdd7c2f3766e239d780d68">xCenter</a></td>
      </tr>

      <tr className="memdesc:a6c35be8aa6fdd7c2f3766e239d780d68">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Value of the longitude of the center. <br /></td>
      </tr>

      <tr className="separator:a6c35be8aa6fdd7c2f3766e239d780d68">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:aeb2a43ab85631f12a353090f143f1e7b" id="r_aeb2a43ab85631f12a353090f143f1e7b">
        <td className="memItemLeft" align="right" valign="top">double </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aeb2a43ab85631f12a353090f143f1e7b">yCenter</a></td>
      </tr>

      <tr className="memdesc:aeb2a43ab85631f12a353090f143f1e7b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Value of the latitude of the center. <br /></td>
      </tr>

      <tr className="separator:aeb2a43ab85631f12a353090f143f1e7b">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a9a80601655d6edd793112b3856e837fe" id="r_a9a80601655d6edd793112b3856e837fe">
        <td className="memItemLeft" align="right" valign="top">double </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9a80601655d6edd793112b3856e837fe">radius</a></td>
      </tr>

      <tr className="memdesc:a9a80601655d6edd793112b3856e837fe">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The radius of the circle within which the search will be performed. <br /></td>
      </tr>

      <tr className="separator:a9a80601655d6edd793112b3856e837fe">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a150471969c9af004660e44197f58c714" id="r_a150471969c9af004660e44197f58c714">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a150471969c9af004660e44197f58c714">options</a></td>
      </tr>

      <tr className="memdesc:a150471969c9af004660e44197f58c714">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Optional parameters. <br /></td>
      </tr>

      <tr className="separator:a150471969c9af004660e44197f58c714">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a053919df7c9a2cd548386cf5490b626b">GPUdb::filterByRadiusGeometry</a>. </p>
      <p>Calculates which geospatial geometry objects from a table intersect a circle with the given radius and center point (i.e. circular NAI). The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input circular NAI restriction specification is also created if a <a className="el" href="#a1cc4478cbc7325261653f39f397eb81e">viewName</a> is passed in as part of the request. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source#l00024">24</a> of file <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source">filter\_by\_radius\_geometry.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a94ff06393fe394b6f95fcdecdeaa10f3">◆ </a></span>FilterByRadiusGeometryRequest() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::FilterByRadiusGeometryRequest::FilterByRadiusGeometryRequest </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByRadiusGeometryRequest" title="A set of parameters for GPUdb::filterByRadiusGeometry.">FilterByRadiusGeometryRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source#l00030">30</a> of file <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source">filter\_by\_radius\_geometry.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aefb308af52916f98043bade2658f06f9">◆ </a></span>FilterByRadiusGeometryRequest() <span className="overload">\[2/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::FilterByRadiusGeometryRequest::FilterByRadiusGeometryRequest </td>
                  <td>(</td>
                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">tableName\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">viewName\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">columnName\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const double</td>
                  <td className="paramname"><span className="paramname"><span className="em">xCenter\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const double</td>
                  <td className="paramname"><span className="paramname"><span className="em">yCenter\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const double</td>
                  <td className="paramname"><span className="paramname"><span className="em">radius\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::map\< std::string, std::string > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">options\_</span></span> )</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByRadiusGeometryRequest" title="A set of parameters for GPUdb::filterByRadiusGeometry.">FilterByRadiusGeometryRequest</a> object with the specified parameters. </p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">tableName\_</td>
                <td>Name of the table on which the filter by radius operation will be performed, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Must be an existing table. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">viewName\_</td>
                <td>If provided, then this will be the name of the view containing the results, in \[schema\_name.]view\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a> and meeting <a href="/content/concepts/tables/#table-naming-criteria" target="_top">table naming criteria</a>. Must not be an already existing table or view. The default value is ''. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">columnName\_</td>
                <td>Name of the geospatial geometry column to be filtered. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">xCenter\_</td>
                <td>Value of the longitude of the center. Must be within \[-180.0, 180.0]. The minimum allowed value is -180. The maximum allowed value is 180. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">yCenter\_</td>
                <td>Value of the latitude of the center. Must be within \[-90.0, 90.0]. The minimum allowed value is -90. The maximum allowed value is 90. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">radius\_</td>
                <td>The radius of the circle within which the search will be performed. Must be a non-zero positive value. It is in meters; so, for example, a value of '42000' means 42 km. The minimum allowed value is 0. The maximum allowed value is MAX\_INT. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">options\_</td>

                <td>
                  Optional parameters.

                  <ul>
                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#a206ecb3f8948133e3e4d2e4f758bad73">filter\_by\_radius\_geometry\_create\_temp\_table</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a3306010b6a6119dd44e51741fa862c79">true</a>, a unique temporary table name will be generated in the sys\_temp schema and used in place of <span className="em arg">viewName\_</span>. This is always allowed even if the caller does not have permission to create tables. The generated name is returned in <a className="el" href="/content/api/cpp/namespacegpudb#a9d0298f4085fe36d3df407f8f7e67274">qualified\_view\_name</a>. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a3306010b6a6119dd44e51741fa862c79">filter\_by\_radius\_geometry\_true</a> </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a1bfabc51d254db372da42a0b518fb463">filter\_by\_radius\_geometry\_false</a> </li>
                      </ul>

                      The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a1bfabc51d254db372da42a0b518fb463">filter\_by\_radius\_geometry\_false</a>.
                    </li>

                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad76b3c2c14fe1243aaf69fb9093a9ddd">filter\_by\_radius\_geometry\_collection\_name</a>: \[DEPRECATED–please specify the containing schema for the view as part of <span className="em arg">viewName\_</span> and use <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a4aa5990ebebfab30b5961654f546cfd0">GPUdb::createSchema</a> to create the schema if non-existent] Name of a schema for the newly created view. If the schema provided is non-existent, it will be automatically created. </li>
                  </ul>

                  The default value is an empty map.
                </td>
              </tr>
            </table>
          </div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source#l00121">121</a> of file <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source">filter\_by\_radius\_geometry.h</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#ab3cceaf130794b4bb94d59b8c2495576">◆ </a></span>columnName</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::FilterByRadiusGeometryRequest::columnName</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Name of the geospatial geometry column to be filtered. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source#l00154">154</a> of file <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source">filter\_by\_radius\_geometry.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a150471969c9af004660e44197f58c714">◆ </a></span>options</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::FilterByRadiusGeometryRequest::options</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Optional parameters. </p>

        <ul>
          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#a206ecb3f8948133e3e4d2e4f758bad73">filter\_by\_radius\_geometry\_create\_temp\_table</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a3306010b6a6119dd44e51741fa862c79">true</a>, a unique temporary table name will be generated in the sys\_temp schema and used in place of <a className="el" href="#a1cc4478cbc7325261653f39f397eb81e">viewName</a>. This is always allowed even if the caller does not have permission to create tables. The generated name is returned in <a className="el" href="/content/api/cpp/namespacegpudb#a9d0298f4085fe36d3df407f8f7e67274">qualified\_view\_name</a>. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a3306010b6a6119dd44e51741fa862c79">filter\_by\_radius\_geometry\_true</a> </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a1bfabc51d254db372da42a0b518fb463">filter\_by\_radius\_geometry\_false</a> </li>
            </ul>

            The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a1bfabc51d254db372da42a0b518fb463">filter\_by\_radius\_geometry\_false</a>.
          </li>

          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad76b3c2c14fe1243aaf69fb9093a9ddd">filter\_by\_radius\_geometry\_collection\_name</a>: \[DEPRECATED–please specify the containing schema for the view as part of <a className="el" href="#a1cc4478cbc7325261653f39f397eb81e">viewName</a> and use <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a4aa5990ebebfab30b5961654f546cfd0">GPUdb::createSchema</a> to create the schema if non-existent] Name of a schema for the newly created view. If the schema provided is non-existent, it will be automatically created. </li>
        </ul>

        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source#l00210">210</a> of file <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source">filter\_by\_radius\_geometry.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9a80601655d6edd793112b3856e837fe">◆ </a></span>radius</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">double gpudb::FilterByRadiusGeometryRequest::radius</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>The radius of the circle within which the search will be performed. </p>
        <p>Must be a non-zero positive value. It is in meters; so, for example, a value of '42000' means 42 km. The minimum allowed value is 0. The maximum allowed value is MAX\_INT. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source#l00175">175</a> of file <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source">filter\_by\_radius\_geometry.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a81031976d8e1aad900e2b4db4e91e53a">◆ </a></span>tableName</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::FilterByRadiusGeometryRequest::tableName</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Name of the table on which the filter by radius operation will be performed, in \[ schema\_name. ]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </p>
        <p>Must be an existing table. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source#l00138">138</a> of file <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source">filter\_by\_radius\_geometry.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1cc4478cbc7325261653f39f397eb81e">◆ </a></span>viewName</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::FilterByRadiusGeometryRequest::viewName</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>If provided, then this will be the name of the view containing the results, in \[ schema\_name. ]view\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a> and meeting <a href="/content/concepts/tables/#table-naming-criteria" target="_top">table naming criteria</a>. </p>
        <p>Must not be an already existing table or view. The default value is ''. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source#l00149">149</a> of file <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source">filter\_by\_radius\_geometry.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a6c35be8aa6fdd7c2f3766e239d780d68">◆ </a></span>xCenter</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">double gpudb::FilterByRadiusGeometryRequest::xCenter</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Value of the longitude of the center. </p>
        <p>Must be within \[-180.0, 180.0]. The minimum allowed value is -180. The maximum allowed value is 180. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source#l00161">161</a> of file <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source">filter\_by\_radius\_geometry.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aeb2a43ab85631f12a353090f143f1e7b">◆ </a></span>yCenter</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">double gpudb::FilterByRadiusGeometryRequest::yCenter</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Value of the latitude of the center. </p>
        <p>Must be within \[-90.0, 90.0]. The minimum allowed value is -90. The maximum allowed value is 90. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source#l00167">167</a> of file <a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source">filter\_by\_radius\_geometry.h</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following file:

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/filter__by__radius__geometry_8h_source">filter\_by\_radius\_geometry.h</a></li>
    </ul>
  </div>
</div>
