> ## 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::FilterByRadiusRequest

> gpudb::FilterByRadiusRequest — 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#a2c1e67f2a3f2381078fdc39377184c0c">GPUdb::filterByRadius</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/filter__by__radius_8h_source">gpudb/protocol/filter\_by\_radius.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:a92d774e6d468d3d2ad86d51e2cfe0e22" id="r_a92d774e6d468d3d2ad86d51e2cfe0e22">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a92d774e6d468d3d2ad86d51e2cfe0e22">FilterByRadiusRequest</a> ()</td>
      </tr>

      <tr className="memdesc:a92d774e6d468d3d2ad86d51e2cfe0e22">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByRadiusRequest" title="A set of parameters for GPUdb::filterByRadius.">FilterByRadiusRequest</a> object with default parameters. <br /></td>
      </tr>

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

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

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

      <tr className="separator:a9c48093d51597fe855d2f3690292eb6c">
        <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:a79b3e75127dbc53b693cff71a77794be" id="r_a79b3e75127dbc53b693cff71a77794be">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a79b3e75127dbc53b693cff71a77794be">tableName</a></td>
      </tr>

      <tr className="memdesc:a79b3e75127dbc53b693cff71a77794be">
        <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:a79b3e75127dbc53b693cff71a77794be">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

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

      <tr className="memdesc:a6a8b7293f90dd4434b8a7c9f9219dd97">
        <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:a6a8b7293f90dd4434b8a7c9f9219dd97">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

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

      <tr className="memdesc:a200f7305bb02a0aaf25a5943df398861">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the column to be used for the x-coordinate (the longitude) of the center. <br /></td>
      </tr>

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

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

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

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

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

      <tr className="memdesc:aad60c80b12ce75231fb7eb520d8dc3e9">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the column to be used for the y-coordinate-the latitude-of the center. <br /></td>
      </tr>

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

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

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

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

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

      <tr className="memdesc:a238c1f3cca71c4c24dddee90f916b2a6">
        <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:a238c1f3cca71c4c24dddee90f916b2a6">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

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

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

      <tr className="separator:ae42066d3b342b7aac4e76e9b65b857cb">
        <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#a2c1e67f2a3f2381078fdc39377184c0c">GPUdb::filterByRadius</a>. </p>
      <p>Calculates which objects from a table lie within 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="#a6a8b7293f90dd4434b8a7c9f9219dd97">viewName</a> is passed in as part of the request.</p>
      <p>For track data, all track points that lie within the circle plus one point on either side of the circle (if the track goes beyond the circle) will be included in the result. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__radius_8h_source#l00028">28</a> of file <a className="el" href="/content/api/cpp/filter__by__radius_8h_source">filter\_by\_radius.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a92d774e6d468d3d2ad86d51e2cfe0e22">◆ </a></span>FilterByRadiusRequest() <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::FilterByRadiusRequest::FilterByRadiusRequest </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_1FilterByRadiusRequest" title="A set of parameters for GPUdb::filterByRadius.">FilterByRadiusRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__radius_8h_source#l00033">33</a> of file <a className="el" href="/content/api/cpp/filter__by__radius_8h_source">filter\_by\_radius.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9c48093d51597fe855d2f3690292eb6c">◆ </a></span>FilterByRadiusRequest() <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::FilterByRadiusRequest::FilterByRadiusRequest </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">xColumnName\_</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 std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">yColumnName\_</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_1FilterByRadiusRequest" title="A set of parameters for GPUdb::filterByRadius.">FilterByRadiusRequest</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">xColumnName\_</td>
                <td>Name of the column to be used for the x-coordinate (the longitude) of the center. </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">yColumnName\_</td>
                <td>Name of the column to be used for the y-coordinate-the latitude-of the center. </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#ac67d441b4ef58dacadaf90ec5b87ecda">filter\_by\_radius\_create\_temp\_table</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a72475d5ac0e94cd7d7a299235da2b9a6">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#a6f61959240374e1250b8b93df1980b76">qualified\_view\_name</a>. Supported values:

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

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

                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a59e58d317f0ce608984130cf4dabb2dd">filter\_by\_radius\_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 which is to contain the newly created view. If the schema 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_8h_source#l00127">127</a> of file <a className="el" href="/content/api/cpp/filter__by__radius_8h_source">filter\_by\_radius.h</a>.</p>
      </div>
    </div>

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

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

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

        <ul>
          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#ac67d441b4ef58dacadaf90ec5b87ecda">filter\_by\_radius\_create\_temp\_table</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a72475d5ac0e94cd7d7a299235da2b9a6">true</a>, a unique temporary table name will be generated in the sys\_temp schema and used in place of <a className="el" href="#a6a8b7293f90dd4434b8a7c9f9219dd97">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#a6f61959240374e1250b8b93df1980b76">qualified\_view\_name</a>. Supported values:

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

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

          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a59e58d317f0ce608984130cf4dabb2dd">filter\_by\_radius\_collection\_name</a>: \[DEPRECATED–please specify the containing schema for the view as part of <a className="el" href="#a6a8b7293f90dd4434b8a7c9f9219dd97">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 which is to contain the newly created view. If the schema 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_8h_source#l00224">224</a> of file <a className="el" href="/content/api/cpp/filter__by__radius_8h_source">filter\_by\_radius.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">double gpudb::FilterByRadiusRequest::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_8h_source#l00189">189</a> of file <a className="el" href="/content/api/cpp/filter__by__radius_8h_source">filter\_by\_radius.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::FilterByRadiusRequest::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_8h_source#l00145">145</a> of file <a className="el" href="/content/api/cpp/filter__by__radius_8h_source">filter\_by\_radius.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::FilterByRadiusRequest::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_8h_source#l00156">156</a> of file <a className="el" href="/content/api/cpp/filter__by__radius_8h_source">filter\_by\_radius.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">double gpudb::FilterByRadiusRequest::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_8h_source#l00169">169</a> of file <a className="el" href="/content/api/cpp/filter__by__radius_8h_source">filter\_by\_radius.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a200f7305bb02a0aaf25a5943df398861">◆ </a></span>xColumnName</h2>

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

      <div className="memdoc">
        <p>Name of the column to be used for the x-coordinate (the longitude) of the center. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__radius_8h_source#l00162">162</a> of file <a className="el" href="/content/api/cpp/filter__by__radius_8h_source">filter\_by\_radius.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">double gpudb::FilterByRadiusRequest::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_8h_source#l00181">181</a> of file <a className="el" href="/content/api/cpp/filter__by__radius_8h_source">filter\_by\_radius.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aad60c80b12ce75231fb7eb520d8dc3e9">◆ </a></span>yColumnName</h2>

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

      <div className="memdoc">
        <p>Name of the column to be used for the y-coordinate-the latitude-of the center. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__radius_8h_source#l00175">175</a> of file <a className="el" href="/content/api/cpp/filter__by__radius_8h_source">filter\_by\_radius.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_8h_source">filter\_by\_radius.h</a></li>
    </ul>
  </div>
</div>
