toIMDF static method
Transforms internal features to IMDF format.
Implementation
static Future<Map<String, dynamic>> toIMDF(
Map<String, dynamic> featureCollection,
) async {
return await compute(_processToIMDF, featureCollection);
}
Transforms internal features to IMDF format.
static Future<Map<String, dynamic>> toIMDF(
Map<String, dynamic> featureCollection,
) async {
return await compute(_processToIMDF, featureCollection);
}