Table of Contents

pfSpatialResourceType

Description

A resource type representing spatial entites

Properties

Name Description Required Type
SpatialFeature The geojson feature, with its geometry No geoJsonFeature
Centroid The centroid of the spatial resource. If the spatial feature is not convex, the centroid may lie outside the bounds of the spatial feature No geoJsonPoint

Examples

Example 1

{
  "spatialFeature": {
    "geometry": {
      "coordinates": [
        [
          [
            175.3059575024784,
            -37.779497288615744
          ],
          [
            175.3059575024784,
            -37.77961300783813
          ],
          [
            175.31101680818904,
            -37.77961300783813
          ],
          [
            175.31101680818904,
            -37.779497288615744
          ],
          [
            175.3059575024784,
            -37.779497288615744
          ]
        ]
      ]
    }
  }
}