7 using System.Collections.Generic;
44 public const string TRUE =
"true";
45 public const string FALSE =
"false";
82 public double min_x {
get;
set; }
88 public double max_x {
get;
set; }
94 public double min_y {
get;
set; }
142 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
226 IDictionary<string, string>
options =
null)
268 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
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, in [schema_name.
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.
const string CREATE_TEMP_TABLE
If TRUE, a unique temporary table name will be generated in the sys_temp schema and used in place of ...
double min_y
Lower bound for the y-coordinate of the rectangular box.
A set of string constants for the parameter info.
A set of string constants for the parameter options.
double min_x
Lower bound for the x-coordinate of the rectangular box.
A set of results returned by Kinetica.filterByBoxGeometry.
double max_y
Upper bound for the y-coordinate of the rectangular box.
string view_name
If provided, then this will be the name of the view containing the results, in [schema_name.
FilterByBoxGeometryRequest()
Constructs a FilterByBoxGeometryRequest object with default parameters.
const string QUALIFIED_VIEW_NAME
The fully qualified name of the view (i.e.
A set of parameters for Kinetica.filterByBoxGeometry.
const string COLLECTION_NAME
[DEPRECATED–please specify the containing schema for the view as part of view_name and use Kinetica....
long count
The number of records passing the box filter.
KineticaData - class to help with Avro Encoding for Kinetica
IDictionary< string, string > info
Additional information.