GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/filter_by_geometry.h>
Public Member Functions | |
FilterByGeometryRequest () | |
Constructs a FilterByGeometryRequest object with default parameter values. More... | |
FilterByGeometryRequest (const std::string &tableName_, const std::string &viewName_, const std::string &columnName_, const std::string &inputWkt_, const std::string &operation_, const std::map< std::string, std::string > &options_) | |
Constructs a FilterByGeometryRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | tableName |
std::string | viewName |
std::string | columnName |
std::string | inputWkt |
std::string | operation |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Applies a geometry filter against a geospatial geometry column in a given table, collection or view. The filtering geometry is provided by inputWkt.
Definition at line 20 of file filter_by_geometry.h.
|
inline |
Constructs a FilterByGeometryRequest object with default parameter values.
Definition at line 27 of file filter_by_geometry.h.
|
inline |
Constructs a FilterByGeometryRequest object with the specified parameters.
[in] | tableName_ | Name of the table on which the filter by geometry will be performed. Must be an existing table, collection or view containing a geospatial geometry column. |
[in] | viewName_ | If provided, then this will be the name of the view containing the results. Has the same naming restrictions as tables. |
[in] | columnName_ | Name of the column to be used in the filter. Must be a geospatial geometry column. |
[in] | inputWkt_ | A geometry in WKT format that will be used to filter the objects in tableName. |
[in] | operation_ | The geometric filtering operation to perform
|
[in] | options_ | Optional parameters.
|
Definition at line 95 of file filter_by_geometry.h.
std::string gpudb::FilterByGeometryRequest::columnName |
Definition at line 107 of file filter_by_geometry.h.
std::string gpudb::FilterByGeometryRequest::inputWkt |
Definition at line 108 of file filter_by_geometry.h.
std::string gpudb::FilterByGeometryRequest::operation |
Definition at line 109 of file filter_by_geometry.h.
std::map<std::string, std::string> gpudb::FilterByGeometryRequest::options |
Definition at line 110 of file filter_by_geometry.h.
std::string gpudb::FilterByGeometryRequest::tableName |
Definition at line 105 of file filter_by_geometry.h.
std::string gpudb::FilterByGeometryRequest::viewName |
Definition at line 106 of file filter_by_geometry.h.