| Class | Description | 
|---|---|
| BaseJob<K,V> | 
 Defines the basic parameters and validations for vector jobs 
 | 
| Binning<K,V> | 
 This class can be used to run or configure a job for performing spatial binning. 
 | 
| Categorization<K,V> | 
 This class can be used to run or configure a job for categorizing records of an input dataset into features of a hierarchical dataset. 
 | 
| IndexedInputBaseJob<K,V> | 
 Base implementation for jobs which accept a spatial index as input. 
 | 
| KMeansClustering<K,V> | 
 Class used to perform spatial clustering over an input data set.The clustering is performed running one or more jobs iteratively. 
 | 
| MultipleInputsJob | 
 Base driver class for jobs that accept more than one input data sets which are processed by the same mapper. 
 | 
| Partitioning | 
 This class can be used to run or configure a job for spatially partitioning one or more data sets. 
Partitioning can be performed using only a fraction of the input data size by setting the Partitioning.setSamplingRatio(double) property (by default it is set to 0.1).The job's output is a partitioning file, a GeoJSON file containing the generated partitions with information such as the partition geometry and number of elements in the partition.  | 
| SpatialFilter<K,V> | 
 Runs or configures a job for performing spatial filtering over an input data set. 
 | 
| SpatialIndexing<K,V> | 
 This class can be used to run or configure a job for creating a spatial index over a dataset. 
 | 
| SpatialJoin | 
 This class can be used to run or configure a job for joining pairs of records from different data sets based on a spatial interaction between records. 
A partitioning result file as generated by Partitioning is required to perform the spatial join. | 
| SuggestService<K,V> | 
 Runs a or configures a job for suggesting locations for texts in input records using MVSuggest. 
 | 
| SuggestService.MVSMapper<K,V> | 
 Maps location texts from input records to a suggested feature/layer returned by MVSuggest 
 | 
| SuggestService.SuggestServiceReducer<K,V> | 
 Collects all the different texts associated to each feature id/layer 
 | 
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.