Which unit does JTS LineString.getLength() use

Posted by Kungi on Stack Overflow See other posts from Stack Overflow or by Kungi
Published on 2010-06-16T11:10:59Z Indexed on 2010/06/16 11:12 UTC
Read the original article Hit count: 241

Filed under:
|
|

Hi folks I'm trying to figure out which unit JTS LineString.getLength() return.

for example:

LineString foo = (initialize line string somehow)
foo.getLength() -> 7.025667228118838E-4

Are these Kilometers?, Meters?, Feet?

best regards, Andreas

© Stack Overflow or respective owner

Related posts about java

Related posts about length