Geospatial Functions
Kinetica has several geospatial-specific functions, as listed below. For more information on each, refer to the Functions section of the documentation.
Filters
| Name |
Description |
| Filter by Area |
Creates a view table containing objects from the source table that are within an area of interest |
| Filter by Box |
Creates a view table containing objects from the source table that are within a rectangular box |
| Filter by Geometry |
Creates a view table by applying a geometry filter against a spatial column in a given table |
| Filter by Radius |
Creates a view table containing objects from the source table that are within a circle with the given radius and center point |
| Filter by Series |
Creates a view table containing all records from the source table that are part of the given track |
Retrieving Track Data
| Name |
Description |
| Get Records By Series |
Retrieves complete series/track records |
Aggregation Functions
| Name |
Description |
| Aggregate Convex Hull |
Calculates and returns the smallest set containing the convex hull for the values in the given table |
Video Generation
| Name |
Description |
| Visualize Video |
Generates video frames from the map objects in a table, based on a dates/times stored in a TIMESTAMP column |