public class CmdArgs
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BOUNDARIES
The dimensions boundaries of the spatial data.
|
static java.lang.String |
DIMENSIONS
The number of dimensions of the spatial data
|
static java.lang.String |
GEODETIC
Whether the spatial data is geodetic or not
|
static java.lang.String |
HIERARCHY_DATA_PATHS
A comma-separated list of paths of different hierarchy level templates
|
static java.lang.String |
HIERARCHY_INDEX_PATH
The path where a hierarchy index will be stored or can be found.
|
static java.lang.String |
HIERARCHY_INFO
A
HierarchyInfo subclass used to describe a hierarchical data set |
static java.lang.String |
INDEX_MAP_FILE
Boolean parameter.
|
static java.lang.String |
INDEX_METADATA_DIR
The path to the directory where the spatial index metadata is stored
|
static java.lang.String |
INDEX_NAME
A spatial index name
|
static java.lang.String |
INPUT
The input data path as a path, a comma-separated list of paths or a path pattern
|
static java.lang.String |
INPUT_FORMAT
A subclass of InputFormat used to read the input data
|
static java.lang.String |
INPUT_LIST
Multiples input data sets specified in the following format: { {input_path1 inputFormatClass1 recordInfoProviderClass1} {input_path2 inputFormatClass2 recordInfoProviderClass2} ...
|
static java.lang.String |
IS_INPUT_INDEX
Whether a given input path is a spatial index or not.
|
static java.lang.String |
OUTPUT
The path where the job output will be stored
|
static java.lang.String |
OVERWRITE_INDEX_METADATA
Whether the spatial index metadata can be overwritten in case it already exists
|
static java.lang.String |
QUERY_WINDOW
A query window used in a spatial operation.
|
static java.lang.String |
RECORD_INFO_PROVIDER
A
RecordInfoProvider subclass to be used to interpret input records. |
static java.lang.String |
SAMPLER_CLASS |
static java.lang.String |
SAMPLING_RATIO
Sampling ratio
|
static java.lang.String |
SPATIAL_OPERATION
A spatial operation to be performed.
|
static java.lang.String |
SRID
The SRID of the spatial data
|
static java.lang.String |
TOLERANCE
The tolerance used with the spatial data
|
static java.lang.String |
WITHIN_DISTANCE
Distance parameter used for the within distance spatial operation
|
Constructor and Description |
---|
CmdArgs() |
public static final java.lang.String INDEX_METADATA_DIR
public static final java.lang.String OVERWRITE_INDEX_METADATA
public static final java.lang.String INDEX_NAME
public static final java.lang.String IS_INPUT_INDEX
public static final java.lang.String GEODETIC
public static final java.lang.String TOLERANCE
public static final java.lang.String SRID
public static final java.lang.String DIMENSIONS
public static final java.lang.String BOUNDARIES
public static final java.lang.String SPATIAL_OPERATION
public static final java.lang.String QUERY_WINDOW
public static final java.lang.String RECORD_INFO_PROVIDER
RecordInfoProvider
subclass to be used to interpret input records.public static final java.lang.String INPUT_FORMAT
public static final java.lang.String OUTPUT
public static final java.lang.String INPUT
public static final java.lang.String INPUT_LIST
INPUT
. inputFormatClass and recordInfoProviderClass are an InputFormat and RecordInfoProvider class implementations used to read the respective input_path.public static final java.lang.String HIERARCHY_INFO
HierarchyInfo
subclass used to describe a hierarchical data setpublic static final java.lang.String HIERARCHY_INDEX_PATH
public static final java.lang.String HIERARCHY_DATA_PATHS
public static final java.lang.String SAMPLING_RATIO
public static final java.lang.String SAMPLER_CLASS
public static final java.lang.String INDEX_MAP_FILE
public static final java.lang.String WITHIN_DISTANCE