Options
All
  • Public
  • Public/Protected
  • All
Menu

Schema for a geospatial index definition.

Hierarchy

  • GeoIndexDefinition

Index

Properties

Properties

index: string

String form of a JavaScript function that is called for each document in the database. The function takes the document as a parameter, extracts some geospatial data from it, and then calls the st_index function to index that data. The st_index takes a GeoJSON geometry as a parameter.

Generated using TypeDoc