Home
last modified time | relevance | path

Searched refs:bIsGeographic (Results 1 – 25 of 35) sorted by relevance

12

/dports/graphics/proj/proj-7.2.1/src/transformations/
H A Ddefmodel.hpp79 double minxNormalized(bool bIsGeographic) const { in minxNormalized()
80 return bIsGeographic ? mMinxRad : mMinx; in minxNormalized()
82 double minyNormalized(bool bIsGeographic) const { in minyNormalized()
83 return bIsGeographic ? mMinyRad : mMiny; in minyNormalized()
85 double maxxNormalized(bool bIsGeographic) const { in maxxNormalized()
86 return bIsGeographic ? mMaxxRad : mMaxx; in maxxNormalized()
88 double maxyNormalized(bool bIsGeographic) const { in maxyNormalized()
89 return bIsGeographic ? mMaxyRad : mMaxy; in maxyNormalized()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pds/
H A Disis3dataset.cpp401 char bIsGeographic = TRUE; in Open() local
545 bIsGeographic = FALSE; in Open()
616 if (bIsGeographic) { in Open()
653 if (bIsGeographic) { in Open()
H A Dvicardataset.cpp415 char bIsGeographic = TRUE; in Open() local
418 bIsGeographic = FALSE; in Open()
514 if (bIsGeographic) { in Open()
547 if (bIsGeographic) { in Open()
H A Disis2dataset.cpp482 char bIsGeographic = TRUE; in Open() local
485 bIsGeographic = FALSE; in Open()
541 if (bIsGeographic) { in Open()
588 if (bIsGeographic) { in Open()
H A Dpdsdataset.cpp437 char bIsGeographic = TRUE; in ParseSRS() local
440 bIsGeographic = FALSE; in ParseSRS()
536 if (bIsGeographic) { in ParseSRS()
569 if (bIsGeographic) { in ParseSRS()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pds/
H A Disis2dataset.cpp449 bool bIsGeographic = true; in Open() local
452 bIsGeographic = false; in Open()
513 if (bIsGeographic) { in Open()
562 if (bIsGeographic) { in Open()
H A Dpdsdataset.cpp436 char bIsGeographic = TRUE; in ParseSRS() local
439 bIsGeographic = FALSE; in ParseSRS()
571 if (bIsGeographic) { in ParseSRS()
604 if (bIsGeographic) { in ParseSRS()
H A Dvicardataset.cpp2017 bool bIsGeographic = true; in Open() local
2020 bIsGeographic = false; in Open()
2125 if (bIsGeographic) { in Open()
2159 if (bIsGeographic) { in Open()
H A Disis3dataset.cpp1928 bool bIsGeographic = true;
1931 bIsGeographic = false;
2029 if (bIsGeographic) {
2071 if (bIsGeographic) {
/dports/graphics/gdal/gdal-3.3.3/frmts/pds/
H A Disis2dataset.cpp449 bool bIsGeographic = true; in Open() local
452 bIsGeographic = false; in Open()
513 if (bIsGeographic) { in Open()
562 if (bIsGeographic) { in Open()
H A Dpdsdataset.cpp436 char bIsGeographic = TRUE; in ParseSRS() local
439 bIsGeographic = FALSE; in ParseSRS()
571 if (bIsGeographic) { in ParseSRS()
604 if (bIsGeographic) { in ParseSRS()
H A Dvicardataset.cpp2017 bool bIsGeographic = true; in Open() local
2020 bIsGeographic = false; in Open()
2125 if (bIsGeographic) { in Open()
2159 if (bIsGeographic) { in Open()
H A Disis3dataset.cpp1928 bool bIsGeographic = true; in Open() local
1931 bIsGeographic = false; in Open()
2029 if (bIsGeographic) { in Open()
2071 if (bIsGeographic) { in Open()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pds/
H A Disis2dataset.cpp449 bool bIsGeographic = true; in Open() local
452 bIsGeographic = false; in Open()
513 if (bIsGeographic) { in Open()
562 if (bIsGeographic) { in Open()
H A Dpdsdataset.cpp436 char bIsGeographic = TRUE; in ParseSRS() local
439 bIsGeographic = FALSE; in ParseSRS()
571 if (bIsGeographic) { in ParseSRS()
604 if (bIsGeographic) { in ParseSRS()
H A Dvicardataset.cpp2017 bool bIsGeographic = true; in Open() local
2020 bIsGeographic = false; in Open()
2125 if (bIsGeographic) { in Open()
2159 if (bIsGeographic) { in Open()
H A Disis3dataset.cpp1928 bool bIsGeographic = true; in Open() local
1931 bIsGeographic = false; in Open()
2029 if (bIsGeographic) { in Open()
2071 if (bIsGeographic) { in Open()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/netcdf/
H A Dnetcdfdataset.h687 int bIsGeographic; variable
H A Dnetcdfdataset.cpp1493 bIsGeographic = FALSE; /* can be not projected, and also not geographic */ in netCDFDataset()
3290 bIsGeographic = TRUE; in AddProjectionVars()
3293 pszProjection,bIsProjected,bIsGeographic ); in AddProjectionVars()
3401 if ( bIsGeographic ) bWriteGridMapping = TRUE; in AddProjectionVars()
3440 bIsProjected,bIsGeographic,bWriteGridMapping, in AddProjectionVars()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/netcdf/
H A Dnetcdflayer.cpp320 const bool bIsGeographic = (poSRS == nullptr || poSRS->IsGeographic());
323 bIsGeographic ? CF_LONGITUDE_VAR_NAME : CF_PROJ_X_VAR_NAME;
335 bIsGeographic ? CF_LATITUDE_VAR_NAME : CF_PROJ_Y_VAR_NAME;
H A Dnetcdfdataset.h850 bool bIsGeographic; variable
/dports/graphics/gdal/gdal-3.3.3/frmts/netcdf/
H A Dnetcdflayer.cpp320 const bool bIsGeographic = (poSRS == nullptr || poSRS->IsGeographic()); in Create() local
323 bIsGeographic ? CF_LONGITUDE_VAR_NAME : CF_PROJ_X_VAR_NAME; in Create()
335 bIsGeographic ? CF_LATITUDE_VAR_NAME : CF_PROJ_Y_VAR_NAME; in Create()
H A Dnetcdfdataset.h850 bool bIsGeographic; variable
/dports/graphics/py-gdal/gdal-3.3.3/frmts/netcdf/
H A Dnetcdflayer.cpp320 const bool bIsGeographic = (poSRS == nullptr || poSRS->IsGeographic()); in Create() local
323 bIsGeographic ? CF_LONGITUDE_VAR_NAME : CF_PROJ_X_VAR_NAME; in Create()
335 bIsGeographic ? CF_LATITUDE_VAR_NAME : CF_PROJ_Y_VAR_NAME; in Create()
H A Dnetcdfdataset.h850 bool bIsGeographic; variable

12