public class Raster
extends java.lang.Object
Constructor and Description |
---|
Raster() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompactRaster()
Gets a String representing this raster, used to set it to Job configuration.
|
void |
setBands(int bands)
Sets the number of bands in this raster
|
void |
setBandsOrder(java.lang.String bandsOrder)
Sets the order of how the bands of this raster should appear in mosaic output.
|
void |
setDataType(int dataType)
Sets the data type of this raster.
|
void |
setRasterLocation(java.lang.String RasterLocation)
Sets the raster location, this is the .ohif path in HDFS
|
public void setRasterLocation(java.lang.String RasterLocation)
RasterLocation
- the .ohif path in HDFS of the raster to add in the catalog for processingpublic void setBands(int bands)
bands
- number of bands in this raster stored as a .ohif file in HDFSpublic void setBandsOrder(java.lang.String bandsOrder)
bandsOrder
- the String representing the order of appearance for bands in this raster in the output mosaic.public void setDataType(int dataType)
dataType
- Data type of this raster, it must be gdal supported data type.public java.lang.String getCompactRaster()
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.