|
| 1 | +Content-Type: application/xml |
| 2 | + |
| 3 | +<?xml version='1.0' encoding='UTF-8'?> |
| 4 | +<WFS_Capabilities |
| 5 | +version='1.0.0' updateSequence='0' |
| 6 | + xmlns='http://www.opengis.net/wfs' |
| 7 | + xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' |
| 8 | + xmlns:ogc='http://www.opengis.net/ogc' |
| 9 | + xsi:schemaLocation='http://www.opengis.net/wfs |
| 10 | + http://schemas.opengis.net/wfs/1.0.0/WFS-capabilities.xsd' > |
| 11 | + <Service> |
| 12 | + <Name>TinyOWS Server</Name> |
| 13 | + <Title>TinyOWS Server - Demo Service</Title> |
| 14 | + <OnlineResource>http://127.0.0.1/cgi-bin/tinyows</OnlineResource> |
| 15 | + </Service> |
| 16 | + <Capability> |
| 17 | + <Request> |
| 18 | + <GetCapabilities> |
| 19 | + <DCPType> |
| 20 | + <HTTP> |
| 21 | + <Get onlineResource="http://127.0.0.1/cgi-bin/tinyows?"/> |
| 22 | + </HTTP> |
| 23 | + </DCPType> |
| 24 | + <DCPType> |
| 25 | + <HTTP> |
| 26 | + <Post onlineResource="http://127.0.0.1/cgi-bin/tinyows"/> |
| 27 | + </HTTP> |
| 28 | + </DCPType> |
| 29 | + </GetCapabilities> |
| 30 | + <DescribeFeatureType> |
| 31 | + <SchemaDescriptionLanguage> |
| 32 | + <XMLSCHEMA/> |
| 33 | + </SchemaDescriptionLanguage> |
| 34 | + <DCPType> |
| 35 | + <HTTP> |
| 36 | + <Get onlineResource="http://127.0.0.1/cgi-bin/tinyows?"/> |
| 37 | + </HTTP> |
| 38 | + </DCPType> |
| 39 | + <DCPType> |
| 40 | + <HTTP> |
| 41 | + <Post onlineResource="http://127.0.0.1/cgi-bin/tinyows"/> |
| 42 | + </HTTP> |
| 43 | + </DCPType> |
| 44 | + </DescribeFeatureType> |
| 45 | + <GetFeature> |
| 46 | +<ResultFormat> |
| 47 | +<GML2/> |
| 48 | +</ResultFormat> |
| 49 | + <DCPType> |
| 50 | + <HTTP> |
| 51 | + <Get onlineResource="http://127.0.0.1/cgi-bin/tinyows?"/> |
| 52 | + </HTTP> |
| 53 | + </DCPType> |
| 54 | + <DCPType> |
| 55 | + <HTTP> |
| 56 | + <Post onlineResource="http://127.0.0.1/cgi-bin/tinyows"/> |
| 57 | + </HTTP> |
| 58 | + </DCPType> |
| 59 | + </GetFeature> |
| 60 | + <Transaction> |
| 61 | + <DCPType> |
| 62 | + <HTTP> |
| 63 | + <Get onlineResource="http://127.0.0.1/cgi-bin/tinyows?"/> |
| 64 | + </HTTP> |
| 65 | + </DCPType> |
| 66 | + <DCPType> |
| 67 | + <HTTP> |
| 68 | + <Post onlineResource="http://127.0.0.1/cgi-bin/tinyows"/> |
| 69 | + </HTTP> |
| 70 | + </DCPType> |
| 71 | + </Transaction> |
| 72 | + </Request> |
| 73 | + </Capability> |
| 74 | + <FeatureTypeList> |
| 75 | + <Operations> |
| 76 | + <Query/> |
| 77 | + <Insert/> |
| 78 | + <Update/> |
| 79 | + <Delete/> |
| 80 | + </Operations> |
| 81 | +<FeatureType xmlns:tows="http://www.tinyows.org/"> |
| 82 | + <Name>tows:world</Name> |
| 83 | + <Title>World Administrative Boundaries</Title> |
| 84 | + <SRS>EPSG:4326</SRS> |
| 85 | + <LatLongBoundingBox minx='-180.000183' miny='-90.000000' maxx='180.000000' maxy='83.623032' /> |
| 86 | +</FeatureType> |
| 87 | +<FeatureType xmlns:tows="http://www.tinyows.org/"> |
| 88 | + <Name>tows:france</Name> |
| 89 | + <Title>French Administrative Sub Boundaries (IGN - GeoFLA Departements)</Title> |
| 90 | + <SRS>EPSG:27582</SRS> |
| 91 | + <LatLongBoundingBox minx='-6.091001' miny='41.347435' maxx='10.812651' maxy='50.803540' /> |
| 92 | +</FeatureType> |
| 93 | + </FeatureTypeList> |
| 94 | +<ogc:Filter_Capabilities> |
| 95 | + <ogc:Spatial_Capabilities> |
| 96 | + <ogc:Spatial_Operators> |
| 97 | + <ogc:Disjoint/> |
| 98 | + <ogc:Equals/> |
| 99 | + <ogc:DWithin/> |
| 100 | + <ogc:Beyond/> |
| 101 | + <ogc:Intersect/> |
| 102 | + <ogc:Touches/> |
| 103 | + <ogc:Crosses/> |
| 104 | + <ogc:Within/> |
| 105 | + <ogc:Contains/> |
| 106 | + <ogc:Overlaps/> |
| 107 | + <ogc:BBOX/> |
| 108 | + </ogc:Spatial_Operators> |
| 109 | + </ogc:Spatial_Capabilities> |
| 110 | + <ogc:Scalar_Capabilities> |
| 111 | + <ogc:Logical_Operators/> |
| 112 | + <ogc:Comparison_Operators> |
| 113 | + <ogc:Simple_Comparisons/> |
| 114 | + <ogc:Between/> |
| 115 | + <ogc:Like/> |
| 116 | + <ogc:NullCheck/> |
| 117 | + </ogc:Comparison_Operators> |
| 118 | + <ogc:Arithmetic_Operators> |
| 119 | + <ogc:Simple_Arithmetic/> |
| 120 | + <ogc:Functions> |
| 121 | + <ogc:Function_Names> |
| 122 | + <ogc:Function_Name nArgs='1'>abs</ogc:Function_Name> |
| 123 | + <ogc:Function_Name nArgs='1'>acos</ogc:Function_Name> |
| 124 | + <ogc:Function_Name nArgs='1'>asin</ogc:Function_Name> |
| 125 | + <ogc:Function_Name nArgs='1'>atan</ogc:Function_Name> |
| 126 | + <ogc:Function_Name nArgs='1'>avg</ogc:Function_Name> |
| 127 | + <ogc:Function_Name nArgs='1'>cbrt</ogc:Function_Name> |
| 128 | + <ogc:Function_Name nArgs='1'>ceil</ogc:Function_Name> |
| 129 | + <ogc:Function_Name nArgs='1'>ceiling</ogc:Function_Name> |
| 130 | + <ogc:Function_Name nArgs='1'>cos</ogc:Function_Name> |
| 131 | + <ogc:Function_Name nArgs='1'>cot</ogc:Function_Name> |
| 132 | + <ogc:Function_Name nArgs='1'>count</ogc:Function_Name> |
| 133 | + <ogc:Function_Name nArgs='1'>degrees</ogc:Function_Name> |
| 134 | + <ogc:Function_Name nArgs='1'>exp</ogc:Function_Name> |
| 135 | + <ogc:Function_Name nArgs='1'>floor</ogc:Function_Name> |
| 136 | + <ogc:Function_Name nArgs='1'>length</ogc:Function_Name> |
| 137 | + <ogc:Function_Name nArgs='1'>ln</ogc:Function_Name> |
| 138 | + <ogc:Function_Name nArgs='1'>log</ogc:Function_Name> |
| 139 | + <ogc:Function_Name nArgs='1'>min</ogc:Function_Name> |
| 140 | + <ogc:Function_Name nArgs='1'>max</ogc:Function_Name> |
| 141 | + <ogc:Function_Name nArgs='1'>radians</ogc:Function_Name> |
| 142 | + <ogc:Function_Name nArgs='1'>round</ogc:Function_Name> |
| 143 | + <ogc:Function_Name nArgs='1'>sin</ogc:Function_Name> |
| 144 | + <ogc:Function_Name nArgs='1'>sqrt</ogc:Function_Name> |
| 145 | + <ogc:Function_Name nArgs='1'>tan</ogc:Function_Name> |
| 146 | + <ogc:Function_Name nArgs='1'>trunc</ogc:Function_Name> |
| 147 | + </ogc:Function_Names> |
| 148 | + </ogc:Functions> |
| 149 | + </ogc:Arithmetic_Operators> |
| 150 | + </ogc:Scalar_Capabilities> |
| 151 | +</ogc:Filter_Capabilities> |
| 152 | +</WFS_Capabilities> |
0 commit comments