package adapters
Ordering
- Alphabetic
Visibility
- Public
- All
Value Members
-
object
StructuredAdapter
Adapter for converting between DataFrame and SpatialRDD.
Adapter for converting between DataFrame and SpatialRDD. It provides methods to convert DataFrame to SpatialRDD and vice versa without losing schema. It is different from org.apache.sedona.sql.utils.Adapter which loses the schema information during conversion. This should be used if your data starts as a DataFrame and you want to convert it to SpatialRDD