Available Data Types

Odysseus provides a wide range of data types for your processing.

Numeric Types

Double

A double-precision 64-bit IEEE 754 floating point.

Float

A single-precision 32-bit IEEE 754 floating point.

Long

A 64-bit signed two's complement integer. Permissible values are -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 (inclusive).

Integer

A 32-bit signed two's complement integer. Permissible values are -2,147,483,648 to 2,147,483,647 (inclusive).

Short

A 16-bit signed two's complement integer. Permissible values are -32,768 to 32,767 (inclusive).

Byte

An 8-bit signed two's complement integer. Permissible values are -128 to 127 (inclusive).

String Types

Date and Time Types

 

Optional Data Types

The following data types are not part of the Odysseus Core and may be restricted.

Spatial Data Types (Spatial Feature)

SpatialGeometry

SpatialGeometryCollection

SpatialCoordinate

SpatialCoordinateSequence

SpatialPolarCoordinate

SpatialPoint

SpatialMultiPoint

SpatialLineString

SpatialMultiLineString

SpatialLinearRing

SpatialLinearRingArray

SpatialPolygon

SpatialMultiPolygon