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 StringARGSstatic StringCOLLECTstatic StringEACHAstatic StringEACHBstatic StringEXPLODEstatic StringFORMATstatic StringFORMAT_GEOJSONstatic StringFORMAT_GMLstatic StringFORMAT_SVGstatic StringFORMAT_TXTstatic StringFORMAT_WKBstatic StringFORMAT_WKTstatic StringGEOMAstatic StringGEOMABstatic StringGEOMBstatic StringGEOMFUNCstatic StringHELPstatic StringINDEXstatic StringLIMITstatic StringOFFSETstatic StringOPstatic StringQUIETstatic StringREPEATstatic StringSOURCE_STDINstatic StringSRIDstatic StringTIMEstatic StringVstatic StringVALIDATEstatic StringVERBOSEstatic StringWHERE
-
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
-
INDEX
public static final String INDEX
- 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
-
QUIET
public static final String QUIET
- See Also:
- Constant Field Values
-
VALIDATE
public static final String VALIDATE
- See Also:
- Constant Field Values
-
WHERE
public static final String WHERE
- See Also:
- Constant Field Values
-
SOURCE_STDIN
public static final String SOURCE_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
-
-