mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
This algorithm creates geometries which enclose the features from an input layer. Numerous enclosing geometry types are supported, including bounding boxes (envelopes), oriented rectangles, circles and convex hulls. Optionally, the features can be grouped by a field. If set, this causes the output layer to contain one feature per grouped value with a minimal geometry covering just the features with matching values.
32 lines
885 B
Plaintext
32 lines
885 B
Plaintext
<GMLFeatureClassList>
|
|
<GMLFeatureClass>
|
|
<Name>mbg_circle_nofield</Name>
|
|
<ElementPath>mbg_circle_nofield</ElementPath>
|
|
<!--POLYGON-->
|
|
<GeometryType>3</GeometryType>
|
|
<SRSName>EPSG:4326</SRSName>
|
|
<DatasetSpecificInfo>
|
|
<FeatureCount>1</FeatureCount>
|
|
<ExtentXMin>-1.52525</ExtentXMin>
|
|
<ExtentXMax>9.68821</ExtentXMax>
|
|
<ExtentYMin>-4.23734</ExtentYMin>
|
|
<ExtentYMax>6.97611</ExtentYMax>
|
|
</DatasetSpecificInfo>
|
|
<PropertyDefn>
|
|
<Name>id</Name>
|
|
<ElementPath>id</ElementPath>
|
|
<Type>Integer</Type>
|
|
</PropertyDefn>
|
|
<PropertyDefn>
|
|
<Name>radius</Name>
|
|
<ElementPath>radius</ElementPath>
|
|
<Type>Real</Type>
|
|
</PropertyDefn>
|
|
<PropertyDefn>
|
|
<Name>area</Name>
|
|
<ElementPath>area</ElementPath>
|
|
<Type>Real</Type>
|
|
</PropertyDefn>
|
|
</GMLFeatureClass>
|
|
</GMLFeatureClassList>
|