Home
last modified time | relevance | path

Searched refs:m_oSRS (Results 1 – 25 of 36) sorted by relevance

12

/dports/graphics/py-gdal/gdal-3.3.3/frmts/fits/
H A Dfitsdataset.cpp82 OGRSpatialReference m_oSRS{}; member in FITSDataset
2796 const bool bHasProjection = !m_oSRS.IsEmpty(); in WriteFITSInfo()
2804 const char* target = m_oSRS.GetAttrValue("DATUM",0); in WriteFITSInfo()
2849 double aradius = m_oSRS.GetSemiMajor(); in WriteFITSInfo()
2851 double cradius = m_oSRS.GetSemiMinor(); in WriteFITSInfo()
2886 const char* unit = m_oSRS.GetAttrValue("UNIT",0); in WriteFITSInfo()
3137 return m_oSRS.IsEmpty() ? nullptr : &m_oSRS; in GetSpatialRef()
3149 m_oSRS.Clear(); in SetSpatialRef()
3153 m_oSRS = *poSRS; in SetSpatialRef()
3488 m_oSRS.SetProjParm(SRS_PP_FALSE_EASTING,0.0); in LoadGeoreferencing()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/fits/
H A Dfitsdataset.cpp82 OGRSpatialReference m_oSRS{}; member in FITSDataset
2796 const bool bHasProjection = !m_oSRS.IsEmpty(); in WriteFITSInfo()
2804 const char* target = m_oSRS.GetAttrValue("DATUM",0); in WriteFITSInfo()
2849 double aradius = m_oSRS.GetSemiMajor(); in WriteFITSInfo()
2851 double cradius = m_oSRS.GetSemiMinor(); in WriteFITSInfo()
2886 const char* unit = m_oSRS.GetAttrValue("UNIT",0); in WriteFITSInfo()
3137 return m_oSRS.IsEmpty() ? nullptr : &m_oSRS; in GetSpatialRef()
3149 m_oSRS.Clear(); in SetSpatialRef()
3153 m_oSRS = *poSRS; in SetSpatialRef()
3488 m_oSRS.SetProjParm(SRS_PP_FALSE_EASTING,0.0); in LoadGeoreferencing()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/fits/
H A Dfitsdataset.cpp82 OGRSpatialReference m_oSRS{}; member in FITSDataset
2796 const bool bHasProjection = !m_oSRS.IsEmpty(); in WriteFITSInfo()
2804 const char* target = m_oSRS.GetAttrValue("DATUM",0); in WriteFITSInfo()
2849 double aradius = m_oSRS.GetSemiMajor(); in WriteFITSInfo()
2851 double cradius = m_oSRS.GetSemiMinor(); in WriteFITSInfo()
2886 const char* unit = m_oSRS.GetAttrValue("UNIT",0); in WriteFITSInfo()
3137 return m_oSRS.IsEmpty() ? nullptr : &m_oSRS; in GetSpatialRef()
3149 m_oSRS.Clear(); in SetSpatialRef()
3153 m_oSRS = *poSRS; in SetSpatialRef()
3488 m_oSRS.SetProjParm(SRS_PP_FALSE_EASTING,0.0); in LoadGeoreferencing()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mapml/
H A Dogrmapmldataset.cpp119 OGRSpatialReference m_oSRS{}; member in OGRMapMLWriterDataset
730 const char* pszUnits = m_oSRS.IsProjected() ? "pcrs" : "gcrs"; in ~OGRMapMLWriterDataset()
732 const char* pszYAxis = m_oSRS.IsProjected() ? "y" : "latitude"; in ~OGRMapMLWriterDataset()
905 poDS->m_oSRS.importFromEPSG(nTargetEPSGCode); in Create()
906 poDS->m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in Create()
972 if( m_oSRS.IsEmpty() ) in ICreateLayer()
984 m_oSRS.importFromEPSG(nEPSGCode); in ICreateLayer()
989 if( m_oSRS.IsEmpty() ) in ICreateLayer()
992 m_oSRS.importFromEPSG(EPSG_CODE_WGS84); in ICreateLayer()
994 m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in ICreateLayer()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mapml/
H A Dogrmapmldataset.cpp119 OGRSpatialReference m_oSRS{}; member in OGRMapMLWriterDataset
730 const char* pszUnits = m_oSRS.IsProjected() ? "pcrs" : "gcrs"; in ~OGRMapMLWriterDataset()
732 const char* pszYAxis = m_oSRS.IsProjected() ? "y" : "latitude"; in ~OGRMapMLWriterDataset()
905 poDS->m_oSRS.importFromEPSG(nTargetEPSGCode); in Create()
906 poDS->m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in Create()
972 if( m_oSRS.IsEmpty() ) in ICreateLayer()
984 m_oSRS.importFromEPSG(nEPSGCode); in ICreateLayer()
989 if( m_oSRS.IsEmpty() ) in ICreateLayer()
992 m_oSRS.importFromEPSG(EPSG_CODE_WGS84); in ICreateLayer()
994 m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in ICreateLayer()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mapml/
H A Dogrmapmldataset.cpp119 OGRSpatialReference m_oSRS{}; member in OGRMapMLWriterDataset
730 const char* pszUnits = m_oSRS.IsProjected() ? "pcrs" : "gcrs"; in ~OGRMapMLWriterDataset()
732 const char* pszYAxis = m_oSRS.IsProjected() ? "y" : "latitude"; in ~OGRMapMLWriterDataset()
905 poDS->m_oSRS.importFromEPSG(nTargetEPSGCode); in Create()
906 poDS->m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in Create()
972 if( m_oSRS.IsEmpty() ) in ICreateLayer()
984 m_oSRS.importFromEPSG(nEPSGCode); in ICreateLayer()
989 if( m_oSRS.IsEmpty() ) in ICreateLayer()
992 m_oSRS.importFromEPSG(EPSG_CODE_WGS84); in ICreateLayer()
994 m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in ICreateLayer()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/stacta/
H A Dstactadataset.h67 OGRSpatialReference m_oSRS{};
148 OGRSpatialReference m_oSRS{};
158 const OGRSpatialReference* GetSpatialRef() const override { return &m_oSRS; } in GetSpatialRef()
H A Dstactadataset.cpp956 m_oSRS = poRawDS->m_oSRS; in Open()
1112 if( m_oSRS.SetFromUserInput(osCRS) != OGRERR_NONE ) in InitRaster()
1116 m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in InitRaster()
1132 return nBands == 0 ? nullptr : &m_oSRS; in GetSpatialRef()
/dports/graphics/gdal/gdal-3.3.3/frmts/stacta/
H A Dstactadataset.h67 OGRSpatialReference m_oSRS{};
148 OGRSpatialReference m_oSRS{};
158 const OGRSpatialReference* GetSpatialRef() const override { return &m_oSRS; } in GetSpatialRef()
H A Dstactadataset.cpp956 m_oSRS = poRawDS->m_oSRS; in Open()
1112 if( m_oSRS.SetFromUserInput(osCRS) != OGRERR_NONE ) in InitRaster()
1116 m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in InitRaster()
1132 return nBands == 0 ? nullptr : &m_oSRS; in GetSpatialRef()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/stacta/
H A Dstactadataset.h67 OGRSpatialReference m_oSRS{};
148 OGRSpatialReference m_oSRS{};
158 const OGRSpatialReference* GetSpatialRef() const override { return &m_oSRS; } in GetSpatialRef()
H A Dstactadataset.cpp956 m_oSRS = poRawDS->m_oSRS; in Open()
1112 if( m_oSRS.SetFromUserInput(osCRS) != OGRERR_NONE ) in InitRaster()
1116 m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in InitRaster()
1132 return nBands == 0 ? nullptr : &m_oSRS; in GetSpatialRef()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pds/
H A Dvicardataset.cpp1087 if( !m_oSRS.IsEmpty() ) in GetSpatialRef()
1088 return &m_oSRS; in GetSpatialRef()
1102 m_oSRS = *poSRS; in SetSpatialRef()
1104 m_oSRS.Clear(); in SetSpatialRef()
1687 if( !m_oSRS.IsEmpty() ) in BuildLabel()
1689 if( m_oSRS.IsProjected() || m_oSRS.IsGeographic() ) in BuildLabel()
1694 const char* pszDatum = m_oSRS.GetAttrValue("DATUM"); in BuildLabel()
1780 if( m_oSRS.IsProjected() ) in BuildLabel()
1788 else if( m_oSRS.IsGeographic() ) in BuildLabel()
2173 poDS->m_oSRS = oSRS; in Open()
[all …]
H A Dvicardataset.h77 OGRSpatialReference m_oSRS; variable
/dports/graphics/gdal/gdal-3.3.3/frmts/pds/
H A Dvicardataset.cpp1087 if( !m_oSRS.IsEmpty() ) in GetSpatialRef()
1088 return &m_oSRS; in GetSpatialRef()
1102 m_oSRS = *poSRS; in SetSpatialRef()
1104 m_oSRS.Clear(); in SetSpatialRef()
1687 if( !m_oSRS.IsEmpty() ) in BuildLabel()
1689 if( m_oSRS.IsProjected() || m_oSRS.IsGeographic() ) in BuildLabel()
1694 const char* pszDatum = m_oSRS.GetAttrValue("DATUM"); in BuildLabel()
1780 if( m_oSRS.IsProjected() ) in BuildLabel()
1788 else if( m_oSRS.IsGeographic() ) in BuildLabel()
2173 poDS->m_oSRS = oSRS; in Open()
[all …]
H A Dvicardataset.h77 OGRSpatialReference m_oSRS; variable
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pds/
H A Dvicardataset.cpp1087 if( !m_oSRS.IsEmpty() ) in GetSpatialRef()
1088 return &m_oSRS; in GetSpatialRef()
1102 m_oSRS = *poSRS; in SetSpatialRef()
1104 m_oSRS.Clear(); in SetSpatialRef()
1687 if( !m_oSRS.IsEmpty() ) in BuildLabel()
1689 if( m_oSRS.IsProjected() || m_oSRS.IsGeographic() ) in BuildLabel()
1694 const char* pszDatum = m_oSRS.GetAttrValue("DATUM"); in BuildLabel()
1780 if( m_oSRS.IsProjected() ) in BuildLabel()
1788 else if( m_oSRS.IsGeographic() ) in BuildLabel()
2173 poDS->m_oSRS = oSRS; in Open()
[all …]
H A Dvicardataset.h77 OGRSpatialReference m_oSRS; variable
H A Disis3dataset.cpp154 OGRSpatialReference m_oSRS; member in ISIS3Dataset
1444 if( !m_oSRS.IsEmpty() ) in GetSpatialRef()
1445 return &m_oSRS; in GetSpatialRef()
1459 m_oSRS = *poSRS; in SetSpatialRef()
1461 m_oSRS.Clear(); in SetSpatialRef()
2084 poDS->m_oSRS = oSRS; in Open()
2509 poDS->m_oSRS = oSRS2; in Open()
2697 const OGRSpatialReference& oSRS = m_oSRS; in BuildLabel()
2715 else if( !m_bUseSrcMapping && !m_oSRS.IsEmpty() ) in BuildLabel()
3011 if( !m_oSRS.IsEmpty() && oSRS.IsProjected() ) in BuildLabel()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/exr/
H A Dexrdataset.cpp81 OGRSpatialReference m_oSRS{};
404 return m_oSRS.IsEmpty() ? nullptr : &m_oSRS;
772 poDS->m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER);
773 poDS->m_oSRS.importFromWkt(stringAttr->value().c_str());
1442 OGRSpatialReference m_oSRS{};
1520 m_oSRS = *poSRS;
1522 m_oSRS.Clear();
1609 return m_oSRS.IsEmpty() ? nullptr : &m_oSRS;
/dports/graphics/gdal/gdal-3.3.3/frmts/exr/
H A Dexrdataset.cpp81 OGRSpatialReference m_oSRS{}; member in GDALEXRDataset
404 return m_oSRS.IsEmpty() ? nullptr : &m_oSRS; in GetSpatialRef()
772 poDS->m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in Open()
773 poDS->m_oSRS.importFromWkt(stringAttr->value().c_str()); in Open()
1442 OGRSpatialReference m_oSRS{}; member in GDALEXRWritableDataset
1520 m_oSRS = *poSRS; in SetSpatialRef()
1522 m_oSRS.Clear(); in SetSpatialRef()
1609 return m_oSRS.IsEmpty() ? nullptr : &m_oSRS; in GetSpatialRef()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/exr/
H A Dexrdataset.cpp81 OGRSpatialReference m_oSRS{}; member in GDALEXRDataset
404 return m_oSRS.IsEmpty() ? nullptr : &m_oSRS; in GetSpatialRef()
772 poDS->m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in Open()
773 poDS->m_oSRS.importFromWkt(stringAttr->value().c_str()); in Open()
1442 OGRSpatialReference m_oSRS{}; member in GDALEXRWritableDataset
1520 m_oSRS = *poSRS; in SetSpatialRef()
1522 m_oSRS.Clear(); in SetSpatialRef()
1609 return m_oSRS.IsEmpty() ? nullptr : &m_oSRS; in GetSpatialRef()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/ogcapi/
H A Dgdalogcapidataset.cpp72 OGRSpatialReference m_oSRS{}; member in OGCAPIDataset
366 return !m_oSRS.IsEmpty() ? &m_oSRS : nullptr; in GetSpatialRef()
1005 m_oSRS.importFromEPSG(4326); in InitWithMapAPI()
1006 m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in InitWithMapAPI()
1237 m_oSRS.importFromEPSG(4326); in InitWithCoverageAPI()
1238 m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in InitWithCoverageAPI()
1643 if( m_oSRS.SetFromUserInput(tms->crs().c_str()) != OGRERR_NONE ) in InitWithTilesAPI()
1646 m_oSRS.EPSGTreatsAsLatLong() != FALSE || in InitWithTilesAPI()
1647 m_oSRS.EPSGTreatsAsNorthingEasting() != FALSE; in InitWithTilesAPI()
1648 m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in InitWithTilesAPI()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/ogcapi/
H A Dgdalogcapidataset.cpp72 OGRSpatialReference m_oSRS{}; member in OGCAPIDataset
366 return !m_oSRS.IsEmpty() ? &m_oSRS : nullptr; in GetSpatialRef()
1005 m_oSRS.importFromEPSG(4326); in InitWithMapAPI()
1006 m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in InitWithMapAPI()
1237 m_oSRS.importFromEPSG(4326); in InitWithCoverageAPI()
1238 m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in InitWithCoverageAPI()
1643 if( m_oSRS.SetFromUserInput(tms->crs().c_str()) != OGRERR_NONE ) in InitWithTilesAPI()
1646 m_oSRS.EPSGTreatsAsLatLong() != FALSE || in InitWithTilesAPI()
1647 m_oSRS.EPSGTreatsAsNorthingEasting() != FALSE; in InitWithTilesAPI()
1648 m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in InitWithTilesAPI()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/ogcapi/
H A Dgdalogcapidataset.cpp72 OGRSpatialReference m_oSRS{}; member in OGCAPIDataset
366 return !m_oSRS.IsEmpty() ? &m_oSRS : nullptr; in GetSpatialRef()
1005 m_oSRS.importFromEPSG(4326); in InitWithMapAPI()
1006 m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in InitWithMapAPI()
1237 m_oSRS.importFromEPSG(4326); in InitWithCoverageAPI()
1238 m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in InitWithCoverageAPI()
1643 if( m_oSRS.SetFromUserInput(tms->crs().c_str()) != OGRERR_NONE ) in InitWithTilesAPI()
1646 m_oSRS.EPSGTreatsAsLatLong() != FALSE || in InitWithTilesAPI()
1647 m_oSRS.EPSGTreatsAsNorthingEasting() != FALSE; in InitWithTilesAPI()
1648 m_oSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in InitWithTilesAPI()
[all …]

12