DataType Class
Specifies the data type of index specs.
- Inheritance
-
builtins.objectDataType
Constructor
DataType()
Variables
- Number
- str
Represents a numeric data type.
- String
- str
Represents a string data type.
- Point
- str
Represents a point data type.
- LineString
- str
Represents a line string data type.
- Polygon
- str
Represents a polygon data type.
- MultiPolygon
- str
Represents a multi-polygon data type.
Attributes
LineString
LineString = 'LineString'
MultiPolygon
MultiPolygon = 'MultiPolygon'
Number
Number = 'Number'
Point
Point = 'Point'
Polygon
Polygon = 'Polygon'
String
String = 'String'
Feedback
Submit and view feedback for