Uses of Class
org.apache.sedona.viz.utils.Pixel
-
Packages that use Pixel Package Description org.apache.sedona.viz.core org.apache.sedona.viz.core.Serde org.apache.sedona.viz.utils -
-
Uses of Pixel in org.apache.sedona.viz.core
Fields in org.apache.sedona.viz.core with type parameters of type Pixel Modifier and Type Field Description protected org.apache.spark.api.java.JavaPairRDD<Pixel,Integer>
VisualizationOperator. distributedRasterColorMatrix
The distributed raster color matrix.protected org.apache.spark.api.java.JavaPairRDD<Pixel,Double>
VisualizationOperator. distributedRasterCountMatrix
The distributed raster count matrix.Methods in org.apache.sedona.viz.core that return types with arguments of type Pixel Modifier and Type Method Description protected org.apache.spark.api.java.JavaPairRDD<Pixel,Double>
VisualizationOperator. ApplyPhotoFilter(org.apache.spark.api.java.JavaSparkContext sparkContext)
Apply photo filter.scala.Tuple2<Pixel,Double>
VisualizationPartitioner. assignPartitionID(scala.Tuple2<Pixel,Double> pixelDoubleTuple2)
Assign partition ID.List<scala.Tuple2<Pixel,Double>>
VisualizationPartitioner. assignPartitionIDs(scala.Tuple2<Pixel,Double> pixelDoubleTuple2, int photoFilterRadius)
Assign partition I ds.protected org.apache.spark.api.java.JavaPairRDD<Pixel,Double>
VisualizationOperator. Rasterize(org.apache.spark.api.java.JavaSparkContext sparkContext, SpatialRDD spatialRDD, boolean useSparkDefaultPartition)
Rasterize.protected org.apache.spark.api.java.JavaPairRDD<Pixel,Double>
VisualizationOperator. Rasterize(org.apache.spark.api.java.JavaSparkContext sparkContext, org.apache.spark.api.java.JavaPairRDD<org.locationtech.jts.geom.Polygon,Long> spatialPairRDD, boolean useSparkDefaultPartition)
Rasterize.Method parameters in org.apache.sedona.viz.core with type arguments of type Pixel Modifier and Type Method Description scala.Tuple2<Pixel,Double>
VisualizationPartitioner. assignPartitionID(scala.Tuple2<Pixel,Double> pixelDoubleTuple2)
Assign partition ID.List<scala.Tuple2<Pixel,Double>>
VisualizationPartitioner. assignPartitionIDs(scala.Tuple2<Pixel,Double> pixelDoubleTuple2, int photoFilterRadius)
Assign partition I ds. -
Uses of Pixel in org.apache.sedona.viz.core.Serde
Methods in org.apache.sedona.viz.core.Serde that return Pixel Modifier and Type Method Description Pixel
PixelSerializer. read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<Pixel> type)
Pixel
PixelSerializer. readPixel(byte[] inputArray)
Methods in org.apache.sedona.viz.core.Serde with parameters of type Pixel Modifier and Type Method Description void
PixelSerializer. write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, Pixel object)
Method parameters in org.apache.sedona.viz.core.Serde with type arguments of type Pixel Modifier and Type Method Description Pixel
PixelSerializer. read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<Pixel> type)
-
Uses of Pixel in org.apache.sedona.viz.utils
Methods in org.apache.sedona.viz.utils that return types with arguments of type Pixel Modifier and Type Method Description static List<scala.Tuple2<Pixel,Double>>
RasterizationUtils. FindPixelCoordinates(int resolutionX, int resolutionY, org.locationtech.jts.geom.Envelope datasetBoundary, org.locationtech.jts.geom.LineString spatialObject, boolean reverseSpatialCoordinate)
Find pixel coordinates.static List<scala.Tuple2<Pixel,Double>>
RasterizationUtils. FindPixelCoordinates(int resolutionX, int resolutionY, org.locationtech.jts.geom.Envelope datasetBoundary, org.locationtech.jts.geom.Point spatialObject, ColorizeOption colorizeOption, boolean reverseSpatialCoordinate)
Find pixel coordinates.static List<scala.Tuple2<Pixel,Double>>
RasterizationUtils. FindPixelCoordinates(int resolutionX, int resolutionY, org.locationtech.jts.geom.Envelope datasetBoundary, org.locationtech.jts.geom.Polygon spatialObject, boolean reverseSpatialCoordinate)
Find pixel coordinates.static List<scala.Tuple2<Pixel,Double>>
RasterizationUtils. FindPixelCoordinates(int resolutionX, int resolutionY, org.locationtech.jts.geom.Envelope datasetBoundary, org.locationtech.jts.geom.Polygon spatialObject, boolean reverseSpatialCoordinate, Double objectWeight)
Find pixel coordinates.static List<scala.Tuple2<Pixel,Double>>
RasterizationUtils. FindPixelCoordinates(int resolutionX, int resolutionY, scala.Tuple2<Integer,Integer> pixelCoordinate1, scala.Tuple2<Integer,Integer> pixelCoordinate2, boolean reverseSpatialCoordinate)
Find pixel coordinates.
-