Home
last modified time | relevance | path

Searched refs:psMapInfo (Results 1 – 24 of 24) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/hfa/
H A Dhfatest.cpp54 const Eprj_MapInfo *psMapInfo, in HFAPCSStructToWKT() argument
74 const Eprj_MapInfo *psMapInfo; in main() local
201 psMapInfo = HFAGetMapInfo( hHFA ); in main()
203 if( psMapInfo != NULL ) in main()
205 printf( "MapInfo.proName = %s\n", psMapInfo->proName ); in main()
207 psMapInfo->upperLeftCenter.x ); in main()
209 psMapInfo->upperLeftCenter.y ); in main()
H A Dhfaopen.cpp910 Eprj_MapInfo *psMapInfo; in HFAGetMapInfo() local
955 psMapInfo->upperLeftCenter.x = in HFAGetMapInfo()
957 psMapInfo->upperLeftCenter.y = in HFAGetMapInfo()
960 psMapInfo->lowerRightCenter.x = in HFAGetMapInfo()
962 psMapInfo->lowerRightCenter.y = in HFAGetMapInfo()
965 psMapInfo->pixelSize.width = in HFAGetMapInfo()
967 psMapInfo->pixelSize.height = in HFAGetMapInfo()
974 psMapInfo->pixelSize.width = in HFAGetMapInfo()
984 return psMapInfo; in HFAGetMapInfo()
1040 if( psMapInfo != NULL ) in HFAGetGeoTransform()
[all …]
H A Dhfadataset.cpp4287 if( psPro == NULL && psMapInfo != NULL ) in HFAPCSStructToWKT()
4316 && psMapInfo != NULL ) in HFAPCSStructToWKT()
4338 if( psMapInfo ) in HFAPCSStructToWKT()
4339 pszUnits = psMapInfo->units; in HFAPCSStructToWKT()
4428 if( psMapInfo && strlen(psMapInfo->proName) > 0 in HFAPCSStructToWKT()
4449 if(psMapInfo) in HFAPCSStructToWKT()
4476 if( psMapInfo && strlen(psMapInfo->proName) > 0 in HFAPCSStructToWKT()
4969 const Eprj_MapInfo *psMapInfo; in ReadProjection() local
5003 psMapInfo = HFAGetMapInfo( hHFA ); in ReadProjection()
5006 if( psMapInfo == NULL ) in ReadProjection()
[all …]
H A Dhfa.h233 const Eprj_MapInfo *psMapInfo,
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/hfa/
H A Dhfatest.cpp57 const Eprj_MapInfo *psMapInfo; in main() local
181 psMapInfo = HFAGetMapInfo( hHFA ); in main()
183 if( psMapInfo != NULL ) in main()
185 printf( "MapInfo.proName = %s\n", psMapInfo->proName ); in main()
187 psMapInfo->upperLeftCenter.x ); in main()
189 psMapInfo->upperLeftCenter.y ); in main()
H A Dimggeotiff.cpp236 const Eprj_MapInfo *psMapInfo; in ImagineToGeoTIFFProjection() local
242 psMapInfo = HFAGetMapInfo( hHFA ); in ImagineToGeoTIFFProjection()
246 if( psMapInfo == NULL ) in ImagineToGeoTIFFProjection()
260 if( psMapInfo != NULL ) in ImagineToGeoTIFFProjection()
264 adfPixelScale[0] = psMapInfo->pixelSize.width; in ImagineToGeoTIFFProjection()
265 adfPixelScale[1] = psMapInfo->pixelSize.height; in ImagineToGeoTIFFProjection()
273 adfTiePoints[3] = psMapInfo->upperLeftCenter.x; in ImagineToGeoTIFFProjection()
283 if( psMapInfo != NULL ) in ImagineToGeoTIFFProjection()
285 if( EQUAL(psMapInfo->units,"meters") ) in ImagineToGeoTIFFProjection()
290 else if( EQUAL(psMapInfo->units,"feet") ) in ImagineToGeoTIFFProjection()
[all …]
H A Dhfaopen.cpp850 Eprj_MapInfo *psMapInfo; in HFAGetMapInfo() local
878 psMapInfo->upperLeftCenter.x = in HFAGetMapInfo()
880 psMapInfo->upperLeftCenter.y = in HFAGetMapInfo()
883 psMapInfo->lowerRightCenter.x = in HFAGetMapInfo()
885 psMapInfo->lowerRightCenter.y = in HFAGetMapInfo()
888 psMapInfo->pixelSize.width = in HFAGetMapInfo()
890 psMapInfo->pixelSize.height = in HFAGetMapInfo()
895 hHFA->pMapInfo = (void *) psMapInfo; in HFAGetMapInfo()
897 return psMapInfo; in HFAGetMapInfo()
953 if( psMapInfo != NULL ) in HFAGetGeoTransform()
[all …]
H A Dhfadataset.cpp2066 const Eprj_MapInfo *psMapInfo, in HFAPCSStructToWKT() argument
2080 if( psPro == NULL && psMapInfo != NULL ) in HFAPCSStructToWKT()
2082 oSRS.SetLocalCS( psMapInfo->proName ); in HFAPCSStructToWKT()
2096 && psMapInfo != NULL ) in HFAPCSStructToWKT()
2098 oSRS.SetProjCS( psMapInfo->proName ); in HFAPCSStructToWKT()
2118 if( psMapInfo ) in HFAPCSStructToWKT()
2119 pszUnits = psMapInfo->units; in HFAPCSStructToWKT()
2517 const Eprj_MapInfo *psMapInfo; in ReadProjection() local
2548 psMapInfo = HFAGetMapInfo( hHFA ); in ReadProjection()
2551 if( psMapInfo == NULL ) in ReadProjection()
[all …]
H A Dhfa.h224 const Eprj_MapInfo *psMapInfo,
/dports/graphics/py-gdal/gdal-3.3.3/frmts/hfa/
H A Dhfatest.cpp215 const Eprj_MapInfo *psMapInfo = HFAGetMapInfo( hHFA ); in main() local
217 if( psMapInfo != nullptr ) in main()
219 printf( "MapInfo.proName = %s\n", psMapInfo->proName ); in main()
221 psMapInfo->upperLeftCenter.x ); in main()
223 psMapInfo->upperLeftCenter.y ); in main()
H A Dhfaopen.cpp931 Eprj_MapInfo *psMapInfo = in HFAGetMapInfo() local
937 psMapInfo->upperLeftCenter.x = in HFAGetMapInfo()
939 psMapInfo->upperLeftCenter.y = in HFAGetMapInfo()
942 psMapInfo->lowerRightCenter.x = in HFAGetMapInfo()
944 psMapInfo->lowerRightCenter.y = in HFAGetMapInfo()
948 psMapInfo->pixelSize.width = in HFAGetMapInfo()
950 psMapInfo->pixelSize.height = in HFAGetMapInfo()
965 return psMapInfo; in HFAGetMapInfo()
1014 if( psMapInfo != nullptr ) in HFAGetGeoTransform()
1017 psMapInfo->upperLeftCenter.x - psMapInfo->pixelSize.width * 0.5; in HFAGetGeoTransform()
[all …]
H A Dhfadataset.cpp4380 oSRS.SetLocalCS(psMapInfo->proName); in HFAPCSStructToWKT()
4403 psMapInfo != nullptr ) in HFAPCSStructToWKT()
4405 oSRS.SetProjCS(psMapInfo->proName); in HFAPCSStructToWKT()
4421 if( psMapInfo ) in HFAPCSStructToWKT()
4422 pszUnits = psMapInfo->units; in HFAPCSStructToWKT()
4510 if( psMapInfo && strlen(psMapInfo->proName) > 0 && in HFAPCSStructToWKT()
4536 if( psMapInfo ) in HFAPCSStructToWKT()
4537 pszUnits = psMapInfo->units; in HFAPCSStructToWKT()
4566 if( psMapInfo && strlen(psMapInfo->proName) > 0 && in HFAPCSStructToWKT()
5147 if( psMapInfo == nullptr ) in ReadProjection()
[all …]
H A Dhfa_p.h141 const Eprj_MapInfo *psMapInfo,
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/hfa/
H A Dhfatest.cpp215 const Eprj_MapInfo *psMapInfo = HFAGetMapInfo( hHFA ); in main() local
217 if( psMapInfo != nullptr ) in main()
219 printf( "MapInfo.proName = %s\n", psMapInfo->proName ); in main()
221 psMapInfo->upperLeftCenter.x ); in main()
223 psMapInfo->upperLeftCenter.y ); in main()
H A Dhfaopen.cpp931 Eprj_MapInfo *psMapInfo =
937 psMapInfo->upperLeftCenter.x =
939 psMapInfo->upperLeftCenter.y =
942 psMapInfo->lowerRightCenter.x =
944 psMapInfo->lowerRightCenter.y =
948 psMapInfo->pixelSize.width =
950 psMapInfo->pixelSize.height =
965 return psMapInfo;
1014 if( psMapInfo != nullptr )
1017 psMapInfo->upperLeftCenter.x - psMapInfo->pixelSize.width * 0.5;
[all …]
H A Dhfadataset.cpp4380 oSRS.SetLocalCS(psMapInfo->proName); in HFAPCSStructToWKT()
4403 psMapInfo != nullptr ) in HFAPCSStructToWKT()
4405 oSRS.SetProjCS(psMapInfo->proName); in HFAPCSStructToWKT()
4421 if( psMapInfo ) in HFAPCSStructToWKT()
4422 pszUnits = psMapInfo->units; in HFAPCSStructToWKT()
4510 if( psMapInfo && strlen(psMapInfo->proName) > 0 && in HFAPCSStructToWKT()
4536 if( psMapInfo ) in HFAPCSStructToWKT()
4537 pszUnits = psMapInfo->units; in HFAPCSStructToWKT()
4566 if( psMapInfo && strlen(psMapInfo->proName) > 0 && in HFAPCSStructToWKT()
5147 if( psMapInfo == nullptr ) in ReadProjection()
[all …]
H A Dhfa_p.h141 const Eprj_MapInfo *psMapInfo,
/dports/graphics/gdal/gdal-3.3.3/frmts/hfa/
H A Dhfatest.cpp215 const Eprj_MapInfo *psMapInfo = HFAGetMapInfo( hHFA ); in main() local
217 if( psMapInfo != nullptr ) in main()
219 printf( "MapInfo.proName = %s\n", psMapInfo->proName ); in main()
221 psMapInfo->upperLeftCenter.x ); in main()
223 psMapInfo->upperLeftCenter.y ); in main()
H A Dhfaopen.cpp931 Eprj_MapInfo *psMapInfo = in HFAGetMapInfo() local
937 psMapInfo->upperLeftCenter.x = in HFAGetMapInfo()
939 psMapInfo->upperLeftCenter.y = in HFAGetMapInfo()
942 psMapInfo->lowerRightCenter.x = in HFAGetMapInfo()
944 psMapInfo->lowerRightCenter.y = in HFAGetMapInfo()
948 psMapInfo->pixelSize.width = in HFAGetMapInfo()
950 psMapInfo->pixelSize.height = in HFAGetMapInfo()
965 return psMapInfo; in HFAGetMapInfo()
1014 if( psMapInfo != nullptr ) in HFAGetGeoTransform()
1017 psMapInfo->upperLeftCenter.x - psMapInfo->pixelSize.width * 0.5; in HFAGetGeoTransform()
[all …]
H A Dhfadataset.cpp4380 oSRS.SetLocalCS(psMapInfo->proName); in HFAPCSStructToWKT()
4403 psMapInfo != nullptr ) in HFAPCSStructToWKT()
4405 oSRS.SetProjCS(psMapInfo->proName); in HFAPCSStructToWKT()
4421 if( psMapInfo ) in HFAPCSStructToWKT()
4422 pszUnits = psMapInfo->units; in HFAPCSStructToWKT()
4510 if( psMapInfo && strlen(psMapInfo->proName) > 0 && in HFAPCSStructToWKT()
4536 if( psMapInfo ) in HFAPCSStructToWKT()
4537 pszUnits = psMapInfo->units; in HFAPCSStructToWKT()
4566 if( psMapInfo && strlen(psMapInfo->proName) > 0 && in HFAPCSStructToWKT()
5147 if( psMapInfo == nullptr ) in ReadProjection()
[all …]
H A Dhfa_p.h141 const Eprj_MapInfo *psMapInfo,
/dports/graphics/py-gdal/gdal-3.3.3/
H A DNEWS8482 * Logic to preserve psMapInfo->proName as the PROJCS name for UTM/StatePlane.
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/
H A DNEWS8482 * Logic to preserve psMapInfo->proName as the PROJCS name for UTM/StatePlane.
/dports/graphics/gdal/gdal-3.3.3/
H A DNEWS8482 * Logic to preserve psMapInfo->proName as the PROJCS name for UTM/StatePlane.