Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

Let say, I have this figure,

http://s18.postimage.org/4ont0zk9j/Per_Lines.png

I need to get the perpendicular lines (in yellow) length in polygon?

share|improve this question
Do you know all intersection points coordinate? – Aragon Mar 6 '12 at 8:28
Yes. I have all the points of Polygon – abc Mar 6 '12 at 9:26
Got the answer from intmath.com/plane-analytic-geometry/… – abc Mar 6 '12 at 11:35

1 Answer

The length of the yellow lines is the vertical part of the point coordinate minus the base vertical coordinate.

The units of the length will be in the units of the coordinate system.

share|improve this answer
Got the answer from intmath.com/plane-analytic-geometry/… – abc Mar 6 '12 at 11:35

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.