Skip to main content

Points

A point can be any record that has fields containing the longitude and latitude of a geospatial point.

Shapes

Kinetica supports the following WKT types: Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon, and GeometryCollection. WKT shapes can include a z-level value ranging from -128 to +128 but rendering points on the z-axis (e.g., via Web Map Service or GAdmin) is currently not supported.
Though LINEARRING WKT types may be inserted into tables, any LINEARRINGs used within a geospatial function will be converted to a LINESTRING
Examples of WKTs include:

Tracks

Tracks are a set of points which represent the path an object takes across the map. Unlike a WKT multiline string, each point in a track has an associated timestamp. Taken together: the longitude, latitude, and timestamp in each record describe where the object was at a given time; all points in a given track should contain the same track ID. Tables containing tracks must have columns of the following names and types (names are case-sensitive): Any table created with these columns that does not define a shard key with automatically have one added. Track-based tables can utilize partitioning for better performance and data management. See Partitioning for details and limitations. Tracks can be accessed via the following means:

Labels

Labels are text labels located at specified positions on the map. Each label can optionally be enclosed in a box and can have a line pointing to a specific location.