Oracle Big Data Spatial and Graph Raster Analysis Java API Reference
Release 1.2

E74673-01
A C D E F G H I J L M O P R S V 

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 DEFINED operation to this job, where 0 is set to the pixel if it has a value and 1 otherwise
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
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

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
 

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(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

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 <class>Configuration</class> object and sets the related properties.
HadoopConfiguration() - Constructor for class oracle.spatial.hadoop.rasterapi.core.HadoopConfiguration
Class Constructor creates a new <class>Configuration</class> object.
HDFS - Static variable in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
Output filesystem is HDFS
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

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

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.

O

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

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.
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.
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.
setUserProcessingJar(String) - Method in class oracle.spatial.hadoop.rasterapi.core.jobs.RasterProcessorJob
Sets the location to the jar that contains 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

V

validatePathExistence(Configuration, String) - Static method in class oracle.spatial.hadoop.rasterapi.core.HdfsUtil
Validates if the specified HDFS path exists
A C D E F G H I J L M O P R S V 
Oracle Big Data Spatial and Graph Raster Analysis Java API Reference
Release 1.2

E74673-01

Copyright © 2016, Oracle and/or its affiliates. All rights reserved.