Hi all,
I have a gml file. I wanna check if all geometries has three decimal places.
e.g.
.......
<gml:LineString>
<gml:posList srsDimension="3">354378.48 5715752.931 58.379 354379.262 5715756.965 58.364</gml:posList>
</gml:LineString>
...............
I thought maybe using XMLFragmenter and then stringsearcher will help.
With XMLFragmenter I used "gml:posList" but do not have any idea how to extract the numbers(geometries) and check if all of them have three decimal places or not.
I appreciate your help in advance.
Best regards,
Mani