Interface GeometryType
-
public interface GeometryType
-
-
Field Summary
Fields Modifier and Type Field Description static int
GEOMETRYCOLLECTION
static int
LINESTRING
static int
MULTILINESTRING
static int
MULTIPOINT
static int
MULTIPOLYGON
static int
POINT
static int
POLYGON
static int
WELLKNOWNTEXT
-
-
-
Field Detail
-
WELLKNOWNTEXT
static final int WELLKNOWNTEXT
- See Also:
- Constant Field Values
-
GEOMETRYCOLLECTION
static final int GEOMETRYCOLLECTION
- See Also:
- Constant Field Values
-
MULTIPOLYGON
static final int MULTIPOLYGON
- See Also:
- Constant Field Values
-
MULTILINESTRING
static final int MULTILINESTRING
- See Also:
- Constant Field Values
-
MULTIPOINT
static final int MULTIPOINT
- See Also:
- Constant Field Values
-
POLYGON
static final int POLYGON
- See Also:
- Constant Field Values
-
LINESTRING
static final int LINESTRING
- See Also:
- Constant Field Values
-
POINT
static final int POINT
- See Also:
- Constant Field Values
-
-