Package org.locationtech.jtstest.cmd
Class CommandOptions
- java.lang.Object
-
- org.locationtech.jtstest.cmd.CommandOptions
-
public class CommandOptions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ARGS
static String
COLLECT
static String
EACHA
static String
EACHB
static String
EXPLODE
static String
FORMAT
static String
FORMAT_GEOJSON
static String
FORMAT_GML
static String
FORMAT_SVG
static String
FORMAT_TXT
static String
FORMAT_WKB
static String
FORMAT_WKT
static String
GEOMA
static String
GEOMAB
static String
GEOMB
static String
GEOMFUNC
static String
HELP
static String
INDEX
static String
LIMIT
static String
OFFSET
static String
OP
static String
REPEAT
static String
SRID
static String
STDIN
static String
TIME
static String
V
static String
VALIDATE
static String
VERBOSE
static String
WHERE
-
Constructor Summary
Constructors Constructor Description CommandOptions()
-
-
-
Field Detail
-
GEOMFUNC
public static final String GEOMFUNC
- See Also:
- Constant Field Values
-
VERBOSE
public static final String VERBOSE
- See Also:
- Constant Field Values
-
OP
public static final String OP
- See Also:
- Constant Field Values
-
EXPLODE
public static final String EXPLODE
- See Also:
- Constant Field Values
-
FORMAT
public static final String FORMAT
- See Also:
- Constant Field Values
-
GEOMA
public static final String GEOMA
- See Also:
- Constant Field Values
-
GEOMB
public static final String GEOMB
- See Also:
- Constant Field Values
-
GEOMAB
public static final String GEOMAB
- See Also:
- Constant Field Values
-
COLLECT
public static final String COLLECT
- See Also:
- Constant Field Values
-
HELP
public static final String HELP
- See Also:
- Constant Field Values
-
V
public static final String V
- See Also:
- Constant Field Values
-
REPEAT
public static final String REPEAT
- See Also:
- Constant Field Values
-
SRID
public static final String SRID
- See Also:
- Constant Field Values
-
EACHA
public static final String EACHA
- See Also:
- Constant Field Values
-
EACHB
public static final String EACHB
- See Also:
- Constant Field Values
-
ARGS
public static final String ARGS
- See Also:
- Constant Field Values
-
VALIDATE
public static final String VALIDATE
- See Also:
- Constant Field Values
-
INDEX
public static final String INDEX
- See Also:
- Constant Field Values
-
STDIN
public static final String STDIN
- See Also:
- Constant Field Values
-
FORMAT_GML
public static final String FORMAT_GML
- See Also:
- Constant Field Values
-
FORMAT_WKB
public static final String FORMAT_WKB
- See Also:
- Constant Field Values
-
FORMAT_TXT
public static final String FORMAT_TXT
- See Also:
- Constant Field Values
-
FORMAT_WKT
public static final String FORMAT_WKT
- See Also:
- Constant Field Values
-
FORMAT_GEOJSON
public static final String FORMAT_GEOJSON
- See Also:
- Constant Field Values
-
FORMAT_SVG
public static final String FORMAT_SVG
- See Also:
- Constant Field Values
-
TIME
public static final String TIME
- See Also:
- Constant Field Values
-
LIMIT
public static final String LIMIT
- See Also:
- Constant Field Values
-
OFFSET
public static final String OFFSET
- See Also:
- Constant Field Values
-
WHERE
public static final String WHERE
- See Also:
- Constant Field Values
-
-