mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
This is basically the equivalent of the dissolve algorithm, but instead of a dissolving overlapping geometries the geometries are instead just collected together into a multipart geometry. It's designed to slot between the 'promote to multipart' algorithm (which performs no collection of geometries - it just converts singleparts to multiparts with 1 part) and the more complex all-encompassing 'aggregate' algorithm.
33 lines
927 B
Plaintext
33 lines
927 B
Plaintext
<GMLFeatureClassList>
|
|
<GMLFeatureClass>
|
|
<Name>collect_two_fields</Name>
|
|
<ElementPath>collect_two_fields</ElementPath>
|
|
<!--MULTIPOLYGON-->
|
|
<GeometryType>6</GeometryType>
|
|
<SRSName>EPSG:4326</SRSName>
|
|
<DatasetSpecificInfo>
|
|
<FeatureCount>6</FeatureCount>
|
|
<ExtentXMin>-1.00000</ExtentXMin>
|
|
<ExtentXMax>9.16296</ExtentXMax>
|
|
<ExtentYMin>-3.00000</ExtentYMin>
|
|
<ExtentYMax>6.08868</ExtentYMax>
|
|
</DatasetSpecificInfo>
|
|
<PropertyDefn>
|
|
<Name>name</Name>
|
|
<ElementPath>name</ElementPath>
|
|
<Type>String</Type>
|
|
<Width>2</Width>
|
|
</PropertyDefn>
|
|
<PropertyDefn>
|
|
<Name>intval</Name>
|
|
<ElementPath>intval</ElementPath>
|
|
<Type>Integer</Type>
|
|
</PropertyDefn>
|
|
<PropertyDefn>
|
|
<Name>floatval</Name>
|
|
<ElementPath>floatval</ElementPath>
|
|
<Type>Real</Type>
|
|
</PropertyDefn>
|
|
</GMLFeatureClass>
|
|
</GMLFeatureClassList>
|