openjump-gis / openjump

OpenJUMP, the Open Source GIS with more than one trick in its kangaroo pocket, takes the leap from svn to git. join the effort!
http://openjump.org
GNU General Public License v2.0
28 stars 14 forks source link

RasterImageLayer: added capability to read coordinates from .aux.xml file #95

Closed ma15569 closed 1 year ago

ma15569 commented 1 year ago

This patch shoud give the ability to RasteImageLayer Framework to read coordinates from aux.xml file in absence of world file. The process to generate the raster envelope is the following stages: a) check auxiliary file and check tag to build the envelope b) check world file to build the envelope c) in case of a) and b) are not available or the envelopeis null, try GeoTiff tags and ESRI FLT/ASC info. d) Eventually it opens the dialog where the uses can input the coordinates of the envelope

Comparing to the previous version where a wold file was always build when a raster/image was open, this patch creates a world file only at the stage d)