Uses of Class
org.apache.sedona.viz.core.ImageSerializableWrapper
Packages that use ImageSerializableWrapper
-
Uses of ImageSerializableWrapper in org.apache.sedona.viz.core
Fields in org.apache.sedona.viz.core with type parameters of type ImageSerializableWrapperModifier and TypeFieldDescriptionorg.apache.spark.api.java.JavaPairRDD<Integer,ImageSerializableWrapper> RasterOverlayOperator.distributedBackRasterImageThe distributed back raster image.org.apache.spark.api.java.JavaPairRDD<Integer,ImageSerializableWrapper> VisualizationOperator.distributedRasterImageThe distributed raster image.Method parameters in org.apache.sedona.viz.core with type arguments of type ImageSerializableWrapperModifier and TypeMethodDescriptionbooleanRasterOverlayOperator.JoinImage(org.apache.spark.api.java.JavaPairRDD<Integer, ImageSerializableWrapper> distributedFontImage) Join image.booleanImageGenerator.SaveRasterImageAsHadoopFile(org.apache.spark.api.java.JavaPairRDD<Integer, ImageSerializableWrapper> distributedImage, String outputPath, ImageType imageType, int zoomLevel, int partitionOnX, int partitionOnY) Save raster image as hadoop file.booleanImageGenerator.SaveRasterImageAsLocalFile(org.apache.spark.api.java.JavaPairRDD<Integer, ImageSerializableWrapper> distributedImage, String outputPath, ImageType imageType) Save raster image as local file.booleanImageGenerator.SaveRasterImageAsLocalFile(org.apache.spark.api.java.JavaPairRDD<Integer, ImageSerializableWrapper> distributedImage, String outputPath, ImageType imageType, int zoomLevel, int partitionOnX, int partitionOnY) Save raster image as local file.booleanImageGenerator.SaveRasterImageAsS3File(org.apache.spark.api.java.JavaPairRDD<Integer, ImageSerializableWrapper> distributedImage, String regionName, String accessKey, String secretKey, String bucketName, String path, ImageType imageType, int zoomLevel, int partitionOnX, int partitionOnY) Save raster image as S 3 file.Constructor parameters in org.apache.sedona.viz.core with type arguments of type ImageSerializableWrapperModifierConstructorDescriptionRasterOverlayOperator(org.apache.spark.api.java.JavaPairRDD<Integer, ImageSerializableWrapper> distributedBackRasterImage) Instantiates a new raster overlay operator. -
Uses of ImageSerializableWrapper in org.apache.sedona.viz.core.Serde
Methods in org.apache.sedona.viz.core.Serde that return ImageSerializableWrapperModifier and TypeMethodDescriptionImageWrapperSerializer.read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<ImageSerializableWrapper> type) ImageWrapperSerializer.readImage(byte[] inputArray) Methods in org.apache.sedona.viz.core.Serde with parameters of type ImageSerializableWrapperModifier and TypeMethodDescriptionvoidImageWrapperSerializer.write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, ImageSerializableWrapper object) byte[]ImageWrapperSerializer.writeImage(ImageSerializableWrapper object) Method parameters in org.apache.sedona.viz.core.Serde with type arguments of type ImageSerializableWrapperModifier and TypeMethodDescriptionImageWrapperSerializer.read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<ImageSerializableWrapper> type)