public class SimpleFeatureMapper extends Object implements org.apache.spark.api.java.function.Function<org.opengis.feature.simple.SimpleFeature,org.apache.spark.sql.Row>
Constructor and Description |
---|
SimpleFeatureMapper(org.apache.spark.sql.types.StructType schema) |
Modifier and Type | Method and Description |
---|---|
org.apache.spark.sql.Row |
call(org.opengis.feature.simple.SimpleFeature feature) |
Copyright © 2013–2022. All rights reserved.