Difference between revisions of "EbRIM"

From OSGeo
Jump to navigation Jump to search
Line 17: Line 17:
 
*** Specify search by using an adhoc findByWKT query and list the results
 
*** Specify search by using an adhoc findByWKT query and list the results
 
[[Image:WktQuery.jpeg]]
 
[[Image:WktQuery.jpeg]]
 +
 
Drill down and find the service offering the data
 
Drill down and find the service offering the data
 
[[Image:EbRIMDetails.JPG]]
 
[[Image:EbRIMDetails.JPG]]
Find the service, organisation, fees, access constraints, extents offering this dataset.
+
 
 +
Find the service, organisation, contact info, fees, access constraints, extents offering this dataset.
  
 
** Search by classification
 
** Search by classification

Revision as of 20:22, 20 March 2007

ebRIM

Introduction

This is a discussion of how a user (developer or end user) would use an ebRIM catalog for a simple use case and will hopefully assist the reader in evaluating the usefulness of the ebRIM metadata catalog. It is intentionally going to focus on the use case, rather than the technology involved. The only mention of technology buzzwords will be now in mentioning that the ebXML documents can be generated using a XSL stylesheet from OGC W*S services, and Omar can be interfaced using SOAP, JAXR, or a RESTful KVPs. Technical comments will be in italics.

Full details on setting up ebxmlrr (omar) with the ogc profile and PostGIS are available here http://ebxmlrr.sourceforge.net/wiki/index.php/Community/ogc

Rather than going into usual use case scenarios of pre/post conditions, basic flow and alternative flows this document will story board the use case basic flow using screenshots from Omar.

Search Use Case

Search.jpeg

  • Search
    • Search by bbox

Using the gml:EnvelopeType slot for a ebRIM extrinsic object (a dataset in this case!) we have a trigger in PostGIS to create a spatial index for optimising geometric search. A custom adhoc query allows searching the metadata catalog with any geometry that can be expressed in (extended) well known text.

      • Specify search by using an adhoc findByWKT query and list the results

WktQuery.jpeg

Drill down and find the service offering the data EbRIMDetails.JPG

Find the service, organisation, contact info, fees, access constraints, extents offering this dataset.

    • Search by classification


Discover Use Case

Discover.jpeg

Process Use Case

Process.jpeg