Home
last modified time | relevance | path

Searched refs:pszAuthority (Results 1 – 25 of 56) sorted by relevance

123

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogr_srs_xml.cpp128 const char *pszAuthority, in addURN() argument
139 CPLAssert( strlen(pszAuthority)+strlen(pszObjectType) < sizeof(szURN)-30 ); in addURN()
142 pszObjectType, pszAuthority, pszVersion ); in addURN()
162 const char *pszAuthority, in AddValueIDWithURN() argument
171 addURN( psElement, pszAuthority, pszObjectType, nCode, pszVersion ); in AddValueIDWithURN()
186 const char *pszAuthority, in addAuthorityIDBlock() argument
200 CPLAssert( strlen(pszAuthority)+strlen(pszObjectType) < sizeof(szURN)-30 ); in addAuthorityIDBlock()
203 pszObjectType, pszAuthority, pszVersion ); in addAuthorityIDBlock()
851 const char *pszAuthority, *pszCode; in importXMLAuthority() local
859 if( !parseURN( pszURN, NULL, &pszAuthority, &pszCode ) ) in importXMLAuthority()
[all …]
H A Dogrspatialreference.cpp2257 if( EQUALN(pszAuthority,"EPSG",4) ) in importFromURNPart()
2263 if( EQUALN(pszAuthority,"IAU",3) ) in importFromURNPart()
2269 if( !EQUALN(pszAuthority,"OGC",3) ) in importFromURNPart()
2377 const char *pszAuthority = pszCur; in importFromURN() local
2401 return importFromURNPart(pszAuthority, pszCode, pszURN); in importFromURN()
2431 pszAuthority = pszCur; in importFromURN()
2603 const char *pszAuthority = pszCur; in importFromCRSURL() local
2620 return importFromURNPart( pszAuthority, pszCode, pszURL ); in importFromCRSURL()
5746 const char * pszAuthority, in SetAuthority() argument
5775 poAuthNode->AddChild( new OGR_SRSNode( pszAuthority ) ); in SetAuthority()
[all …]
H A Dogr_srs_proj4.cpp2436 const char *pszAuthority; in exportToProj4() local
2441 pszAuthority = GetAuthorityName( "DATUM" ); in exportToProj4()
2443 if( pszAuthority != NULL && EQUAL(pszAuthority,"EPSG") ) in exportToProj4()
2561 const char *pszAuthority = GetAuthorityName( "PRIMEM" ); in exportToProj4() local
2565 if( pszAuthority != NULL && EQUAL(pszAuthority,"EPSG") ) in exportToProj4()
H A Dogr_spatialref.h149 OGRErr importFromURNPart(const char* pszAuthority,
296 const char * pszAuthority,
H A Dogr_srs_pci.cpp1129 const char *pszAuthority = GetAuthorityName("GEOGCS"); in exportToPCI() local
1131 if( pszAuthority && EQUAL(pszAuthority,"EPSG") ) in exportToPCI()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogr_srs_xml.cpp127 const char *pszAuthority, in addURN() argument
138 CPLAssert( strlen(pszAuthority)+strlen(pszObjectType) < sizeof(szURN)-30 ); in addURN()
141 pszObjectType, pszAuthority, pszVersion ); in addURN()
161 const char *pszAuthority, in AddValueIDWithURN() argument
170 addURN( psElement, pszAuthority, pszObjectType, nCode, pszVersion ); in AddValueIDWithURN()
185 const char *pszAuthority, in addAuthorityIDBlock() argument
199 CPLAssert( strlen(pszAuthority)+strlen(pszObjectType) < sizeof(szURN)-30 ); in addAuthorityIDBlock()
202 pszObjectType, pszAuthority, pszVersion ); in addAuthorityIDBlock()
820 const char *pszAuthority, *pszCode; in importXMLAuthority() local
828 if( !parseURN( pszURN, NULL, &pszAuthority, &pszCode ) ) in importXMLAuthority()
[all …]
H A Dogr_srs_proj4.cpp1760 const char *pszAuthority; in exportToProj4() local
1764 pszAuthority = GetAuthorityName( "DATUM" ); in exportToProj4()
1766 if( pszAuthority != NULL && EQUAL(pszAuthority,"EPSG") ) in exportToProj4()
1853 const char *pszAuthority = GetAuthorityName( "PRIMEM" ); in exportToProj4() local
1857 if( pszAuthority != NULL && EQUAL(pszAuthority,"EPSG") ) in exportToProj4()
H A Dogrspatialreference.cpp1865 const char *pszAuthority = pszCur; in importFromURN() local
1885 if( EQUALN(pszAuthority,"EPSG:",5) ) in importFromURN()
1891 if( EQUALN(pszAuthority,"IAU",3) ) in importFromURN()
1897 if( !EQUALN(pszAuthority,"OGC:",4) ) in importFromURN()
4576 const char * pszAuthority, in SetAuthority() argument
4605 poAuthNode->AddChild( new OGR_SRSNode( pszAuthority ) ); in SetAuthority()
4619 const char * pszAuthority, in OSRSetAuthority() argument
4626 pszAuthority, in OSRSetAuthority()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogr_srs_xml.cpp138 const char *pszAuthority, in addURN() argument
148 CPLAssert( strlen(pszAuthority) + strlen(pszObjectType) < in addURN()
152 pszObjectType, pszAuthority, pszVersion ); in addURN()
173 const char *pszAuthority, in AddValueIDWithURN() argument
181 addURN( psElement, pszAuthority, pszObjectType, nCode, pszVersion ); in AddValueIDWithURN()
196 const char *pszAuthority, in addAuthorityIDBlock() argument
209 CPLAssert( strlen(pszAuthority) + strlen(pszObjectType) < in addAuthorityIDBlock()
213 pszObjectType, pszAuthority, pszVersion ); in addAuthorityIDBlock()
852 const char *pszAuthority; in importXMLAuthority() local
854 if( !parseURN( pszURN, nullptr, &pszAuthority, &pszCode ) ) in importXMLAuthority()
[all …]
H A Dogr_srs_pci.cpp1097 const char *pszAuthority = GetAuthorityName("GEOGCS"); in exportToPCI() local
1099 if( pszAuthority && EQUAL(pszAuthority, "EPSG") ) in exportToPCI()
H A Dogr_spatialref.h165 OGRErr importFromURNPart(const char* pszAuthority,
402 const char * pszAuthority,
H A Dogrspatialreference.cpp3818 (void)pszAuthority; in importFromURNPart()
3827 if( STARTS_WITH_CI(pszAuthority, "EPSG") ) in importFromURNPart()
3833 if( STARTS_WITH_CI(pszAuthority, "IAU") ) in importFromURNPart()
3839 if( !STARTS_WITH_CI(pszAuthority, "OGC") ) in importFromURNPart()
3968 const char *pszAuthority = pszCur; in importFromURN()
4021 pszAuthority = pszCur; in importFromURN()
4212 const char *pszAuthority = pszCur; in importFromCRSURL()
4228 return importFromURNPart( pszAuthority, pszCode, pszURL ); in importFromCRSURL()
7724 pszAuthority, osCode.c_str())); in SetAuthority()
7789 poAuthNode->AddChild( new OGR_SRSNode( pszAuthority ) ); in SetAuthority()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogr_srs_xml.cpp138 const char *pszAuthority,
148 CPLAssert( strlen(pszAuthority) + strlen(pszObjectType) <
152 pszObjectType, pszAuthority, pszVersion );
173 const char *pszAuthority,
181 addURN( psElement, pszAuthority, pszObjectType, nCode, pszVersion );
196 const char *pszAuthority,
209 CPLAssert( strlen(pszAuthority) + strlen(pszObjectType) <
213 pszObjectType, pszAuthority, pszVersion );
852 const char *pszAuthority;
854 if( !parseURN( pszURN, nullptr, &pszAuthority, &pszCode ) )
[all …]
H A Dogr_srs_pci.cpp1097 const char *pszAuthority = GetAuthorityName("GEOGCS"); in exportToPCI() local
1099 if( pszAuthority && EQUAL(pszAuthority, "EPSG") ) in exportToPCI()
H A Dogr_spatialref.h165 OGRErr importFromURNPart(const char* pszAuthority,
402 const char * pszAuthority,
H A Dogrspatialreference.cpp3818 (void)pszAuthority; in importFromURNPart()
3827 if( STARTS_WITH_CI(pszAuthority, "EPSG") ) in importFromURNPart()
3833 if( STARTS_WITH_CI(pszAuthority, "IAU") ) in importFromURNPart()
3839 if( !STARTS_WITH_CI(pszAuthority, "OGC") ) in importFromURNPart()
3968 const char *pszAuthority = pszCur; in importFromURN()
4021 pszAuthority = pszCur; in importFromURN()
4212 const char *pszAuthority = pszCur; in importFromCRSURL()
4228 return importFromURNPart( pszAuthority, pszCode, pszURL ); in importFromCRSURL()
7724 pszAuthority, osCode.c_str())); in SetAuthority()
7789 poAuthNode->AddChild( new OGR_SRSNode( pszAuthority ) ); in SetAuthority()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogr_srs_xml.cpp138 const char *pszAuthority, in addURN() argument
148 CPLAssert( strlen(pszAuthority) + strlen(pszObjectType) < in addURN()
152 pszObjectType, pszAuthority, pszVersion ); in addURN()
173 const char *pszAuthority, in AddValueIDWithURN() argument
181 addURN( psElement, pszAuthority, pszObjectType, nCode, pszVersion ); in AddValueIDWithURN()
196 const char *pszAuthority, in addAuthorityIDBlock() argument
209 CPLAssert( strlen(pszAuthority) + strlen(pszObjectType) < in addAuthorityIDBlock()
213 pszObjectType, pszAuthority, pszVersion ); in addAuthorityIDBlock()
852 const char *pszAuthority; in importXMLAuthority() local
854 if( !parseURN( pszURN, nullptr, &pszAuthority, &pszCode ) ) in importXMLAuthority()
[all …]
H A Dogr_srs_pci.cpp1097 const char *pszAuthority = GetAuthorityName("GEOGCS"); in exportToPCI() local
1099 if( pszAuthority && EQUAL(pszAuthority, "EPSG") ) in exportToPCI()
H A Dogr_spatialref.h165 OGRErr importFromURNPart(const char* pszAuthority,
402 const char * pszAuthority,
H A Dogrspatialreference.cpp3818 (void)pszAuthority; in importFromURNPart()
3827 if( STARTS_WITH_CI(pszAuthority, "EPSG") ) in importFromURNPart()
3833 if( STARTS_WITH_CI(pszAuthority, "IAU") ) in importFromURNPart()
3839 if( !STARTS_WITH_CI(pszAuthority, "OGC") ) in importFromURNPart()
3968 const char *pszAuthority = pszCur; in importFromURN()
4021 pszAuthority = pszCur; in importFromURN()
4212 const char *pszAuthority = pszCur; in importFromCRSURL()
4228 return importFromURNPart( pszAuthority, pszCode, pszURL ); in importFromCRSURL()
7724 pszAuthority, osCode.c_str())); in SetAuthority()
7789 poAuthNode->AddChild( new OGR_SRSNode( pszAuthority ) ); in SetAuthority()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsondatasource.cpp212 const char* pszAuthority = poSRS->GetAuthorityName(NULL); in ICreateLayer() local
214 if (pszAuthority != NULL && pszAuthorityCode != NULL && in ICreateLayer()
215 EQUAL(pszAuthority, "EPSG")) in ICreateLayer()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsondatasource.cpp402 const char* pszAuthority = poSRS->GetAuthorityName(nullptr); in ICreateLayer() local
404 if( pszAuthority != nullptr && pszAuthorityCode != nullptr && in ICreateLayer()
405 EQUAL(pszAuthority, "EPSG") && in ICreateLayer()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsondatasource.cpp402 const char* pszAuthority = poSRS->GetAuthorityName(nullptr); in ICreateLayer() local
404 if( pszAuthority != nullptr && pszAuthorityCode != nullptr && in ICreateLayer()
405 EQUAL(pszAuthority, "EPSG") && in ICreateLayer()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsondatasource.cpp402 const char* pszAuthority = poSRS->GetAuthorityName(nullptr); in ICreateLayer() local
404 if( pszAuthority != nullptr && pszAuthorityCode != nullptr && in ICreateLayer()
405 EQUAL(pszAuthority, "EPSG") && in ICreateLayer()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/include/gdal/
H A Dogr_spatialref.h291 const char * pszAuthority,

123