Packages

c

org.apache.sedona.viz.extension.imageGenerator

SedonaVizImageGenerator

class SedonaVizImageGenerator extends ImageGenerator

The Class SedonaVizImageGenerator.

Linear Supertypes
ImageGenerator, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SedonaVizImageGenerator
  2. ImageGenerator
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SedonaVizImageGenerator()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def SaveRasterImageAsHadoopFile(rasterImage: BufferedImage, originalOutputPath: String, imageType: ImageType): Boolean

    Save raster image as hadoop file.

    Save raster image as hadoop file.

    rasterImage

    the raster image

    originalOutputPath

    the original output path

    imageType

    the image type

    returns

    true, if successful

    Definition Classes
    ImageGenerator
    Exceptions thrown

    Exception the exception

  5. def SaveRasterImageAsHadoopFile(distributedImage: JavaPairRDD[Integer, ImageSerializableWrapper], outputPath: String, imageType: ImageType, zoomLevel: Int, partitionOnX: Int, partitionOnY: Int): Boolean

    Save raster image as hadoop file.

    Save raster image as hadoop file.

    distributedImage

    the distributed image

    outputPath

    the output path

    imageType

    the image type

    zoomLevel

    the zoom level

    partitionOnX

    the partition on X

    partitionOnY

    the partition on Y

    returns

    true, if successful

    Definition Classes
    ImageGenerator
    Exceptions thrown

    Exception the exception

  6. def SaveRasterImageAsLocalFile(rasterImage: BufferedImage, outputPath: String, imageType: ImageType): Boolean

    Save raster image as local file.

    Save raster image as local file.

    rasterImage

    the raster image

    outputPath

    the output path

    imageType

    the image type

    returns

    true, if successful

    Definition Classes
    ImageGenerator
    Exceptions thrown

    Exception the exception

  7. def SaveRasterImageAsLocalFile(distributedImage: JavaPairRDD[Integer, ImageSerializableWrapper], outputPath: String, imageType: ImageType): Boolean

    Save raster image as local file.

    Save raster image as local file.

    distributedImage

    the distributed image

    outputPath

    the output path

    imageType

    the image type

    returns

    true, if successful

    Definition Classes
    ImageGenerator
    Exceptions thrown

    Exception the exception

  8. def SaveRasterImageAsLocalFile(distributedImage: JavaPairRDD[Integer, ImageSerializableWrapper], outputPath: String, imageType: ImageType, zoomLevel: Int, partitionOnX: Int, partitionOnY: Int): Boolean

    Save raster image as local file.

    Save raster image as local file.

    distributedImage

    the distributed image

    outputPath

    the output path

    imageType

    the image type

    zoomLevel

    the zoom level

    partitionOnX

    the partition on X

    partitionOnY

    the partition on Y

    returns

    true, if successful

    Definition Classes
    ImageGenerator
    Exceptions thrown

    Exception the exception

  9. def SaveRasterImageAsS3File(rasterImage: BufferedImage, regionName: String, accessKey: String, secretKey: String, bucketName: String, path: String, imageType: ImageType): Boolean

    Save raster image as S 3 file.

    Save raster image as S 3 file.

    rasterImage

    the raster image

    regionName

    the region name

    accessKey

    the access key

    secretKey

    the secret key

    bucketName

    the bucket name

    path

    the path

    imageType

    the image type

    returns

    true, if successful

    Definition Classes
    ImageGenerator
    Exceptions thrown

    IOException Signals that an I/O exception has occurred.

  10. def SaveRasterImageAsS3File(distributedImage: JavaPairRDD[Integer, ImageSerializableWrapper], regionName: String, accessKey: String, secretKey: String, bucketName: String, path: String, imageType: ImageType, zoomLevel: Int, partitionOnX: Int, partitionOnY: Int): Boolean

    Save raster image as S 3 file.

    Save raster image as S 3 file.

    distributedImage

    the distributed image

    regionName

    the region name

    accessKey

    the access key

    secretKey

    the secret key

    bucketName

    the bucket name

    path

    the path

    imageType

    the image type

    zoomLevel

    the zoom level

    partitionOnX

    the partition on X

    partitionOnY

    the partition on Y

    returns

    true, if successful

    Definition Classes
    ImageGenerator
  11. def SaveVectorImageAsLocalFile(vectorImage: List[String], outputPath: String, imageType: ImageType): Boolean

    Save vector image as local file.

    Save vector image as local file.

    vectorImage

    the vector image

    outputPath

    the output path

    imageType

    the image type

    returns

    true, if successful

    Definition Classes
    ImageGenerator
    Exceptions thrown

    Exception the exception

  12. def SaveVectorImageAsLocalFile(distributedImage: JavaPairRDD[Integer, String], outputPath: String, imageType: ImageType): Boolean

    Save vector image as local file.

    Save vector image as local file.

    distributedImage

    the distributed image

    outputPath

    the output path

    imageType

    the image type

    returns

    true, if successful

    Definition Classes
    ImageGenerator
    Exceptions thrown

    Exception the exception

  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. def deleteHadoopFile(originalOutputPath: String, imageType: ImageType): Boolean

    Delete hadoop file.

    Delete hadoop file.

    originalOutputPath

    the original output path

    imageType

    the image type

    returns

    true, if successful

    Definition Classes
    ImageGenerator
    Exceptions thrown

    Exception the exception

  16. def deleteLocalFile(originalOutputPath: String, imageType: ImageType): Boolean

    Delete local file.

    Delete local file.

    originalOutputPath

    the original output path

    imageType

    the image type

    returns

    true, if successful

    Definition Classes
    ImageGenerator
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ImageGenerator

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped