class SedonaVizImageGenerator extends ImageGenerator
The Class SedonaVizImageGenerator.
- Alphabetic
- By Inheritance
- SedonaVizImageGenerator
- ImageGenerator
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SedonaVizImageGenerator()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
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
-
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
-
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
-
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
-
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.
-
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
-
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
-
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()