Changes between Version 1 and Version 2 of csw201


Ignore:
Timestamp:
Apr 2, 2007, 2:00:36 PM (17 years ago)
Author:
ticheler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • csw201

    v1 v2  
    1818
    1919This section provides details on the implemented behavior of the CSW operations. All requests can be sent using GET/POST or SOAP protocol.
    20 
    21 Limitations:
    22 
    23 * ISO19119 services are not implemented
    24 
    25 * The CQL is naive and has several limitations (for example it does not handle the bbox)
    26 
    27 * Type names are not handles because they can be queried using the 'Type' queryable.
    2820
    2921{{{
     
    7062hopCount:               handled but not used, throws exc if not integer or < 0. Default = 2
    7163outputSchema:           handled, throws exc if <> 'ogccore'|'profile'
    72 elementSetName: handled, throws exc if <> 'brief|summary|full'
     64elementSetName:         handled, throws exc if <> 'brief|summary|full'
    7365default is 'summary'. Case insensitive
    7466elementName:            non handled, handled elementSetName instead
    7567resultType:             handled, throws exc if <> 'hits'|'results'|'validate'.
    76 Default is 'hits'. 'validate' is not handled (throws exc) because it is used only in asynchronous communications (the ISO profile is synch.)
     68Default is 'hits'. 'validate' is not handled (throws exc) because it is used only in
     69asynchronous communications (the ISO profile is synch.)
    7770costr lang version:     handled, throws exc if missing or (for filters) if <> '1.1.0'
    7871
     
    9184Filter Implementation Status
    9285
    93 Geometry operands:              gml:Envelope
    94 Spatial operators:              BBOX (property-name not used)
    95 Logical operators :             all
     86Geometry operands:      gml:Envelope
     87Spatial operators:      BBOX (property-name not used)
     88Logical operators:      all
    9689Comparison operators:   =, like, <, >, <=, >=, <>, between
    97 Arithmetic operators:           none
     90Arithmetic operators:   none
    9891}}}
     92
     93
     94Limitations:
     95
     96* ISO19119 services are not implemented
     97
     98* The CQL is naive and has several limitations (for example it does not handle the bbox)
     99
     100* Type names are not handles because they can be queried using the 'Type' queryable.