mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
Condenses the duplicate grid algorithms into single algorithms (one for line, one for polygon), taking the best bits from both and adding tests
47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
<GMLFeatureClassList>
|
|
<GMLFeatureClass>
|
|
<Name>grid_lines</Name>
|
|
<ElementPath>grid_lines</ElementPath>
|
|
<!--LINESTRING-->
|
|
<GeometryType>2</GeometryType>
|
|
<SRSName>EPSG:4326</SRSName>
|
|
<DatasetSpecificInfo>
|
|
<FeatureCount>7</FeatureCount>
|
|
<ExtentXMin>-1.00000</ExtentXMin>
|
|
<ExtentXMax>11.20000</ExtentXMax>
|
|
<ExtentYMin>-4.00000</ExtentYMin>
|
|
<ExtentYMax>6.50000</ExtentYMax>
|
|
</DatasetSpecificInfo>
|
|
<PropertyDefn>
|
|
<Name>left</Name>
|
|
<ElementPath>left</ElementPath>
|
|
<Type>Real</Type>
|
|
</PropertyDefn>
|
|
<PropertyDefn>
|
|
<Name>top</Name>
|
|
<ElementPath>top</ElementPath>
|
|
<Type>Real</Type>
|
|
</PropertyDefn>
|
|
<PropertyDefn>
|
|
<Name>right</Name>
|
|
<ElementPath>right</ElementPath>
|
|
<Type>Real</Type>
|
|
</PropertyDefn>
|
|
<PropertyDefn>
|
|
<Name>bottom</Name>
|
|
<ElementPath>bottom</ElementPath>
|
|
<Type>Real</Type>
|
|
</PropertyDefn>
|
|
<PropertyDefn>
|
|
<Name>id</Name>
|
|
<ElementPath>id</ElementPath>
|
|
<Type>Integer</Type>
|
|
</PropertyDefn>
|
|
<PropertyDefn>
|
|
<Name>coord</Name>
|
|
<ElementPath>coord</ElementPath>
|
|
<Type>Real</Type>
|
|
</PropertyDefn>
|
|
</GMLFeatureClass>
|
|
</GMLFeatureClassList>
|