mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
Allows extract a subset of another layer using an extent, with optional setting to clip geometries to the extent
34 lines
947 B
Plaintext
Executable File
34 lines
947 B
Plaintext
Executable File
<GMLFeatureClassList>
|
|
<GMLFeatureClass>
|
|
<Name>extract_by_extent</Name>
|
|
<ElementPath>extract_by_extent</ElementPath>
|
|
<!--POLYGON-->
|
|
<GeometryType>3</GeometryType>
|
|
<SRSName>EPSG:4326</SRSName>
|
|
<DatasetSpecificInfo>
|
|
<FeatureCount>3</FeatureCount>
|
|
<ExtentXMin>-1.00000</ExtentXMin>
|
|
<ExtentXMax>10.00000</ExtentXMax>
|
|
<ExtentYMin>-3.00000</ExtentYMin>
|
|
<ExtentYMax>3.00000</ExtentYMax>
|
|
</DatasetSpecificInfo>
|
|
<PropertyDefn>
|
|
<Name>name</Name>
|
|
<ElementPath>name</ElementPath>
|
|
<Type>String</Type>
|
|
<Width>5</Width>
|
|
</PropertyDefn>
|
|
<PropertyDefn>
|
|
<Name>intval</Name>
|
|
<ElementPath>intval</ElementPath>
|
|
<Type>Integer</Type>
|
|
</PropertyDefn>
|
|
<PropertyDefn>
|
|
<Name>floatval</Name>
|
|
<ElementPath>floatval</ElementPath>
|
|
<Type>String</Type>
|
|
<Width>18</Width>
|
|
</PropertyDefn>
|
|
</GMLFeatureClass>
|
|
</GMLFeatureClassList>
|