Package org.apache.sedona.viz.core
Class ImageStitcher
- java.lang.Object
- 
- org.apache.sedona.viz.core.ImageStitcher
 
- 
 public class ImageStitcher extends Object The Class ImageStitcher.
- 
- 
Constructor SummaryConstructors Constructor Description ImageStitcher()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanstitchImagePartitionsFromHadoopFile(String imageTilePath, int resolutionX, int resolutionY, int zoomLevel, int partitionOnX, int partitionOnY)Stitch image partitions from hadoop file.static booleanstitchImagePartitionsFromLocalFile(String imageTilePath, int resolutionX, int resolutionY, int zoomLevel, int partitionOnX, int partitionOnY)Stitch image partitions from local file.static booleanstitchImagePartitionsFromS3File(String regionName, String accessKey, String secretKey, String bucketName, String imageTilePath, int resolutionX, int resolutionY, int zoomLevel, int partitionOnX, int partitionOnY)Stitch image partitions from S 3 file.
 
- 
- 
- 
Method Detail- 
stitchImagePartitionsFromLocalFilepublic static boolean stitchImagePartitionsFromLocalFile(String imageTilePath, int resolutionX, int resolutionY, int zoomLevel, int partitionOnX, int partitionOnY) throws Exception Stitch image partitions from local file.- Parameters:
- imageTilePath- the image tile path
- resolutionX- the resolution X
- resolutionY- the resolution Y
- zoomLevel- the zoom level
- partitionOnX- the partition on X
- partitionOnY- the partition on Y
- Returns:
- true, if successful
- Throws:
- Exception- the exception
 
 - 
stitchImagePartitionsFromS3Filepublic static boolean stitchImagePartitionsFromS3File(String regionName, String accessKey, String secretKey, String bucketName, String imageTilePath, int resolutionX, int resolutionY, int zoomLevel, int partitionOnX, int partitionOnY) throws Exception Stitch image partitions from S 3 file.- Parameters:
- regionName- the region name
- accessKey- the access key
- secretKey- the secret key
- bucketName- the bucket name
- imageTilePath- the image tile path
- resolutionX- the resolution X
- resolutionY- the resolution Y
- zoomLevel- the zoom level
- partitionOnX- the partition on X
- partitionOnY- the partition on Y
- Returns:
- true, if successful
- Throws:
- Exception- the exception
 
 - 
stitchImagePartitionsFromHadoopFilepublic static boolean stitchImagePartitionsFromHadoopFile(String imageTilePath, int resolutionX, int resolutionY, int zoomLevel, int partitionOnX, int partitionOnY) throws Exception Stitch image partitions from hadoop file.- Parameters:
- imageTilePath- the image tile path
- resolutionX- the resolution X
- resolutionY- the resolution Y
- zoomLevel- the zoom level
- partitionOnX- the partition on X
- partitionOnY- the partition on Y
- Returns:
- true, if successful
- Throws:
- Exception- the exception
 
 
- 
 
-