public class SpatialIndexTextInputFormat
extends <any>
Input format used to filter using a given spatial index. The information is filtered based on a minimum bounding rectangle (MBR) specified in the job parameter oracle.spatial.spatialQueryWindow. The parameter oracle.spatial.spatialQueryWindow has to be a string in GeoJSON format. The output will be the records in GeoJSON format. To add the index extra fields to the returned result specify the fields names separated by comma in the job parameter oracle.spatial.index.includeExtraFields.