mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
This algorithm is basically the equivalent of the ST_Multi(...) command - it forces a feature's geometry to become multipart, regardless of the input geometry type. If input geometries are singlepart, they will output as multipart with just 1 part. If they are already multipart, they will be output unchanged.
27 lines
771 B
Plaintext
27 lines
771 B
Plaintext
<GMLFeatureClassList>
|
|
<GMLFeatureClass>
|
|
<Name>promote_multipart_points</Name>
|
|
<ElementPath>promote_multipart_points</ElementPath>
|
|
<!--MULTIPOINT-->
|
|
<GeometryType>4</GeometryType>
|
|
<SRSName>EPSG:4326</SRSName>
|
|
<DatasetSpecificInfo>
|
|
<FeatureCount>9</FeatureCount>
|
|
<ExtentXMin>0.00000</ExtentXMin>
|
|
<ExtentXMax>8.00000</ExtentXMax>
|
|
<ExtentYMin>-5.00000</ExtentYMin>
|
|
<ExtentYMax>3.00000</ExtentYMax>
|
|
</DatasetSpecificInfo>
|
|
<PropertyDefn>
|
|
<Name>id</Name>
|
|
<ElementPath>id</ElementPath>
|
|
<Type>Integer</Type>
|
|
</PropertyDefn>
|
|
<PropertyDefn>
|
|
<Name>id2</Name>
|
|
<ElementPath>id2</ElementPath>
|
|
<Type>Integer</Type>
|
|
</PropertyDefn>
|
|
</GMLFeatureClass>
|
|
</GMLFeatureClassList>
|