Hi all,
I have an oracle SDO geometry table containing multiline features.
These features should be contiguous collections of point-pairs. i.e. all endpoints should touch another point-pair from the same feature. the features can form a string of point pairs ('~'), but also a 'Y' type of topology, or something more complex. However, the feature should not consist of sub-parts that are not connected to each other (e.g. '~ ~' ).
How can I test for this requirement to be met ?
I think I should somehow be able to count what Oracle calls the parts of the multiline object, but it is not clear to me if I can call these oracle constructs from FME, or what FME equivalent to use.
Can you point me to some example or helpful bit of information for this type of tests in FME ?
Regards,
Ronald