Uses of Class
org.apache.sedona.core.spatialRDD.PolygonRDD
Packages that use PolygonRDD
Package
Description
-
Uses of PolygonRDD in org.apache.sedona.core.formatMapper.shapefileParser
Methods in org.apache.sedona.core.formatMapper.shapefileParser that return PolygonRDDModifier and TypeMethodDescriptionstatic PolygonRDDShapefileReader.geometryToPolygon(SpatialRDD geometryRDD) convert geometry rdd tostatic PolygonRDDShapefileReader.readToPolygonRDD(org.apache.spark.api.java.JavaSparkContext sc, String inputPath) read shapefile and return as an PolygonRDDstatic PolygonRDDShapefileReader.readToPolygonRDD(org.apache.spark.api.java.JavaSparkContext sc, String inputPath, org.locationtech.jts.geom.GeometryFactory geometryFactory) read shapefile with customized GeometryFactory and return as an PolygonRDD -
Uses of PolygonRDD in org.apache.sedona.core.spatialRDD
Methods in org.apache.sedona.core.spatialRDD that return PolygonRDDModifier and TypeMethodDescriptionCircleRDD.getCenterPolygonAsSpatialRDD()Gets the center polygon as spatial RDD.