7 using System.Collections.Generic;
95 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
143 IDictionary<string, string>
options = null)
145 this.table_name = table_name ??
"";
146 this.view_name = view_name ??
"";
147 this.column_name = column_name ??
"";
166 public long count {
get;
set; }
double radius
The radius of the circle within which the search will be performed.
const string COLLECTION_NAME
Name of a collection which is to contain the newly created view.
double x_center
Value of the longitude of the center.
FilterByRadiusGeometryRequest(string table_name, string view_name, string column_name, double x_center, double y_center, double radius, IDictionary< string, string > options=null)
Constructs a FilterByRadiusGeometryRequest object with the specified parameters.
string table_name
Name of the table on which the filter by radius operation will be performed.
A set of parameters for Kinetica.filterByRadiusGeometry(string,string,string,double,double,double,IDictionary<string, string>).
IDictionary< string, string > options
Optional parameters.
A set of results returned by Kinetica.filterByRadiusGeometry(string,string,string,double,double,double,IDictionary<string, string>).
string view_name
If provided, then this will be the name of the view containing the results.
string column_name
Name of the geospatial geometry column to be filtered.
FilterByRadiusGeometryRequest()
Constructs a FilterByRadiusGeometryRequest object with default parameters.
KineticaData - class to help with Avro Encoding for Kinetica
double y_center
Value of the latitude of the center.