C# Class Aggregations.AggregationHelper

Datei anzeigen Open project: DigitalGlobe/DGConnect-ESRI Class Usage Examples

Public Methods

Method Description
ProcessAggregations ( List aggs, int index, double>.Dictionary &output, string geoHash, bool isGeoHashLinked, string>.Dictionary &fieldNames ) : void

The process aggregations.

ProcessTerms ( List terms, int index, double>.Dictionary &output, bool isGeoHashLinked, string geoHash, string>.Dictionary &fieldNames ) : void

The process terms.

Private Methods

Method Description
CheckName ( string name ) : string

Method Details

ProcessAggregations() public static method

The process aggregations.
public static ProcessAggregations ( List aggs, int index, double>.Dictionary &output, string geoHash, bool isGeoHashLinked, string>.Dictionary &fieldNames ) : void
aggs List /// The aggregations. ///
index int /// The index. ///
output double>.Dictionary /// The output. ///
geoHash string /// The geo hash. ///
isGeoHashLinked bool /// The is geo hash linked. ///
fieldNames string>.Dictionary
return void

ProcessTerms() public static method

The process terms.
public static ProcessTerms ( List terms, int index, double>.Dictionary &output, bool isGeoHashLinked, string geoHash, string>.Dictionary &fieldNames ) : void
terms List /// The terms. ///
index int /// The index. ///
output double>.Dictionary /// The output. ///
isGeoHashLinked bool /// The is geo hash linked. ///
geoHash string /// The geo hash. ///
fieldNames string>.Dictionary /// The field Names. ///
return void