Giter Club home page Giter Club logo

Comments (4)

keshavnangare avatar keshavnangare commented on July 24, 2024

@dstenger @ghobona

I checked the above-referred document and it refers to the OGC 09-026r2 document. Please find below screenshot from the referred document:

image

The A.5 and A.6 requirements from the OGC 09-026r2 document are as below and implemented PropertyIsEqualToOperatorTests, ComparisonOperatorTests, PropertyIsLikeOperatorTests, PropertyIsNilOperatorTests and PropertyIsNullOperatorTests classes of ETS.

image

I did not find any test implementation for the operator PropertyIsBetween.

from ets-wfs20.

ghobona avatar ghobona commented on July 24, 2024

@keshav-nangare please implement the test for the operator PropertyIsBetween.

from ets-wfs20.

keshavnangare avatar keshavnangare commented on July 24, 2024

@ghobona

I am implementing the PropertyIsBetween operator test. As per the OGC 09-026r2 specification:

7.7.3.7 PropertyIsBetween operator
The PropertyIsBetween element is defined as a compact way of encoding a range check. The lower and upper boundary values are inclusive.

I found the below example to create a request but unable to select lower and upper boundary values from the features. Can you please provide one of the example to set lower and upper boundary values?

<fes:Filter
   xmlns:fes="http://www.opengis.net/fes/2.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.opengis.net/fes/2.0
   http://schemas.opengis.net/filter/2.0.02.0/filterAll.xsd">
   <fes:PropertyIsBetween>
      <fes:ValueReference>DEPTH</fes:ValueReference>
      <fes:LowerBoundary>
         <fes:Literal>100</fes:Literal>
      </fes:LowerBoundary>
      <fes:UpperBoundary>
         <fes:Literal>200</fes:Literal>
      </fes:UpperBoundary>
   </fes:PropertyIsBetween>
</fes:Filter>

from ets-wfs20.

keshavnangare avatar keshavnangare commented on July 24, 2024

I have added changes to make a request for the PropertyIsBetween operator. Please find the changes in #197 PR.

from ets-wfs20.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.