Skip to main content
Question

Multiple Spatial Predicates in SpatialRelator in DE-9IM

  • February 8, 2019
  • 2 replies
  • 45 views

Hi,

I have been able to run SpatialRelator with one DE-9IM string representing one matrix. In this simple case I used a text User Parameter. I have expressed the relation Within as the text T*F**F***

Now, I want to test whether Requestor is CoveredBy Supplier. This is a generalization of the relation Within and can be expressed in DE-9IM with 4 matrices, see https://en.wikipedia.org/wiki/DE-9IM#Spatial_predicates 

T*F**F***
*TF**F***
**FT*F***
**F*TF***

 

I don't understand what I should provide to SpatialRelator. A list of strings? a longer string?

 

Any idea?

 

Best regards

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3429 replies
  • February 8, 2019

I believe you need a space separated string

T*F**F*** *TF**F*** *TF**F*** **F*TF***

  • Author
  • 2 replies
  • February 11, 2019

It seems it works. The string is: T*F**F*** *TF**F*** **FT*F*** **F*TF***

Thank you @egomm