Skip to main content
Question

measure generator

  • July 31, 2019
  • 5 replies
  • 47 views

kathir
Forum|alt.badge.img

Hi, i have a dgn file. that consists of line,area and text. i need split the line using those intersected areas.that was performed using lineonareaoverlayer. my doubt was how to measure those lines. i need length of each line. what transformer use for that? anyone give the solution?

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.

5 replies

david_r
Celebrity
  • 8394 replies
  • July 31, 2019

When you say "measure", do you mean calculating the length of the line at not linear referencing? If so, have a look at the LengthCalculator. Just be aware that the length is in ground units, which may not make much sense for e.g. LatLon coordinate systems.

In that case you can use the GeographicLengthCalculator from the FME Hub.


kathir
Forum|alt.badge.img
  • Author
  • 21 replies
  • August 1, 2019

When you say "measure", do you mean calculating the length of the line at not linear referencing? If so, have a look at the LengthCalculator. Just be aware that the length is in ground units, which may not make much sense for e.g. LatLon coordinate systems.

In that case you can use the GeographicLengthCalculator from the FME Hub.

hi, actually i can calculate the length of the line using lengthcalculator.But some the cases like junction areas have two lines. how to join those two lines inside that area?

 


david_r
Celebrity
  • 8394 replies
  • August 2, 2019

hi, actually i can calculate the length of the line using lengthcalculator.But some the cases like junction areas have two lines. how to join those two lines inside that area?

 

How do you define a "junction area"?


kathir
Forum|alt.badge.img
  • Author
  • 21 replies
  • August 3, 2019

How do you define a "junction area"?

Hi , the junction areas are like more than two line.

kathir
Forum|alt.badge.img
  • Author
  • 21 replies
  • August 3, 2019

How do you define a "junction area"?

Hi, here i had attached the ref image. the yellow lines are areas. the blue lines are line string. in the images, the two lines are intersect.here i need length of those lines. Lineonareaoverlay transformer shows the output 2 in that area. but i need single output in those aea