Interface GeometryType
-
public interface GeometryType
-
-
Field Summary
Fields Modifier and Type Field Description static intGEOMETRYCOLLECTIONstatic intLINESTRINGstatic intMULTILINESTRINGstatic intMULTIPOINTstatic intMULTIPOLYGONstatic intPOINTstatic intPOLYGONstatic intWELLKNOWNTEXT
-
-
-
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
-
-