- addFileToLoad(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterLoaderJob
-
Adds a file to the list of rasters to load by this job
- addLocalAbs() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local ABS operation to this job, calculates absolute value for each pixel
- addLocalAcos() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local ACOS operation to this job, calculates inverse cosine for each pixel.
- addLocalAdd(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local ADD operation to this job, adds the specified operand to every pixel
- addLocalAsin() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local ASIN operation to this job, calculates inverse sine for each pixel.
- addLocalAtan() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local ATAN operation to this job, calculates inverse tangent for each pixel.
- addLocalCeil() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local CEIL operation to this job, calculates ceil value for each pixel
- addLocalCos() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local COS operation to this job, calculates cosine for each pixel.
- addLocalCosh() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local COSH operation to this job, calculates hyperbolic cosine for each pixel.
- addLocalDefined() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local DEFINED operation to this job, where 1 is set to the pixel if it has a value and 0 otherwise
- addLocalDivide(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local DIVIDE operation to this job, divied every pixel between the specified operand
- addLocalFloor() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local FLOOR operation to this job, calculates floor value for each pixel
- addLocalIf(String, String, String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local IF operation to this job
- addLocalLog() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local LOG operation to this job, calculates log value for each pixel
- addLocalLog10() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local LOG10 operation to this job, calculates log 10 value for each pixel
- addLocalMultiply(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local MULTIPLY operation to this job, multiplies every pixel for the specified oeprand
- addLocalNegate() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local NEGATE operation to this job, multiplys by -1 the value of each pixel
- addLocalNot() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local NOT operation to this job
- addLocalPow(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local POW operation to this job, elevates every pixel to the specified pow
- addLocalRound() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local ROUND operation to this job, rounds the value of each pixel
- addLocalSin() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local SIN operation to this job, calculates sine for each pixel.
- addLocalSinh() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local SINH operation to this job, calculates hyperbolic sine for each pixel.
- addLocalSqrt() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local SQRT operation to this job, calculates sqrt for each pixel
- addLocalSubstract(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local SUBSTRACT operation to this job, substracts the specified operand to every pixel
- addLocalTan() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local TAN operation to this job, calculates tangent for each pixel.
- addLocalTanh() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local TANH operation to this job, calculates hyperbolic tangent for each pixel.
- addLocalUndefined() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds local UNDEFINED operation to this job, where 0 is set to the pixel if it has a value and 1 otherwise
- addMultipleRasterAdd() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds multiple raster ADD operation, where all the pixels are added
- addMultipleRasterAnd() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds the multiple raster AND operation, processes the logical and operator for every pixel
- addMultipleRasterCombine() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds multiple raster COMBINE operation, where every unique combination of pixels is set a unique final value for output raster
- addMultipleRasterDivide() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds the multiple raster DIVIDE operation, where all the pixels are divided from left to right
- addMultipleRasterEquals() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds the multiple raster EQUALS operation, sets 1 if all the pixel values for an output cell are the same, 0 otherwise
- addMultipleRasterGreater() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds the multiple raster GREATER operation, sets 1 if all the pixel values for an output cell are smaller than the leftmost pixel, 0 otherwise
- addMultipleRasterGreaterOrEqual() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds the multiple raster GREATEROREQUAL operation, sets 1 if all the pixel values for an output cell are smaller or equal than the leftmost pixel, 0 otherwise
- addMultipleRasterInverseMask(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds the multiple raster INVERSE_MASK operation, sets the left most value if the rest of the pixels have values that do not belong to the mask list.
- addMultipleRasterLess() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds the multiple raster LESS operation, sets 1 if all the pixel values for an output cell are greater than the leftmost pixel, 0 otherwise
- addMultipleRasterLessOrEqual() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds the multiple raster LESSOREQUAL operation, sets 1 if all the pixel values for an output cell are greater or equal than the leftmost pixel, 0 otherwise
- addMultipleRasterMajority() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds multiple raster MAJORITY operation, where the pixel value that repeats the most is set for output raster, if multiple values have the same max number of appearances the the most left value is set.
- addMultipleRasterMask(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds the multiple raster MASK operation, sets the left most value if the rest of the pixels have values that belong to the mask list.
- addMultipleRasterMax() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds the multiple raster MAXIMUM operation, where the pixel with the maximum value is selected for raster output
- addMultipleRasterMean() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds the multiple raster MEAN operation, calculates the arithmetical mean of the values in every output pixel
- addMultipleRasterMin() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds the multiple raster MINIMUM operation, where the pixel with the minimum value is selected for raster output
- addMultipleRasterMinority() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds multiple raster MINORITY operation, where the pixel value that repeats the less is set for output raster, if multiple values have the same min number of appearances the the most left value is set.
- addMultipleRasterMultiply() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds multiple raster MULTIPLY operation, where all the pixels are multiplied
- addMultipleRasterOr() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds the multiple raster OR operation, processes the logical or operator for every pixel
- addMultipleRasterSubstract() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds the multiple raster SUBSTRACT operation, where all the pixels are substracted from left to right
- addMultipleRasterUnequal() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds the multiple raster UNEQUALS operation, sets 1 if all the pixel values for an output cell are not the same, 0 otherwise
- addMultipleRasterVariety() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds multiple raster VARIETY operation, where the number of different values for each pixel in the output raster is set.
- addMultipleRasterXor() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Adds the multiple raster XOR operation, processes the logical xor operator for every pixel
- addProcessingClass(String) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Adds a processing class to this mosaic request
- addRasterToCatalog(Raster) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.RasterCatalog
-
Adds a raster to the catalog to be processed
- addReduceProcessingClass(String) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Adds a reduce processing class to this mosaic request
- ASC - Static variable in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Ouput ordering algorithm is performed ascending
- gdalPathSet - Variable in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterJob
-
- getCompactCatalog() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.RasterCatalog
-
Gets a String representation for this catalog, every raster is separated by a pipe separator
- getCompactMosaic() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Gets a String representing this mosaic request configuration, used to set it to Job configuration.
- getCompactRaster() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.Raster
-
Gets a String representing this raster, used to set it to Job configuration.
- getConf() - Method in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
-
Gets the hadoop configuration object
- getConf(FileSystem) - Static method in class oracle.spatial.hadoop.rasterapi.core.HdfsUtil
-
Return the configuration for this fileSystem
- getDirectory() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Gets the output Filesystem for this request.
- getFile(String, Configuration) - Static method in class oracle.spatial.hadoop.rasterapi.core.HdfsUtil
-
Gets the specified file from HDFS
- getFileName() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Gets the file name fot tue ouput mosaic
- getFiles(Path, Configuration) - Static method in class oracle.spatial.hadoop.rasterapi.core.HdfsUtil
-
Gets the list of files contained in the specified folder
- getFileSystem() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Gets the Filesystem where mosaic will be stored.
- getFileSystem() - Method in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
-
Gets the filesystem associated to this configuration
- getFormat() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Gets the format of the resulting image, like tiff, geotiff.
- getHadoopJob() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterJob
-
Job´s getter
- getHeight() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Gets the height value for this mosaic request.
- getHomeHDFSDirectory(Configuration) - Static method in class oracle.spatial.hadoop.rasterapi.core.HdfsUtil
-
Return the current user's home directory in this filesystem
- getJob() - Method in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
-
Gets the job related to this configuration
- getLayers() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Get the order of appearance of bands in output
- getLog() - Static method in class oracle.spatial.hadoop.rasterapi.util.RasterProcessLogger
-
Logger getter for outside classes.
- getNoData() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Gets the NODATA color values for this mosaic.
- getOrder() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Gets the order for the pieces in this mosaic request.
- getOrderAlgorithm() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Gets the the ordering algorithm for the images in this request.
- getPixelType() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Gets the pixel type allowed for this mosaic's output.
- getPixelXWidth() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Gets the width for pixel values in X in this request.
- getPixelYWidth() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Gets the width for pixel values in Y in this request.
- getProcessingClasses() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Gets the processing classes for the related input.
- getProperty(String) - Method in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
-
Gets the property for the related key on this configuration
- getRasterCatalog() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.RasterCatalog
-
Gets all the rasters in this catalog
- getReduceProcessingClasses() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Gets the reducer processing classes for the related input.
- getSrid() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Gets the SRID value for this mosaic request.
- getTemporaryFolder() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Gets the temporary output folder where partial output is stored when HDFS output is requested
- getWidth() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Gets the width value for this mosaic request.
- getYarnLogDir() - Method in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
-
Gets the path for yarn logs
- GREATER - Static variable in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
- GREATER_OR_EQUAL - Static variable in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
- SEPARATOR - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
-
- setBands(int) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the number of bands for this mosaic request
- setBands(int) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.Raster
-
Sets the number of bands in this raster
- setBandsOrder(String) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.Raster
-
Sets the order of how the bands of this raster should appear in mosaic output.
- setBlockSize(int) - Method in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
-
Sets the HDFS block size
- setCatalogContent(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Sets the catalog xml that contains all the rasters to be processed in this job, catalog is wrapped in a String
- setCatalogLocation(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Sets the catalog path that contains all the rasters to be processed in this job
- setCatalogObject(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Sets the catalog object that contains all the rasters to be processed in this job, the object content is wrapped by a String
- setCustomParameters(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Set the optional parameters for user processing classes, this is a semicolon separated list which elements are key=value form.
- setDataType(int) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.Raster
-
Sets the data type of this raster.
- setDeleteLocalFile(boolean) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the flag that indicates if the temporary output file will be deleted or not after is loaded in HDFS
- setDirectory(String) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the directory where the mosaic's ouput will be stored, it can be in NFS for regular FileSystem or in HDFS for Hadoop storage, depending on the setting for mosaics FileSystem.
- setExecuteMosaic(boolean) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets value to indicate if mosaic operation will be process or not, is is true by default
- setFileName(String) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the file name fot tue ouput mosaic
- setFilesToLoad(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterLoaderJob
-
Sets the files to load in this job.
- setFileSystem(String) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the Filesystem where mosaic will be stored
- setFileToProcess(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Sets the path of the single raster to process
- setFormat(String) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the format of the resulting image, like GTIFF, JPEG, PNG, etc.
- setGdalDataPath(String) - Method in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
-
Sets GDAL_DATA environment variable to this configuration, location of this folder must be shared to all instances of the cluster.
- setGdalPath(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterLoaderJob
-
Sets GDAL library path to this job
- setGdalPath(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Sets GDAL library path to this job
- setHdfsPathPrefix(String) - Method in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
-
Sets the default HDFS path prefix for this configuration.
- setHeight(int) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the height for this mosaic request.
- setJobHistoryAddress(String) - Method in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
-
Sets the job history server address for this configuration.
- setLayers(String) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the order of appearance of bands in output, if the list contains more bands that the ones configured for output, the rest are ignored.
- setMapreduceJobJar(String) - Method in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
-
Sets the jar that contains mapreduce application to attach in this configuration.
- setMosaicConfiguration(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Sets the mosaic configuration xml path into this job configuration
- setMosaicConfigurationObject(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Sets the mosaic configuration String in this job configuration
- setNoData(String) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the color for the NODATA values in the output.
- setOrder(String) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the order for the pieces in this mosaic request.
- setOrderAlgorithm(String) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the ordering algorithm for the images in this request.
- setOutputFolder(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterLoaderJob
-
Sets the hdfs output folder for the loaded rasters of this job.
- setPixelType(String) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the pixel type allowed for this mosaic and supported by gdal.
- setPixelXWidth(double) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the width for pixel values in X in this request.
- setPixelYWidth(double) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the width for pixel values in Y in this request.
- setProcessingClasses(String) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the processing classes for the related input.
- setProperty(String, String) - Method in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
-
Sets a property to this configuration.
- setRasterLocation(String) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.Raster
-
Sets the raster location, this is the .ohif path in HDFS
- setRasterThumbnailFolder(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterLoaderJob
-
Sets the folder to store thumbnails of the rasters loaded by this job.
- setReduceProcessingClasses(String) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the reducer processing classes for the related input.
- setResourceManagerAddress(String) - Method in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
-
Sets the address of the applications manager interface in the Resource Manager.
- setResourceManagerScheduler(String) - Method in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
-
Sets the Resource Manager scheduler interface for this configuration.
- setSrid(String) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the SRID for this mosaic request.
- setTemporaryFolder(String) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the temporary folder used when HDFS output is requested to store partial FS output before calling image loader job.
- setThumbnailFlag() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Activates the creation of a thumbnail in the loading process, whenever the HDFS output is configured for this process job
- setTileOverlap(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterLoaderJob
-
Sets the overlapping bytes per tile border for this job load
- setUpperLeftX(double) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the upper left point in X for this mosaic request.
- setUpperLeftY(double) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the upper left point in Y for this mosaic request
- setUser(String) - Method in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
-
Sets the ugi user to execute jobs created from this configuration.
- setUserNativeLibraries(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Sets the location to the native libraries that are used in the user processing classes to be executed in this job.
- setUserProcessingJar(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
-
Sets the location to the jar files that contain the user processing classes to be executed in this job.
- setWidth(int) - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
-
Sets the width for this mosaic request.
- setYarnApplicationClasspath(String) - Method in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
-
Sets the yarn application classpath to be used in this job