Greetings. I have a GeoTiff file in a WGS84 projection. I want to display this over a Google Map, but I'm having trouble figuring out how to convert the projection to the Google Map projection.
I tried overriding the LowerLeftPoint, LowerRightPoint, etc. but they are read only... However, the LowerLeftPoint.X, LowerLeftPoint.Y can be set..
The problem lies in that when I try to set them, LowerLeftPoint.X does not take a value, though .Y DOES take the value.
Is there a better way to change the projection on this?
Thanks.
Charley.