7 using System.Collections.Generic;
45 public const string TRUE =
"true";
46 public const string FALSE =
"false";
137 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
219 IDictionary<string, string>
options =
null)
260 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
A set of string constants for the parameter options.
A set of string constants for the parameter info.
double radius
The radius of the circle within which the search will be performed.
long count
The number of records passing the radius filter.
const string COLLECTION_NAME
[DEPRECATED–please specify the containing schema for the view as part of view_name and use Kinetica....
double x_center
Value of the longitude of the center.
const string QUALIFIED_VIEW_NAME
The fully qualified name of the view (i.e.
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.
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 ...
string table_name
Name of the table on which the filter by radius operation will be performed, in [schema_name.
IDictionary< string, string > info
Additional information.
A set of parameters for Kinetica.filterByRadiusGeometry.
IDictionary< string, string > options
Optional parameters.
A set of results returned by Kinetica.filterByRadiusGeometry.
string view_name
If provided, then this will be the name of the view containing the results, in [schema_name.
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.