Home
last modified time | relevance | path

Searched refs:pszUnitsPer (Results 1 – 5 of 5) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogr_srs_xml.cpp773 const char *pszUnitName, *pszUnitsPer; in importXMLUnits() local
786 pszUnitsPer = CPLGetXMLValue( psSrcXML, "radiansPerUnit", NULL ); in importXMLUnits()
788 pszUnitsPer = CPLGetXMLValue( psSrcXML, "metresPerUnit", NULL ); in importXMLUnits()
790 if( pszUnitsPer == NULL ) in importXMLUnits()
809 poUnits->GetChild(1)->SetValue( pszUnitsPer ); in importXMLUnits()
815 poUnits->AddChild( new OGR_SRSNode( pszUnitsPer ) ); in importXMLUnits()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogr_srs_xml.cpp742 const char *pszUnitName, *pszUnitsPer; in importXMLUnits() local
755 pszUnitsPer = CPLGetXMLValue( psSrcXML, "radiansPerUnit", NULL ); in importXMLUnits()
757 pszUnitsPer = CPLGetXMLValue( psSrcXML, "metresPerUnit", NULL ); in importXMLUnits()
759 if( pszUnitsPer == NULL ) in importXMLUnits()
778 poUnits->GetChild(1)->SetValue( pszUnitsPer ); in importXMLUnits()
784 poUnits->AddChild( new OGR_SRSNode( pszUnitsPer ) ); in importXMLUnits()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogr_srs_xml.cpp774 const char *pszUnitsPer = NULL; in importXMLUnits() local
783 pszUnitsPer = in importXMLUnits()
788 if( pszUnitsPer == NULL ) in importXMLUnits()
804 poUnits->GetChild(1)->SetValue( pszUnitsPer ); in importXMLUnits()
810 poUnits->AddChild( new OGR_SRSNode( pszUnitsPer ) ); in importXMLUnits()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogr_srs_xml.cpp774 const char *pszUnitsPer = NULL;
783 pszUnitsPer =
788 if( pszUnitsPer == NULL )
804 poUnits->GetChild(1)->SetValue( pszUnitsPer );
810 poUnits->AddChild( new OGR_SRSNode( pszUnitsPer ) );
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogr_srs_xml.cpp774 const char *pszUnitsPer = NULL; in importXMLUnits() local
783 pszUnitsPer = in importXMLUnits()
788 if( pszUnitsPer == NULL ) in importXMLUnits()
804 poUnits->GetChild(1)->SetValue( pszUnitsPer ); in importXMLUnits()
810 poUnits->AddChild( new OGR_SRSNode( pszUnitsPer ) ); in importXMLUnits()