public static final class FilterByTableRequest.Options extends Object
FILTER_MODE
: String indicating the filter mode, either in_table
or not_in_table
.
Supported values:
The default value is IN_TABLE
.
MODE
: Mode - should be either spatial
or normal
.
Supported values:
The default value is NORMAL
.
BUFFER
: Buffer
size, in meters. Only relevant for spatial
mode.
BUFFER_METHOD
: Method used to buffer polygons. Only relevant for
spatial
mode.
Supported values:
The default value is NORMAL
.
MAX_PARTITION_SIZE
: Maximum number of points in a partition. Only
relevant for spatial
mode.
MAX_PARTITION_SCORE
: Maximum number of points * edges in a partition.
Only relevant for spatial
mode.
X_COLUMN_NAME
: Name of column containing x value of point being
filtered in spatial
mode.
Y_COLUMN_NAME
: Name of column containing y value of point being
filtered in spatial
mode.
options
.Modifier and Type | Field and Description |
---|---|
static String |
BUFFER
Buffer size, in meters.
|
static String |
BUFFER_METHOD
Method used to buffer polygons.
|
static String |
FILTER_MODE
String indicating the filter mode, either
in_table or not_in_table . |
static String |
GEOS
Use geos 1 edge per corner algorithm
|
static String |
IN_TABLE |
static String |
MAX_PARTITION_SCORE
Maximum number of points * edges in a partition.
|
static String |
MAX_PARTITION_SIZE
Maximum number of points in a partition.
|
static String |
MODE
Mode - should be either
spatial or normal . |
static String |
NORMAL |
static String |
NOT_IN_TABLE |
static String |
SPATIAL |
static String |
X_COLUMN_NAME
Name of column containing x value of point being filtered in
spatial mode. |
static String |
Y_COLUMN_NAME
Name of column containing y value of point being filtered in
spatial mode. |
public static final String FILTER_MODE
in_table
or not_in_table
.
Supported values:
The default value is IN_TABLE
.public static final String IN_TABLE
public static final String NOT_IN_TABLE
public static final String MODE
public static final String NORMAL
public static final String SPATIAL
public static final String BUFFER
spatial
mode.public static final String BUFFER_METHOD
spatial
mode.
Supported values:
The default value is NORMAL
.public static final String GEOS
public static final String MAX_PARTITION_SIZE
spatial
mode.public static final String MAX_PARTITION_SCORE
spatial
mode.public static final String X_COLUMN_NAME
spatial
mode.public static final String Y_COLUMN_NAME
spatial
mode.Copyright © 2017. All rights reserved.