You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: standard/clause_specification_text.adoc
+30-52Lines changed: 30 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1059,7 +1059,7 @@ Requirements for all domain types defined in this OGC Community Standard:
1059
1059
1060
1060
- A domain with Grid domain type MUST have the axes `"x"` and `"y"` and MAY have the axes `"z"` and `"t"`.
1061
1061
1062
-
Domain example:
1062
+
Domain example of a Grid:
1063
1063
1064
1064
[%unnumbered%]
1065
1065
```json
@@ -1076,7 +1076,7 @@ Domain example:
1076
1076
}
1077
1077
```
1078
1078
1079
-
Coverage example:
1079
+
Coverage example of a Grid:
1080
1080
1081
1081
[%unnumbered%]
1082
1082
```json
@@ -1114,7 +1114,7 @@ Coverage example:
1114
1114
- A domain with VerticalProfile domain type MUST have the axes `"x"`, `"y"`, and `"z"`, where `"x"` and `"y"` MUST have a single coordinate value only.
1115
1115
- A domain with VerticalProfile domain type MAY have the axis `"t"` which MUST have a single coordinate value only.
1116
1116
1117
-
Domain example:
1117
+
Domain example of a VerticalProfile:
1118
1118
1119
1119
[%unnumbered%]
1120
1120
```json
@@ -1131,7 +1131,7 @@ Domain example:
1131
1131
}
1132
1132
```
1133
1133
1134
-
Coverage example:
1134
+
Coverage example of a VerticalProfile:
1135
1135
1136
1136
[%unnumbered%]
1137
1137
```json
@@ -1170,7 +1170,7 @@ Coverage example:
1170
1170
- A domain with PointSeries domain type MUST have the axes `"x"`, `"y"`, and `"t"` where `"x"` and `"y"` MUST have a single coordinate value only.
1171
1171
- A domain with PointSeries domain type MAY have the axis `"z"` which MUST have a single coordinate value only.
1172
1172
1173
-
Domain example:
1173
+
Domain example of a PointSeries:
1174
1174
1175
1175
[%unnumbered%]
1176
1176
```json
@@ -1187,7 +1187,7 @@ Domain example:
1187
1187
}
1188
1188
```
1189
1189
1190
-
Coverage example:
1190
+
Coverage example of a PointSeries:
1191
1191
1192
1192
[%unnumbered%]
1193
1193
```json
@@ -1225,7 +1225,7 @@ Coverage example:
1225
1225
1226
1226
- A domain with Point domain type MUST have the axes `"x"` and `"y"` and MAY have the axes `"z"` and `"t"` where all MUST have a single coordinate value only.
1227
1227
1228
-
Domain example:
1228
+
Domain example of a Point:
1229
1229
1230
1230
[%unnumbered%]
1231
1231
```json
@@ -1242,7 +1242,7 @@ Domain example:
1242
1242
}
1243
1243
```
1244
1244
1245
-
Coverage example:
1245
+
Coverage example of a Point:
1246
1246
1247
1247
[%unnumbered%]
1248
1248
```json
@@ -1279,7 +1279,7 @@ Coverage example:
1279
1279
- A domain with MultiPointSeries domain type MUST have the axes `"composite"` and `"t"`.
1280
1280
- The axis `"composite"` MUST have the data type `"tuple"` and the coordinate identifiers `"x","y","z"` or `"x","y"`, in that order.
1281
1281
1282
-
Domain example:
1282
+
Domain example of a MultiPointSeries:
1283
1283
1284
1284
[%unnumbered%]
1285
1285
```json
@@ -1301,7 +1301,7 @@ Domain example:
1301
1301
}
1302
1302
```
1303
1303
1304
-
Domain example without z:
1304
+
Domain example a MultiPointSeries without z:
1305
1305
1306
1306
[%unnumbered%]
1307
1307
```json
@@ -1323,7 +1323,7 @@ Domain example without z:
1323
1323
}
1324
1324
```
1325
1325
1326
-
Coverage example:
1326
+
Coverage example of a MultiPointSeries:
1327
1327
1328
1328
[%unnumbered%]
1329
1329
```json
@@ -1367,7 +1367,7 @@ Coverage example:
1367
1367
- A domain with MultiPoint domain type MUST have the axis `"composite"` and MAY have the axis `"t"` where `"t"` MUST have a single coordinate value only.
1368
1368
- The axis `"composite"` MUST have the data type `"tuple"` and the coordinate identifiers `"x","y","z"` or `"x","y"`, in that order.
1369
1369
1370
-
Domain example:
1370
+
Domain example of a MultiPoint:
1371
1371
1372
1372
[%unnumbered%]
1373
1373
```json
@@ -1389,7 +1389,7 @@ Domain example:
1389
1389
}
1390
1390
```
1391
1391
1392
-
Domain example without z and t:
1392
+
Domain example of a MultiPoint without z and t:
1393
1393
1394
1394
[%unnumbered%]
1395
1395
```json
@@ -1410,7 +1410,7 @@ Domain example without z and t:
1410
1410
}
1411
1411
```
1412
1412
1413
-
Coverage example:
1413
+
Coverage example of a MultiPoint:
1414
1414
1415
1415
[%unnumbered%]
1416
1416
```json
@@ -1453,7 +1453,7 @@ Coverage example:
1453
1453
- The axis `"composite"` MUST have the data type `"tuple"` and the coordinate identifiers `"t","x","y","z"` or `"t","x","y"`, in that order.
1454
1454
- The value ordering of the axis `"composite"` MUST follow the ordering of its `"t"` coordinate as defined in the corresponding reference system.
1455
1455
1456
-
Domain example:
1456
+
Domain example of a Trajectory:
1457
1457
1458
1458
[%unnumbered%]
1459
1459
```json
@@ -1474,7 +1474,7 @@ Domain example:
1474
1474
}
1475
1475
```
1476
1476
1477
-
Domain example without z:
1477
+
Domain example of a Trajectory without z:
1478
1478
1479
1479
[%unnumbered%]
1480
1480
```json
@@ -1495,7 +1495,7 @@ Domain example without z:
1495
1495
}
1496
1496
```
1497
1497
1498
-
Domain example with z defined as constant value:
1498
+
Domain example of a Trajectory with z defined as constant value:
1499
1499
1500
1500
[%unnumbered%]
1501
1501
```json
@@ -1517,7 +1517,7 @@ Domain example with z defined as constant value:
1517
1517
}
1518
1518
```
1519
1519
1520
-
Coverage example:
1520
+
Coverage example of a Trajectory:
1521
1521
1522
1522
[%unnumbered%]
1523
1523
```json
@@ -1561,7 +1561,7 @@ Coverage example:
1561
1561
- The axis `"composite"` MUST have the data type `"tuple"` and the coordinate identifiers `"t","x","y"`, in that order.
1562
1562
- The value ordering of the axis `"composite"` MUST follow the ordering of its `"t"` coordinate as defined in the corresponding reference system.
1563
1563
1564
-
Domain example:
1564
+
Domain example of a Section:
1565
1565
1566
1566
[%unnumbered%]
1567
1567
```json
@@ -1583,7 +1583,7 @@ Domain example:
1583
1583
}
1584
1584
```
1585
1585
1586
-
Coverage example:
1586
+
Coverage example of a Section:
1587
1587
1588
1588
[%unnumbered%]
1589
1589
```json
@@ -1627,7 +1627,6 @@ Coverage example:
1627
1627
Polygons in this domain type are defined equivalent to GeoJSON, except that they can only contain `[x,y]` positions (and not `z` or additional coordinates):
1628
1628
- A LinearRing is an array of 4 or more `[x,y]` arrays where each of `x` and `y` is a coordinate value. The first and last `[x,y]` elements are identical.
1629
1629
- A Polygon is an array of LinearRing arrays. For Polygons with multiple rings, the first MUST be the exterior ring and any others MUST be interior rings or holes.
1630
-
1631
1630
- A domain with Polygon domain type MUST have the axis `"composite"` which has a single Polygon value.
1632
1631
- The axis `"composite"` MUST have the data type `"polygon"` and the coordinate identifiers `"x","y"`, in that order.
1633
1632
- A Polygon domain MAY have the axes `"z"` and `"t"` which both MUST have a single coordinate value only.
@@ -1901,30 +1900,9 @@ Domain example of a MultiPolygon where one polygon has a hole:
0 commit comments