Nyall Dawson 7f58af11ae Port mean coords algorithm to new API
Improvements:
- Don't export UID class field if no class field was set
2017-07-15 20:33:08 +10:00

27 lines
757 B
Plaintext

<GMLFeatureClassList>
<GMLFeatureClass>
<Name>mean_coordinates</Name>
<ElementPath>mean_coordinates</ElementPath>
<!--POINT-->
<GeometryType>1</GeometryType>
<SRSName>EPSG:4326</SRSName>
<DatasetSpecificInfo>
<FeatureCount>1</FeatureCount>
<ExtentXMin>3.33333</ExtentXMin>
<ExtentXMax>3.33333</ExtentXMax>
<ExtentYMin>0.11111</ExtentYMin>
<ExtentYMax>0.11111</ExtentYMax>
</DatasetSpecificInfo>
<PropertyDefn>
<Name>MEAN_X</Name>
<ElementPath>MEAN_X</ElementPath>
<Type>Real</Type>
</PropertyDefn>
<PropertyDefn>
<Name>MEAN_Y</Name>
<ElementPath>MEAN_Y</ElementPath>
<Type>Real</Type>
</PropertyDefn>
</GMLFeatureClass>
</GMLFeatureClassList>