FeatureCollectionTable.withGeoElements constructor
- required List<
GeoElement> geoElements, - required List<
Field> fields,
Creates a FeatureCollectionTable populated from the specified GeoElement collection.
The geometry type and spatial reference will be inferred from the geo-elements passed in. Note that this constructor may take some time to complete depending on how many geo-elements are passed in.
Parameters: