| name | data type | description |
|---|---|---|
| Boundary | array of Boundary | |
Properties inherited from AbstractProjection |
||
| Features | Features | |
Example
{
"Boundary" : [ {
"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" : { }
} ]
}, {
"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" : "..."
} ]
}
}