7 using System.Collections.Generic;
33 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
52 IDictionary<string, string>
options = null)
54 this.table_name = table_name ??
"";
55 this.column_name = column_name ??
"";
71 public double min_x {
get;
set; }
75 public double max_x {
get;
set; }
79 public double min_y {
get;
set; }
83 public double max_y {
get;
set; }
IDictionary< string, string > options
Optional parameters.
string column_name
Name of a geospatial geometry column on which the min-max will be calculated.
string table_name
Name of the table on which the operation will be performed.
AggregateMinMaxGeometryRequest()
Constructs an AggregateMinMaxGeometryRequest object with default parameters.
A set of parameters for Kinetica.aggregateMinMaxGeometry(string,string,IDictionary<string, string>).
AggregateMinMaxGeometryRequest(string table_name, string column_name, IDictionary< string, string > options=null)
Constructs an AggregateMinMaxGeometryRequest object with the specified parameters.
KineticaData - class to help with Avro Encoding for Kinetica
A set of results returned by Kinetica.aggregateMinMaxGeometry(string,string,IDictionary<string, string>).