7 using System.Collections.Generic;
70 public double min_x {
get;
set; }
75 public double max_x {
get;
set; }
80 public double min_y {
get;
set; }
85 public double max_y {
get;
set; }
99 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
150 IDictionary<string, string>
options = null)
152 this.table_name = table_name ??
"";
153 this.view_name = view_name ??
"";
154 this.column_name = column_name ??
"";
173 public long count {
get;
set; }
double max_x
Upper bound for the x-coordinate of the rectangular box.
string column_name
Name of the geospatial geometry column to be filtered.
IDictionary< string, string > options
Optional parameters.
string table_name
Name of the table on which the bounding box operation will be performed.
FilterByBoxGeometryRequest(string table_name, string view_name, string column_name, double min_x, double max_x, double min_y, double max_y, IDictionary< string, string > options=null)
Constructs a FilterByBoxGeometryRequest object with the specified parameters.
double min_y
Lower bound for the y-coordinate of the rectangular box.
double min_x
Lower bound for the x-coordinate of the rectangular box.
A set of results returned by Kinetica.filterByBoxGeometry(string,string,string,double,double,double,double,IDictionary<string, string>).
double max_y
Upper bound for the y-coordinate of the rectangular box.
string view_name
Optional name of the result view that will be created containing the results of the query...
FilterByBoxGeometryRequest()
Constructs a FilterByBoxGeometryRequest object with default parameters.
A set of parameters for Kinetica.filterByBoxGeometry(string,string,string,double,double,double,double,IDictionary<string, string>).
const string COLLECTION_NAME
Name of a collection which is to contain the newly created view.
KineticaData - class to help with Avro Encoding for Kinetica