Difference between revisions of "WFS GetFeature Query"

From Earth Science Information Partners (ESIP)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{WCS Glossary
 
{{WCS Glossary
|TermDesc=Gets the ''Location Table'' for point coverage and field
+
|Glossary Domain=WCS
|ExampleURL=http://128.252.202.19:8080/CIRA?Service=WFS&version=1.0.0&request=GetFeature&typename=VIEWS&outputformat=text/csv
+
|TermDesc=This Request produces the [[Location_Table_for_Points|location table]] for a coverage, by the [[Feature Processor for Points]]. It is used by any a client.
 
+
|Links=[[Feature Processor for Points]]
 
}}
 
}}
  
Line 11: Line 11:
 
The base URL: server, port, provider
 
The base URL: server, port, provider
  
     <html>http://128.252.202.19:8080/CIRA?</html>
+
     <html>http://128.252.202.19:8080/CIRA</html>
  
 
Identify service, version and request
 
Identify service, version and request
  
     Service=WFS&version=1.0.0&request=GetFeature
+
     Service=WFS
 +
    version=1.0.0
 +
    request=GetFeature
  
 
Identify coverage
 
Identify coverage
  
     &typename=VIEWS
+
     typename=VIEWS
  
 
The only format supported for now:
 
The only format supported for now:
  
     &outputformat=text/csv
+
     outputformat=text/csv
 +
 
 +
[[Category:StationPoint]][[Category:Server]]

Latest revision as of 13:54, September 6, 2010

< Back to Glossary | Edit with Form

WFS_GetFeature_Query Description: [[TermDesc::This Request produces the location table for a coverage, by the Feature Processor for Points. It is used by any a client.]]

Glossary Domain: WCS

Related Links

Links to this page
[[Links::Feature Processor for Points]]

Contributors

No Contributors

History

No History Available

Term Details


WFS, Web Feature Service is used to retrieve the location table, because WCS DescribeCoverage cannot express it.

Example: CIRA/VIEWS location table

The base URL: server, port, provider

   http://128.252.202.19:8080/CIRA

Identify service, version and request

   Service=WFS
   version=1.0.0
   request=GetFeature

Identify coverage

   typename=VIEWS

The only format supported for now:

   outputformat=text/csv