-
public class GeoJsonMapperA mapper class responsible for transforming GeoJSON objects into the platform-agnostic DataScene model.
-
-
Field Summary
Fields Modifier and Type Field Description public final static GeoJsonMapperINSTANCE
-
Method Summary
Modifier and Type Method Description final DataScenetoScene(GeoJsonObject geoJsonObject)Converts a GeoJsonObject into a DataScene. final DataLayertoLayer(GeoJsonObject geoJsonObject)-
-
Method Detail
-
toScene
final DataScene toScene(GeoJsonObject geoJsonObject)
Converts a GeoJsonObject into a DataScene.
- Parameters:
geoJsonObject- The GeoJSON object to convert.
-
toLayer
final DataLayer toLayer(GeoJsonObject geoJsonObject)
-
-
-
-