Vector Spark API REST Endpoints

Vector Spark API
The operations from the Vector Spark API category.
Create a spatial index using the Spark API
Method: post
Path: /spatialviewer/api/v1/spark/createIndex
Delete a spatial index
Method: delete
Path: /spatialviewer/api/v1/spark/indexes/{indexName}
Filter spatially the records using the Spark API
Method: get
Path: /spatialviewer/api/v1/spark/filter
Joins the records of two spatial data sets.
Method: post
Path: /spatialviewer/api/v1/spark/spatialJoin
List Spark spatial indexes
Method: get
Path: /spatialviewer/api/v1/spark/indexes
Returns the K nearest elements to a given geometry.
Method: post
Path: /spatialviewer/api/v1/spark/nearestNeighbors
Run a streaming job to spatially filter the results or perform a nearest neighbors analysis.
Method: post
Path: /spatialviewer/api/v1/spark/streaming
Service to categorize records of a given index.
Method: post
Path: /spatialviewer/api/v1/spark/categorize
Submit a SQL query and return results.
Method: post
Path: /spatialviewer/api/v1/spark/sqlQuery