new FeatureBin(options)
Parameters:
| Name | Type | Description | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| options | Object | ol.source.VectorOptions + grid option Properties
 | 
Extends
Methods
- 
    _flatAttributes(bin, features)
- 
    
    Create bin attributes using the features it contains when exporting Parameters:Name Type Description binol.Feature the bin to export featuresArray.<ol.Features> the features it contains - Inherited From:
- Overrides:
 
- 
    clear()
- 
    
    Overwrite ol/source/Vector clear to fire clearstart / clearend event - Inherited From:
- Overrides:
 
- 
    getBin(f)
- 
    
    Get the bin that contains a feature Parameters:Name Type Description fol.Feature the feature - Inherited From:
- Overrides:
 Returns:the bin or null it doesn't exit - Type
- ol.Feature
 
- 
    getBinAt(coord, create)
- 
    
    Get the bean at a coord Parameters:Name Type Description coordol.Coordinate createboolean true to create if doesn't exit - Inherited From:
- Overrides:
 Returns:the bin or null it doesn't exit - Type
- ol.Feature
 
- 
    getGridFeatures()
- 
    
    Get features without circular dependencies (vs. getFeatures) - Inherited From:
- Overrides:
 Returns:- Type
- Array.<ol.Feature>
 
- 
    getGridGeomAt(coord)
- 
    
    Get the grid geometry at the coord Parameters:Name Type Description coordol.Coordinate - Overrides:
 Returns:- Type
- ol.geom.Polygon
 
- 
    getSource()
- 
    
    Get the orginal source - Inherited From:
- Overrides:
 Returns:- Type
- ol.source.Vector
 
- 
    reset()
- 
    
    Clear all bins and generate a new one. - Inherited From:
- Overrides:
 
- 
    setFeatures(features)
- 
    
    Set features to use as bin collector Parameters:Name Type Description featuresol.Feature 
- 
    setFlatAttributesFn(fn)
- 
    
    Set the flatAttribute function Parameters:Name Type Description fnfunction Function that takes a bin and the features it contains and aggragate the features in the bin attributes when saving - Inherited From:
- Overrides: