Generic derived type to GeoJSON serialisation functions.
Returns node as allocatable string in GeoJSON format.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(node_type), | intent(inout) | :: | node |
Node type. |
||
logical, | intent(in), | optional | :: | comma |
Append comma separator. |
GeoJSON string.
Returns sensor as allocatable string in GeoJSON format.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sensor_type), | intent(inout) | :: | sensor |
Sensor type. |
||
logical, | intent(in), | optional | :: | comma |
Append comma separator. |
GeoJSON string.
Returns target as allocatable string in GeoJSON format.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(target_type), | intent(inout) | :: | target |
Target type. |
||
logical, | intent(in), | optional | :: | comma |
Append comma separator. |
GeoJSON string.