weixj2003ld wrote:
I read a .tif file ,and use the following code to get the MinX,MinY,MaxX
and MaxY of the coordation of the tif image.
...
double *m_AdGeoTransform=new double[6];
poDataset->GetGeoTransform(AdGeoTransform);
nX=poDataset->GetReasXsize();
nY=poDataset->GetReasYsize();
MinX=AdGe
I read a .tif file ,and use the following code to get the MinX,MinY,MaxX and
MaxY of the coordation of the tif image.
...
double *m_AdGeoTransform=new double[6];
poDataset->GetGeoTransform(AdGeoTransform);
nX=poDataset->GetReasXsize();
nY=poDataset->GetReasYsize();
MinX=AdGeoTransform[0];
MinY=A
Markus Neteler schrieb:
2010/4/2 weixj2003ld :
Hi
Could you tell me some open source softwares(base on windows) that can
display geotiff files in 3D mode not in 2D mode?
GRASS GIS has the NVIZ 3D viewer included:
http://grass.osgeo.org/screenshots/viz.php
Download at:
http://grass.osg