SDM.wms


Click here for a complete list of operations.

GetFeatureInfo

HTTP Get

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

Get /Spatial/SDM.wms?SERVICE=WMS&VERSION=string&REQUEST=GetFeatureInfo&LAYERS=string&QUERY_LAYERS=string&X=double&Y=double&INFO_FORMAT=string&AOIID=integer&BBOX=string&EXCEPTIONS=string&FEATURE_COUNT=integer&WIDTH=integer&HEIGHT=integer&INTERPRESULTID=integer&THEMATICMAPID=integer&SRS=string 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/SDM.wms HTTP/1.1
Host: sdmdataaccess.sc.egov.usda.gov
Content-Type: application/x-www-form-urlencoded
Content-Length: length

SERVICE=WMS&VERSION=string&REQUEST=GetFeatureInfo&LAYERS=string&QUERY_LAYERS=string&X=double&Y=double&INFO_FORMAT=string&AOIID=integer&BBOX=string&EXCEPTIONS=string&FEATURE_COUNT=integer&WIDTH=integer&HEIGHT=integer&INTERPRESULTID=integer&THEMATICMAPID=integer&SRS=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length