Uses of Class
org.apache.sedona.core.spatialRDD.LineStringRDD
Packages that use LineStringRDD
Package
Description
-
Uses of LineStringRDD in org.apache.sedona.core.formatMapper.shapefileParser
Methods in org.apache.sedona.core.formatMapper.shapefileParser that return LineStringRDDModifier and TypeMethodDescriptionstatic LineStringRDDShapefileReader.geometryToLineString(SpatialRDD geometryRDD) convert geometry rdd tostatic LineStringRDDShapefileReader.readToLineStringRDD(org.apache.spark.api.java.JavaSparkContext sc, String inputPath) read shapefile and return as an LineStringRDDstatic LineStringRDDShapefileReader.readToLineStringRDD(org.apache.spark.api.java.JavaSparkContext sc, String inputPath, org.locationtech.jts.geom.GeometryFactory geometryFactory) read shapefile with customized GeometryFactory and return as an LineStringRDD -
Uses of LineStringRDD in org.apache.sedona.core.spatialRDD
Methods in org.apache.sedona.core.spatialRDD that return LineStringRDDModifier and TypeMethodDescriptionCircleRDD.getCenterLineStringRDDAsSpatialRDD()Gets the center line string RDD as spatial RDD.