Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Running a Range-Query on the Index

...

Now we can use this index to run a continuous range query for the vessels. We could reduce the number of vessels where we do the

Code Block
#PARSER PQL
#DEFINE dataStructureName 'sanFranciscoStore'
#ADDQUERY

/// For every vessel we want to know which vessels are near them all the time
range = MOVINGOBJECTRANGE({
            geometryattribute = 'SpatialPoint',
            datastructurename = ${dataStructureName},
            range = 300
          },
          System.SanFranciscoAIS
        )

Future Work

The work on this topic is not finished. Here  list of things that we want to add in future releases.

...