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