SDMWGS84Geographic.wfs


Click here for a complete list of operations.

GetFeature

HTTP Get

The following is a sample request and response. The placeholders shown need to be replaced with actual values.

Get /Spatial/SDMWGS84Geographic.wfs?SERVICE=WFS&VERSION=string&REQUEST=GetFeature&TYPENAME=string&OUTPUTFORMAT=string&MAXFEATURES=integer&<spatial filter definition> HTTP/1.1
Host: sdmdataaccess.sc.egov.usda.gov
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

HTTP Post

The following is a sample request and response. The placeholders shown need to be replaced with actual values.

Post /Spatial/SDMWGS84Geographic.wfs HTTP/1.1
Host: sdmdataaccess.sc.egov.usda.gov
Content-Type: application/x-www-form-urlencoded
Content-Length: length

SERVICE=WFS&VERSION=string&REQUEST=GetFeature&TYPENAME=string&OUTPUTFORMAT=string&MAXFEATURES=integer&<spatial filter definition>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length