Skip navigation links
Oracle Big Data Spatial and Graph
Raster Analysis Java API Reference
Release 2 (2.1) E74673-03
A C D E F G H I J L M O P R S U V Y 

A

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

C

closeHandlers() - Method in class oracle.spatial.hadoop.rasterapi.util.RasterProcessLogger
Closes all the handlers for this logger
conf - Variable in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
 
copyFromHDFStoLocal(String, String, Configuration) - Static method in class oracle.spatial.hadoop.rasterapi.core.HdfsUtil
Copies specified HDFS file to Local FileSystem
createRasterJob() - Method in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
Creates a raster job based on this configuration, if it was already created, no new job is created.
createRasterLoaderJob() - Method in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
Creates a raster loader job based on this configuration, if it was already created, no new job is created.
createRasterProcessorJob() - Method in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
Creates a raster processsing job based on this configuration, if it was already created, no new job is created.

D

DEFAULT_FS - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
Default path prefix used by the Hadoop FS client when none is given
deleteFile(String, Configuration) - Static method in class oracle.spatial.hadoop.rasterapi.core.HdfsUtil
Deletes file from HDFS
DESC - Static variable in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
Ouput ordering algorithm is performed descending
DIFFERENT - Static variable in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
 
dontExpandOutputDir() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterLoaderJob
Output results will be put in directory without expanding source path

E

EQUALS - Static variable in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
 
execute(String, Class<? extends InputFormat>, Class, Class<? extends Mapper>, Class<? extends Reducer>, Class, Class, Class, Class, String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterJob
Executes this job, using the received configuration params
execute() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterLoaderJob
Executes the configured raster loader job.
execute() - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
Executes the configured raster processing job.

F

FS - Static variable in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
Ouput filesystem is NFS

G

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
 

H

HADOOP_LIB_KEY - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
Path to Hadoop lib
HadoopConfiguration - Class in oracle.spatial.hadoop.rasterapi.core
Represents Hadoop Configuration to be used when executing the raster jobs.
HadoopConfiguration(Properties) - Constructor for class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
Class Constructor creates a new Configuration object and sets the related properties.
HadoopConfiguration() - Constructor for class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
Class Constructor creates a new Configuration object.
HadoopProperties - Class in oracle.spatial.hadoop.rasterapi.core
Properties used internally to set the jobs
HadoopProperties() - Constructor for class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
 
HDFS - Static variable in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
Output filesystem is HDFS
HDFS_BLOCK_SIZE - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
HDFS block size porperty
HdfsUtil - Class in oracle.spatial.hadoop.rasterapi.core
Utilitary methods to create and execute the jobs
HdfsUtil() - Constructor for class oracle.spatial.hadoop.rasterapi.core.HdfsUtil
 

I

isDeleteLocalFile() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
Gets the flag that indicates if the temporary output file will be deleted or not after is loaded in HDFS
isExecuteMosaic() - Method in class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
Gets value to indicate if mosaic operation will be process or not, is is true by default

J

job - Variable in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterJob
 

L

LESS - Static variable in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
 
LESS_OR_EQUAL - Static variable in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
 
listFolderContent(Configuration, String) - Static method in class oracle.spatial.hadoop.rasterapi.core.HdfsUtil
Lists the content of the specified HDFS folder
log - Variable in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterJob
 

M

MAPREDUCE_FRAMEWORK - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
Property to set mapreduce.framework.name
MAPREDUCE_IOSORT_MB - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
Property to set mapreduce.task.io.sort.mb
MAPREDUCE_JOB_JAR - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
Property to set mapreduce.job.jar
MAPREDUCE_JOBHISTORY - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
Property to set mapreduce.jobhistory.address
MAPREDUCE_MAP_ENV - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
Property to set mapreduce.map.env
MAPREDUCE_MAP_JAVA_OPTS - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
Property to set mapreduce.map.java.opts
MAPREDUCE_MAP_MEMORY_MB - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
Property to set mapreduce.map.memory.mb
MAPREDUCE_REDUCE_ENV - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
Property to set mapreduce.reduce.env
MAPREDUCE_REDUCE_JAVA_OPTS - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
Property to set mapreduce.reduce.java.opts
MAPREDUCE_REDUCE_MEMORY_MB - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
Property to set mapreduce.reduce.memory.mb
MIMIMUM_TASK_ADDITION_MB - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
Minimum MB addition to tasks set to 32
MosaicConfiguration - Class in oracle.spatial.hadoop.rasterapi.core.beans
Represents the configuration for the mosaic output, includes the resolution, format, datatype, coordinates , required processing and every single feature of the expected mosaic output.
MosaicConfiguration() - Constructor for class oracle.spatial.hadoop.rasterapi.core.beans.MosaicConfiguration
Class constructor.
MULTIPLE_INVERSE_MASK - Static variable in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
Inverse Mask operation for multiple rasters, set in input configuration xml
MULTIPLE_MASK - Static variable in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
Mask operation for multiple rasters, set in input configuration xml

O

ONE_MEGABYTE - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
Number of byte in one megabyte
open(Path, Configuration) - Static method in class oracle.spatial.hadoop.rasterapi.core.HdfsUtil
Opens the specified file.
oracle.spatial.hadoop.rasterapi.core - package oracle.spatial.hadoop.rasterapi.core
 
oracle.spatial.hadoop.rasterapi.core.beans - package oracle.spatial.hadoop.rasterapi.core.beans
 
oracle.spatial.hadoop.rasterapi.core.jobs - package oracle.spatial.hadoop.rasterapi.core.jobs
 
oracle.spatial.hadoop.rasterapi.util - package oracle.spatial.hadoop.rasterapi.util
 

P

printProperties() - Method in class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
Dumps the configuration to system console, for debugging.

R

Raster - Class in oracle.spatial.hadoop.rasterapi.core.beans
Represents a raster already loaded in HFDS, used to create a catalog that is sent for processing to Hadooop
Raster() - Constructor for class oracle.spatial.hadoop.rasterapi.core.beans.Raster
 
RasterCatalog - Class in oracle.spatial.hadoop.rasterapi.core.beans
Represents a catalog that groups rasters to be sent for processing to Hadoop
RasterCatalog() - Constructor for class oracle.spatial.hadoop.rasterapi.core.beans.RasterCatalog
 
RasterJob - Class in oracle.spatial.hadoop.rasterapi.core.jobs
Represents a base Hadooop job that can be executed using the received configuration.
RasterJob(Configuration) - Constructor for class oracle.spatial.hadoop.rasterapi.core.jobs.RasterJob
Job constructor using a previously existing configuration
RasterLoaderJob - Class in oracle.spatial.hadoop.rasterapi.core.jobs
Represents a Hadoop job that executes the loading of rasters into HDFS using the received configuration.
RasterLoaderJob(Configuration) - Constructor for class oracle.spatial.hadoop.rasterapi.core.jobs.RasterLoaderJob
Raster Loader Job constructor using an existing configuration
RasterProcessLogger - Class in oracle.spatial.hadoop.rasterapi.util
 
RasterProcessLogger() - Constructor for class oracle.spatial.hadoop.rasterapi.util.RasterProcessLogger
 
RasterProcessorJob - Class in oracle.spatial.hadoop.rasterapi.core.jobs
Represents a Hadooop job that process a catalog of rasters upon user specification and creates a mosaic after the processing
RasterProcessorJob(Configuration) - Constructor for class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
Constructor for raster procesor job

S

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

U

USER - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
User that will execute the jobs, used for remote call

V

validatePathExistence(Configuration, String) - Static method in class oracle.spatial.hadoop.rasterapi.core.HdfsUtil
Validates if the specified HDFS path exists

Y

YARN_ADDRESS - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
Property to set yarn.resourcemanager.address
YARN_APPLICATION_CLASSPATH - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
Property to set yarn.application.classpath
YARN_LOG_DIR - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
Property to set yarn.nodemanager.remote-app-log-dir
YARN_LOG_DIR_SUFFIX - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
Property to set yarn.nodemanager.remote-app-log-dir-suffix
YARN_SCHEDULER_ADDRESS - Static variable in class oracle.spatial.hadoop.rasterapi.core.HadoopProperties
Property to set yarn.resourcemanager.scheduler.address
A C D E F G H I J L M O P R S U V Y 
Skip navigation links
Oracle Big Data Spatial and Graph
Raster Analysis Java API Reference
Release 2 (2.1) E74673-03

Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.