Generic derived type add to GeoJSON Feature Collection functions.
Adds node to GeoJSON Feature Collection.
The function returns the following error codes:
E_BOUNDS if collection is full.E_INVALID if collection has not been created.| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(geojson_feature_collection_type), | intent(inout) | :: | collection |
GeoJSON Feature Collection type. |
||
| type(node_type), | intent(inout) | :: | node |
Node type. |
Adds sensor to GeoJSON Feature Collection.
The function returns the following error codes:
E_BOUNDS if collection is full.E_INVALID if collection has not been created.| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(geojson_feature_collection_type), | intent(inout) | :: | collection |
GeoJSON Feature Collection type. |
||
| type(sensor_type), | intent(inout) | :: | sensor |
Sensor type. |
Adds target to GeoJSON Feature Collection.
The function returns the following error codes:
E_BOUNDS if collection is full.E_INVALID if collection has not been created.| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(geojson_feature_collection_type), | intent(inout) | :: | collection |
GeoJSON Feature Collection type. |
||
| type(target_type), | intent(inout) | :: | target |
Target type. |