Uses of Enum Class
org.apache.sedona.core.enums.GridType
Packages that use GridType
Package
Description
-
Uses of GridType in org.apache.sedona.core.enums
Methods in org.apache.sedona.core.enums that return GridTypeModifier and TypeMethodDescriptionstatic GridTypeGridType.getGridType(String str) Gets the grid type.static GridTypeReturns the enum constant of this class with the specified name.static GridType[]GridType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GridType in org.apache.sedona.core.spatialPartitioning
Fields in org.apache.sedona.core.spatialPartitioning declared as GridTypeMethods in org.apache.sedona.core.spatialPartitioning that return GridTypeModifier and TypeMethodDescriptionGenericUniquePartitioner.getGridType()SpatialPartitioner.getGridType()Methods in org.apache.sedona.core.spatialPartitioning with parameters of type GridTypeModifier and TypeMethodDescriptionstatic PartitioningUtilsPartitioningUtils.getPartitioner(List<org.locationtech.jts.geom.Geometry> samples, GridType gridType, org.locationtech.jts.geom.Envelope boundaryEnvelope, int resolution) Constructors in org.apache.sedona.core.spatialPartitioning with parameters of type GridTypeModifierConstructorDescriptionFlatGridPartitioner(GridType gridType, List<org.locationtech.jts.geom.Envelope> grids) FlatGridPartitioner(GridType gridType, List<org.locationtech.jts.geom.Envelope> grids, Boolean preserveUncontainedGeometries) IndexedGridPartitioner(GridType gridType, List<org.locationtech.jts.geom.Envelope> grids) IndexedGridPartitioner(GridType gridType, List<org.locationtech.jts.geom.Envelope> grids, Boolean preserveUncontainedGeometries) protectedSpatialPartitioner(GridType gridType, List<org.locationtech.jts.geom.Envelope> grids) -
Uses of GridType in org.apache.sedona.core.spatialRDD
Methods in org.apache.sedona.core.spatialRDD with parameters of type GridTypeModifier and TypeMethodDescriptionvoidSpatialRDD.calc_partitioner(GridType gridType, int numPartitions) Spatial partitioning.booleanSpatialRDD.spatialPartitioning(GridType gridType) voidSpatialRDD.spatialPartitioning(GridType gridType, int numPartitions) booleanSpatialRDD.spatialPartitioningWithoutDuplicates(GridType gridType) voidSpatialRDD.spatialPartitioningWithoutDuplicates(GridType gridType, int numPartitions) Calculate non-duplicate inducing partitioning -
Uses of GridType in org.apache.sedona.core.utils
Methods in org.apache.sedona.core.utils that return GridType