resultGeometryListController.js | |
Functions | |
addFeature | Description: adds a Feature to the Model Parameters: feature - a geoJSON featuree |
addFeatureCollection | Description: adds a FeatureCollection to the Model Parameters: geoJSON - a geoJSON featureCollection |
addFeatureCollection_callback | Description: The callback received from the Model upon successfully adding a Feature Parameters: featureEntryCollection - an array of (index,featureCollection) tuples |
Description: adds a Feature to the Model Parameters: feature - a geoJSON featuree
this.addFeature = function( feature )
Description: adds a FeatureCollection to the Model Parameters: geoJSON - a geoJSON featureCollection
this.addFeatureCollection = function( geoJSON )
Description: The callback received from the Model upon successfully adding a Feature Parameters: featureEntryCollection - an array of (index,featureCollection) tuples
var addFeatureCollection_callback = function( featureEntryCollection )