mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Includes partial support for Z/M types (values are lost during conversion, but at least 2d geometries are exported) TODO: full support for Z/M/curves
33 lines
939 B
Plaintext
33 lines
939 B
Plaintext
<GMLFeatureClassList>
|
|
<GMLFeatureClass>
|
|
<Name>convert_poly_multiline</Name>
|
|
<ElementPath>convert_poly_multiline</ElementPath>
|
|
<!--MULTILINESTRING-->
|
|
<GeometryType>5</GeometryType>
|
|
<SRSName>EPSG:4326</SRSName>
|
|
<DatasetSpecificInfo>
|
|
<FeatureCount>6</FeatureCount>
|
|
<ExtentXMin>-1.00000</ExtentXMin>
|
|
<ExtentXMax>10.00000</ExtentXMax>
|
|
<ExtentYMin>-3.00000</ExtentYMin>
|
|
<ExtentYMax>6.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>Real</Type>
|
|
</PropertyDefn>
|
|
</GMLFeatureClass>
|
|
</GMLFeatureClassList>
|