| name | data type | description |
|---|---|---|
| PointProjection | array of PointProjection |
Example
{
"PointProjection" : [ {
"Longitude" : 12345.0,
"Latitude" : 12345.0,
"Altitude" : 12345.0,
"Coordinates" : {
"value" : [ "...", "..." ]
},
"Precision" : 12345,
"id" : "...",
"srsName" : "...",
"Features" : {
"GisFeatureRef" : [ { }, { } ]
}
}, {
"Longitude" : 12345.0,
"Latitude" : 12345.0,
"Altitude" : 12345.0,
"Coordinates" : {
"value" : [ "...", "..." ]
},
"Precision" : 12345,
"id" : "...",
"srsName" : "...",
"Features" : {
"GisFeatureRef" : [ { }, { } ]
}
} ]
}