FeatureCollections can be constructed from the following arguments:
- A string: assumed to be the name of a collection.
- A single geometry.
- A single feature.
- A list of features.
- A GeoJSON FeatureCollection
- A computed object: reinterpreted as a collection.
Usage | Returns |
---|---|
ee.FeatureCollection(args, column) | FeatureCollection |
Argument | Type | Details |
---|---|---|
args | ComputedObject|Feature|FeatureCollection|Geometry|List | The constructor arguments. |
column | String, optional | The name of the geometry column to use. Only useful when working with a named collection. |