Hi,
we would like to show an image file with its normal resolution without world file.
We have some maps(actually not real maps) which are not required to be georeferenced, (such as indoor drawings of a building)
So we would like our users to use this images(maps) without thinking about world file of the image.
Since georeference of the image is not important for us,
we would like to create a random world file internally by our application as soon as end user selects image file.
There is a similar discussion here;
gis.thinkgeo.com/Support/Dis...fault.aspx
But not answering my question.
You suggested using;
WorldFile worldFile = new WorldFile(new RectangleShape(-74, 45, -70, 40), 800, 600);
You said extent(RectangleShape) should be provided by image owner,
but owner of the image also doesn't know extent.
So how can we create a random extent?
Many Thanks,
Regards
p.s. I tried with above world file, image is shown with extremely high zoom.
How can we have a world file which shows image at its resolution.