1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
<?xml version="1.0" encoding="utf-8" ?>
<ogr:FeatureCollection
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=""
xmlns:ogr="http://ogr.maptools.org/"
xmlns:gml="http://www.opengis.net/gml">
<gml:boundedBy><gml:null>missing</gml:null></gml:boundedBy>
<gml:featureMember>
<ogr:stats_by_cat_string fid="stats_by_cat_string.0">
<ogr:intval>1</ogr:intval>
<ogr:count>5</ogr:count>
<ogr:unique>2</ogr:unique>
<ogr:empty>0</ogr:empty>
<ogr:filled>5</ogr:filled>
<ogr:min>aa</ogr:min>
<ogr:max>bb</ogr:max>
<ogr:min_length>2</ogr:min_length>
<ogr:max_length>2</ogr:max_length>
<ogr:mean_length>2</ogr:mean_length>
</ogr:stats_by_cat_string>
</gml:featureMember>
<gml:featureMember>
<ogr:stats_by_cat_string fid="stats_by_cat_string.1">
<ogr:count>3</ogr:count>
<ogr:unique>2</ogr:unique>
<ogr:empty>0</ogr:empty>
<ogr:filled>3</ogr:filled>
<ogr:min>cc</ogr:min>
<ogr:max>dd</ogr:max>
<ogr:min_length>2</ogr:min_length>
<ogr:max_length>2</ogr:max_length>
<ogr:mean_length>2</ogr:mean_length>
</ogr:stats_by_cat_string>
</gml:featureMember>
<gml:featureMember>
<ogr:stats_by_cat_string fid="stats_by_cat_string.2">
<ogr:intval>120</ogr:intval>
<ogr:count>1</ogr:count>
<ogr:unique>1</ogr:unique>
<ogr:empty>1</ogr:empty>
<ogr:filled>0</ogr:filled>
<ogr:min></ogr:min>
<ogr:max></ogr:max>
<ogr:min_length>0</ogr:min_length>
<ogr:max_length>0</ogr:max_length>
<ogr:mean_length>0</ogr:mean_length>
</ogr:stats_by_cat_string>
</gml:featureMember>
<gml:featureMember>
<ogr:stats_by_cat_string fid="stats_by_cat_string.3">
<ogr:intval>2</ogr:intval>
<ogr:count>1</ogr:count>
<ogr:unique>1</ogr:unique>
<ogr:empty>0</ogr:empty>
<ogr:filled>1</ogr:filled>
<ogr:min>bb</ogr:min>
<ogr:max>bb</ogr:max>
<ogr:min_length>2</ogr:min_length>
<ogr:max_length>2</ogr:max_length>
<ogr:mean_length>2</ogr:mean_length>
</ogr:stats_by_cat_string>
</gml:featureMember>
</ogr:FeatureCollection>
|