PRICES include / exclude VAT
Sponsored link
immediate downloadReleased: 2012-06-30
BS EN ISO 19143:2012 Geographic information. Filter encoding

BS EN ISO 19143:2012

Geographic information. Filter encoding

Format
Availability
Price and currency
English Secure PDF
Immediate download
408.20 USD
You can read the standard for 1 hour. More information in the category: E-reading
Reading the standard
for 1 hour
40.82 USD
You can read the standard for 24 hours. More information in the category: E-reading
Reading the standard
for 24 hours
122.46 USD
English Hardcopy
In stock
408.20 USD
Standard number:BS EN ISO 19143:2012
Pages:92
Released:2012-06-30
ISBN:978 0 580 75772 3
Status:Corrigendum
DESCRIPTION

BS EN ISO 19143:2012


This standard BS EN ISO 19143:2012 Geographic information. Filter encoding is classified in these ICS categories:
  • 35.240.70 IT applications in science

This International Standard describes an XML and KVP encoding of a system neutral syntax for expressing projections, selection and sorting clauses collectively called a query expression.

These components are modular and intended to be used together or individually by other standards which reference this International Standard.

EXAMPLE 1 ISO 19142 makes use of some or all of these components.

This International Standard defines an abstract component, named AbstractQueryExpression, from which other specifications can subclass concrete query elements to implement query operations.

This International Standard also defines an additional abstract query component, named AbstractAdhocQueryExpresison, which is derived from AbstractQueryExpression and from which other specifications can subclass concrete query elements which follow the following query pattern:

An abstract query element from which service specifications can subclass a concrete query element that implements a query operation that allows a client to specify a list of resource types, an optional projection clause, an optional selection clause, and an optional sorting clause to query a subset of resources that satisfy the selection clause.

This pattern is referred to as an ad hoc query pattern since the server is not aware of the query until it is submitted for processing. This is in contrast to a stored query expression, which is stored and can be invoked by name or identifier.

This International Standard also describes an XML and KVP encoding of a system-neutral representation of a select clause. The XML representation is easily validated, parsed and transformed into a server-specific language required to retrieve or modify object instances stored in some persistent object store.

EXAMPLE 2 An XML encoded filter can be transformed into a WHERE clause for a SQL SELECT statement to fetch data stored in a SQL-based relational database. Similarly, and XML encoded filter expression can be transformed into an XPath or XPointer expression for fetching data from XML documents.

This International Standard defines the XML encoding for the following predicates.

  1. A standard set of logical predicates: and, or and not.

  2. A standard set of comparison predicates: equal to, not equal to, less than, less than or equal to, greater than, greater than or equal to, like, is null and between.

  3. A standard set of spatial predicates: equal, disjoint, touches, within, overlaps, crosses, intersects, contains, within a specified distance, beyond a specified distance and BBOX.

  4. A standard set of temporal predicates: after, before, begins, begun by, contains, during, ends, equals, meets, met by, overlaps and overlapped by.

  5. A predicate to test whether the identifier of an object matches the specified value.

This International Standard defines the XML encoding of metadata that allows a service to declare which conformance classes, predicates, operators, operands and functions it supports. This metadata is referred to as Filter Capabilities.