Constructor
new Aggregations()
Example
new GeoGlobe.DSS.Aggregations({
    aggregations: [
        ['name', GeoGlobe.DSS.Aggregations.COUNT],
        ['person.age', GeoGlobe.DSS.Aggregations.SUM]
    ]
})
        
        Members
aggregations :Array.<Array>
    字段名称
    Type:
- Array.<Array>
 
Methods
initialize(options)
Parameters:
| Name | Type | Description | 
|---|---|---|
options | 
            
            Object |