Home
last modified time | relevance | path

Searched refs:GetSRS (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/liblas/libLAS-1.8.1/csharp-new/liblas_swig_test/
H A DProgram.cs107 SpatialReference srs = header.GetSRS(); in Test_ReadA()
137 SpatialReference srs = header.GetSRS(); in Test_ReadB()
208 SpatialReference srs = header.GetSRS(); in Test_ReadT()
/dports/devel/liblas/libLAS-1.8.1/test/unit/
H A Dspatialreference_test.cpp57 liblas::SpatialReference const& ref = header.GetSRS(); in test()
111 liblas::SpatialReference const& in_ref = header.GetSRS(); in test()
280 result_ref = header.GetSRS(); in test()
325 result_ref = header.GetSRS(); in test()
H A Dheader_test.cpp308 liblas::SpatialReference srs = h.GetSRS(); in test()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/cartodb/
H A Dogrcartodblayer.cpp385 OGRSpatialReference* poSRS = GetSRS(pszColName, &poFieldDefn->nSRID); in EstablishLayerDefn()
413 OGRSpatialReference* poSRS = GetSRS(pszColName, &poFieldDefn->nSRID); in EstablishLayerDefn()
431 OGRSpatialReference* OGRCARTODBLayer::GetSRS(const char* pszGeomCol, in GetSRS() function in OGRCARTODBLayer
H A Dogr_cartodb.h84 OGRSpatialReference *GetSRS(const char* pszGeomCol, int *pnSRID);
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/carto/
H A Dogrcartolayer.cpp384 OGRSpatialReference* l_poSRS = GetSRS(pszColName, &poFieldDefn->nSRID); in EstablishLayerDefn()
412 OGRSpatialReference* l_poSRS = GetSRS(pszColName, &poFieldDefn->nSRID); in EstablishLayerDefn()
430 OGRSpatialReference* OGRCARTOLayer::GetSRS(const char* pszGeomCol, in GetSRS() function in OGRCARTOLayer
H A Dogr_carto.h87 OGRSpatialReference *GetSRS(const char* pszGeomCol, int *pnSRID);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/carto/
H A Dogrcartolayer.cpp384 OGRSpatialReference* l_poSRS = GetSRS(pszColName, &poFieldDefn->nSRID); in EstablishLayerDefn()
412 OGRSpatialReference* l_poSRS = GetSRS(pszColName, &poFieldDefn->nSRID); in EstablishLayerDefn()
430 OGRSpatialReference* OGRCARTOLayer::GetSRS(const char* pszGeomCol, in GetSRS() function in OGRCARTOLayer
H A Dogr_carto.h87 OGRSpatialReference *GetSRS(const char* pszGeomCol, int *pnSRID);
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/carto/
H A Dogrcartolayer.cpp384 OGRSpatialReference* l_poSRS = GetSRS(pszColName, &poFieldDefn->nSRID); in EstablishLayerDefn()
412 OGRSpatialReference* l_poSRS = GetSRS(pszColName, &poFieldDefn->nSRID); in EstablishLayerDefn()
430 OGRSpatialReference* OGRCARTOLayer::GetSRS(const char* pszGeomCol, in GetSRS() function in OGRCARTOLayer
H A Dogr_carto.h87 OGRSpatialReference *GetSRS(const char* pszGeomCol, int *pnSRID);
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/amigocloud/
H A Dogramigocloudlayer.cpp394 OGRSpatialReference* poSRS = GetSRS(fieldName.c_str(), &poFieldDefn->nSRID); in EstablishLayerDefn()
428 OGRSpatialReference* OGRAmigoCloudLayer::GetSRS(const char* pszGeomCol, in GetSRS() function in OGRAmigoCloudLayer
H A Dogr_amigocloud.h114 OGRSpatialReference *GetSRS(const char* pszGeomCol, int *pnSRID);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/amigocloud/
H A Dogramigocloudlayer.cpp394 OGRSpatialReference* poSRS = GetSRS(fieldName.c_str(), &poFieldDefn->nSRID); in EstablishLayerDefn()
428 OGRSpatialReference* OGRAmigoCloudLayer::GetSRS(const char* pszGeomCol, in GetSRS() function in OGRAmigoCloudLayer
H A Dogr_amigocloud.h114 OGRSpatialReference *GetSRS(const char* pszGeomCol, int *pnSRID);
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/amigocloud/
H A Dogramigocloudlayer.cpp394 OGRSpatialReference* poSRS = GetSRS(fieldName.c_str(), &poFieldDefn->nSRID); in EstablishLayerDefn()
428 OGRSpatialReference* OGRAmigoCloudLayer::GetSRS(const char* pszGeomCol, in GetSRS() function in OGRAmigoCloudLayer
H A Dogr_amigocloud.h114 OGRSpatialReference *GetSRS(const char* pszGeomCol, int *pnSRID);
/dports/devel/liblas12/libLAS-1.2.1/include/liblas12/
H A Dlasheader.hpp329 LASSpatialReference GetSRS() const;
/dports/devel/liblas/libLAS-1.8.1/include/liblas/
H A Dheader.hpp338 SpatialReference GetSRS() const;
/dports/devel/liblas12/libLAS-1.2.1/test/unit/
H A Dlasheader_test.cpp291 liblas::LASSpatialReference srs = h.GetSRS(); in test()
/dports/devel/liblas/libLAS-1.8.1/csharp-new/liblas_swig_cpp/
H A Dliblas.i314 SpatialReference GetSRS() const;
/dports/devel/liblas/libLAS-1.8.1/src/
H A Dheader.cpp639 SpatialReference Header::GetSRS() const in GetSRS() function in liblas::Header
718 ptree srs = GetSRS().GetPTree(); in GetPTree()
/dports/devel/liblas/libLAS-1.8.1/apps/
H A Dlaskernel.cpp1226 liblas::SpatialReference vert_ref = header.GetSRS(); in GetTransforms()
1287 liblas::SpatialReference ref = header.GetSRS(); in GetTransforms()
1309 in_ref = header.GetSRS(); in GetTransforms()
/dports/devel/liblas12/libLAS-1.2.1/src/
H A Dlasheader.cpp693 LASSpatialReference LASHeader::GetSRS() const in GetSRS() function in liblas::LASHeader
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_shapes_las/
H A Dlas_info.cpp293 CSG_String(header.GetSRS().GetProj4().c_str()).w_str() in Print_Header()

12