Options
All
  • Public
  • Public/Protected
  • All
Menu

Schema for the result of a geospatial query operation. For the legacy, geojson, or application/vnd.geo+json format this is a GeoJson FeatureCollection with additional metadata in foreign members.

Hierarchy

  • GeoResult

Index

Properties

bookmark

bookmark: string

Opaque bookmark token used when paginating results.

Optional features

features?: export=.GeoJsonFeature[]

The array of GeoJSON Feature Objects matching the geospatial query.

rows

The array of rows matching the geospatial query. Present only when using view format.

Optional type

type?: string

Declaration of the GeoJSON type: FeatureCollection Object.

Generated using TypeDoc