Table of Contents

siteResource

Description

A resource type for a site

The siteResource schema inherits from landUseResourceType.

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
Classifications A set of hierarchical classifications for the Site. No Array of  classificationType
Activities A set of land use activities for this Site. No Array of  landUseActivityType
TotalArea If the feature is a polygon, the total area (default is in square metres - MTK) No areaMeasureType
TotalLength If the feature is linear, the total length. If a polygon, the perimeter (default is in metres - MTR) No lengthMeasureType
Id Unique identifier (UUID) used within the current server to identify the resource. Yes string
Identifiers Identifiers for the resource (see well-known/schemes... for example identity schemes). No Array of  identifierType
Links Linked resources that are related to the current resource. No Array of  relationType
Meta Meta-data for the resource. Mandatory if you wish to support synchronisation. Yes metaDataType
Name A user-readable name for the resource. No string
Self Uniform resource identifier (URI) of the resource (rel=self). No string

Examples

Example 1