i have adobe geospatial pdf and it has lots of points that connects together with different lines ,i would like to extract the lines coordinates and also the length and extract also line number for each line .
FME 2020.2
Thanks in advance
i have adobe geospatial pdf and it has lots of points that connects together with different lines ,i would like to extract the lines coordinates and also the length and extract also line number for each line .
FME 2020.2
Thanks in advance
Best answer by redgeographics
You can use the CoordinateExtractor to get coordinates from a line and store them in attributes. Use two of them, with the mode set to Specify Coordinate and the indexes to 0 (first coordinate) and -1 (last coordinate).
Calculating the length of a line can be done with the LengthCalculator.
I don't think GeoPDF maintains an internal line id, but you can use a Counter to create your own.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.