Question

How to identify a geometry is an LRS geometry (with measure elements or not)


Badge +2

Is there a more elegant way then basing the rejection result of a MeasureExtractor operation for this test?

It may be helpful to add LRS types in GeometryFilter.


2 replies

Userlevel 4

I don't know any other way than using the MeasureExtractor, like you say. I'd try to extract only the measure from the first vertex, whenever possible, to save time.

I agree that some other means would be handy.

Badge +2

I don't know any other way than using the MeasureExtractor, like you say. I'd try to extract only the measure from the first vertex, whenever possible, to save time.

I agree that some other means would be handy.

Thanks @david_r, I just posted as a new idea

Reply