Package org.locationtech.jts.io
Class WKTConstants
- java.lang.Object
-
- org.locationtech.jts.io.WKTConstants
-
public class WKTConstants extends Object
Constants used in the WKT (Well-Known Text) format.- Author:
- Martin Davis
-
-
Field Summary
Fields Modifier and Type Field Description static String
EMPTY
static String
GEOMETRYCOLLECTION
static String
LINEARRING
static String
LINESTRING
static String
M
static String
MULTILINESTRING
static String
MULTIPOINT
static String
MULTIPOLYGON
static String
POINT
static String
POLYGON
static String
Z
static String
ZM
-
Constructor Summary
Constructors Constructor Description WKTConstants()
-
-
-
Field Detail
-
GEOMETRYCOLLECTION
public static final String GEOMETRYCOLLECTION
- See Also:
- Constant Field Values
-
LINEARRING
public static final String LINEARRING
- See Also:
- Constant Field Values
-
LINESTRING
public static final String LINESTRING
- See Also:
- Constant Field Values
-
MULTIPOLYGON
public static final String MULTIPOLYGON
- See Also:
- Constant Field Values
-
MULTILINESTRING
public static final String MULTILINESTRING
- See Also:
- Constant Field Values
-
MULTIPOINT
public static final String MULTIPOINT
- See Also:
- Constant Field Values
-
POINT
public static final String POINT
- See Also:
- Constant Field Values
-
POLYGON
public static final String POLYGON
- See Also:
- Constant Field Values
-
EMPTY
public static final String EMPTY
- See Also:
- Constant Field Values
-
M
public static final String M
- See Also:
- Constant Field Values
-
Z
public static final String Z
- See Also:
- Constant Field Values
-
ZM
public static final String ZM
- See Also:
- Constant Field Values
-
-