DataType Class

Specifies the data type of index specs.

Inheritance
builtins.object
DataType

Constructor

DataType()

Attributes

LineString

Represents a line string data type.

LineString: Literal['LineString'] = 'LineString'

MultiPolygon

Represents a multi-polygon data type.

MultiPolygon: Literal['MultiPolygon'] = 'MultiPolygon'

Number

Represents a numeric data type.

Number: Literal['Number'] = 'Number'

Point

Represents a point data type.

Point: Literal['Point'] = 'Point'

Polygon

Represents a polygon data type.

Polygon: Literal['Polygon'] = 'Polygon'

String

Represents a string data type.

String: Literal['String'] = 'String'