7 using System.Collections.Generic;
34 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
54 IDictionary<string, string>
options =
null)
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; }
88 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
double min_x
Minimum x-coordinate value of the column_name.
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.
double min_y
Minimum y-coordinate value of the column_name.
double max_x
Maximum x-coordinate value of the column_name.
A set of parameters for Kinetica.aggregateMinMaxGeometry.
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
double max_y
Maximum y-coordinate value of the column_name.
IDictionary< string, string > info
Additional information.
A set of results returned by Kinetica.aggregateMinMaxGeometry.