diff --git a/openapi/examples/movingFeature_MF_JSON.json b/openapi/examples/movingFeature_MF_JSON.json index a716945..741a87b 100644 --- a/openapi/examples/movingFeature_MF_JSON.json +++ b/openapi/examples/movingFeature_MF_JSON.json @@ -33,7 +33,7 @@ "datetimes": ["2011-07-14T22:01:01.450Z", "2011-07-14T23:01:01.450Z", "2011-07-15T00:01:01.450Z"], "length": { "type": "Measure", - "form": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length", + "form": "http://qudt.org/vocab/quantitykind/Length", "values": [1.0, 2.4, 1.0], "interpolation": "Linear", }, diff --git a/openapi/examples/temporalProperties.json b/openapi/examples/temporalProperties.json index af3b4a7..05dd09a 100644 --- a/openapi/examples/temporalProperties.json +++ b/openapi/examples/temporalProperties.json @@ -4,7 +4,7 @@ "datetimes": ["2011-07-14T22:01:06.000Z", "2011-07-14T22:01:07.000Z", "2011-07-14T22:01:08.000Z"], "length": { "type": "Measure", - "form": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length", + "form": "http://qudt.org/vocab/quantitykind/Length", "values": [1.0, 2.4, 1.0], "interpolation": "Linear" }, diff --git a/openapi/examples/temporalPropertyCollection.json b/openapi/examples/temporalPropertyCollection.json index bcfb020..32cce35 100644 --- a/openapi/examples/temporalPropertyCollection.json +++ b/openapi/examples/temporalPropertyCollection.json @@ -3,7 +3,7 @@ { "name": "length", "type": "TReal", - "form": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length" + "form": "http://qudt.org/vocab/quantitykind/Length" }, { "name": "speed", diff --git a/openapi/examples/temporalProperty_MF_JSON.json b/openapi/examples/temporalProperty_MF_JSON.json index c36c347..b9869ef 100644 --- a/openapi/examples/temporalProperty_MF_JSON.json +++ b/openapi/examples/temporalProperty_MF_JSON.json @@ -3,7 +3,7 @@ "datetimes": ["2011-07-14T22:01:01.450Z", "2011-07-14T23:01:01.450Z", "2011-07-15T00:01:01.450Z"], "length": { "type": "Measure", - "form": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length", + "form": "http://qudt.org/vocab/quantitykind/Length", "values": [1.0, 2.4, 1.0], "interpolation": "Linear", }, diff --git a/openapi/ogcapi-movingfeatures-1.bundled.json b/openapi/ogcapi-movingfeatures-1.bundled.json index 4247e4e..c4ec6ba 100644 --- a/openapi/ogcapi-movingfeatures-1.bundled.json +++ b/openapi/ogcapi-movingfeatures-1.bundled.json @@ -434,7 +434,7 @@ ], "length": { "type": "Measure", - "form": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length", + "form": "http://qudt.org/vocab/quantitykind/Length", "values": [ 1, 2.4, @@ -1030,7 +1030,7 @@ ], "length": { "type": "Measure", - "form": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length", + "form": "http://qudt.org/vocab/quantitykind/Length", "values": [ 1, 2.4, @@ -3186,7 +3186,7 @@ ], "length": { "type": "Measure", - "form": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length", + "form": "http://qudt.org/vocab/quantitykind/Length", "values": [ 1, 2.4, diff --git a/openapi/ogcapi-movingfeatures-1.bundled.yaml b/openapi/ogcapi-movingfeatures-1.bundled.yaml index 96cad40..1c2de21 100644 --- a/openapi/ogcapi-movingfeatures-1.bundled.yaml +++ b/openapi/ogcapi-movingfeatures-1.bundled.yaml @@ -295,7 +295,7 @@ paths: - '2011-07-15T00:01:01.450Z' length: type: Measure - form: http://www.qudt.org/qudt/owl/1.0.0/quantity/Length + form: http://qudt.org/vocab/quantitykind/Length values: - 1 - 2.4 @@ -687,7 +687,7 @@ paths: - '2011-07-15T00:01:01.450Z' length: type: Measure - form: http://www.qudt.org/qudt/owl/1.0.0/quantity/Length + form: http://qudt.org/vocab/quantitykind/Length values: - 1 - 2.4 @@ -2194,7 +2194,7 @@ components: - '2011-07-14T22:01:08.000Z' length: type: Measure - form: http://www.qudt.org/qudt/owl/1.0.0/quantity/Length + form: http://qudt.org/vocab/quantitykind/Length values: - 1 - 2.4 diff --git a/openapi/openapi-movingfeatures-1.html b/openapi/openapi-movingfeatures-1.html index d1add90..684a0bc 100644 --- a/openapi/openapi-movingfeatures-1.html +++ b/openapi/openapi-movingfeatures-1.html @@ -438,7 +438,7 @@ " class="sc-iKOmoZ sc-cCzLxZ WVNwY VEBGS sc-ckdEwu LxEPk">

A list of all API definition generated by Open API Specification

Response samples

Content type
application/json
{
  • "openapi": "3.0.3",
  • "info": {},
  • "tags": [
    ],
  • "paths": {
    },
  • "components": {
    }
}

Retrieve catalogs of moving features collection

Response samples

Content type
application/json
{
  • "openapi": "3.0.3",
  • "info": {},
  • "tags": [
    ],
  • "paths": {
    },
  • "components": {
    }
}

Retrieve catalogs of moving features collection

A user can retrieve catalogs to access collections by simple filtering and a limit.

Responses

Request samples

Content type
application/json
{
  • "type": "Feature",
  • "crs": {
    },
  • "trs": {},
  • "temporalGeometry": {
    },
  • "temporalProperties": [
    ],
  • "geometry": {
    },
  • "properties": {},
  • "bbox": [
    ],
  • "time": [
    ],
  • "id": "mf-1"
}

Response samples

Content type
application/json
{
  • "code": "500",
  • "description": "Server Internal Error"
}

Access the static data of the moving feature

Request samples

Content type
application/json
{
  • "type": "Feature",
  • "crs": {
    },
  • "trs": {},
  • "temporalGeometry": {
    },
  • "temporalProperties": [
    ],
  • "geometry": {
    },
  • "properties": {},
  • "bbox": [
    ],
  • "time": [
    ],
  • "id": "mf-1"
}

Response samples

Content type
application/json
{
  • "code": "500",
  • "description": "Server Internal Error"
}

Access the static data of the moving feature

A user can access a static data of a moving feature with id mFeatureId.

The static data of a moving feature is not included temporal geometries and temporal properties.

@@ -1034,7 +1034,7 @@ " class="sc-iKOmoZ sc-cCzLxZ WVNwY VEBGS sc-ckdEwu LxEPk">

A query parameter was not validly used.

Response samples

Content type
application/json
{}

Add temporal property data

Response samples

Content type
application/json
{}

Add temporal property data

A user SHOULD add new temporal property data into a moving feature with id mFeatureId.

The request body schema SHALL follows the TemporalProperties object in the OGC MF-JSON.

@@ -1054,7 +1054,7 @@

Request samples

Content type
application/json
[
  • {
    },
  • {}
]

Response samples

Content type
application/json
{
  • "code": "500",
  • "description": "Server Internal Error"
}

Retrieve a temporal property

Request samples

Content type
application/json
[
  • {
    },
  • {}
]

Response samples

Content type
application/json
{
  • "code": "500",
  • "description": "Server Internal Error"
}

Retrieve a temporal property

A user can retrieve only the temporal values with a specified name tPropertyName of temporal property.

path Parameters
collectionId
required
string

local identifier of a collection

@@ -1172,7 +1172,7 @@ " class="sc-iKOmoZ sc-cCzLxZ WVNwY VEBGS sc-ckdEwu LxEPk">

A server error occurred.

Response samples

Content type
application/json
{
  • "code": "500",
  • "description": "Server Internal Error"
}