| name | data type | description |
|---|---|---|
| Line | Line | |
Properties inherited from AbstractProjection |
||
| Features | Features | |
Example
{
"Line" : {
"PointProjection" : [ {
"Longitude" : 12345.0,
"Latitude" : 12345.0,
"Altitude" : 12345.0,
"Coordinates" : { },
"Precision" : 12345,
"id" : "...",
"srsName" : "...",
"Features" : { }
}, {
"Longitude" : 12345.0,
"Latitude" : 12345.0,
"Altitude" : 12345.0,
"Coordinates" : { },
"Precision" : 12345,
"id" : "...",
"srsName" : "...",
"Features" : { }
} ]
},
"Features" : {
"GisFeatureRef" : [ {
"FeatureIdRef" : { },
"FeatureType" : "..."
}, {
"FeatureIdRef" : { },
"FeatureType" : "..."
} ]
}
}