xalien xalien
xalien xalien

Reputation: 63

geocoding, get corner latitude longitude

I have some x/y point of an image, this points corresponds to latitude/longitude values, if I know the size of the image how to calculate(in java) image corners latitude/longitude? thanks

Upvotes: 1

Views: 313

Answers (1)

Jigar Joshi
Jigar Joshi

Reputation: 240918

  • take the scale
  • check if lon at y = l1 then what would it be at y = cornerY
  • check if lat at x = l1 then what would it be at x = corner

Upvotes: 1

Related Questions