EnumGeometryType
Represents the type of the stored geometry
enum EnumGeometryType {
POINT
LINE_STRING
POLYGON
MULTI_POINT
MULTI_LINE_STRING
MULTI_POLYGON
}
Represents the type of the stored geometry
enum EnumGeometryType {
POINT
LINE_STRING
POLYGON
MULTI_POINT
MULTI_LINE_STRING
MULTI_POLYGON
}
EnumGeometryType.POINT
EnumGeometryType.LINE_STRING
EnumGeometryType.POLYGON
EnumGeometryType.MULTI_POINT
EnumGeometryType.MULTI_LINE_STRING
EnumGeometryType.MULTI_POLYGON