Home
last modified time | relevance | path

Searched refs:LASSRS_GetWKT_CompoundOK (Results 1 – 9 of 9) sorted by relevance

/dports/devel/liblas/libLAS-1.8.1/python/liblas/
H A Dsrs.py103 return core.las.LASSRS_GetWKT_CompoundOK(self.handle)
H A Dcore.py754 las.LASSRS_GetWKT_CompoundOK.argtypes = [ctypes.c_void_p]
755 las.LASSRS_GetWKT_CompoundOK.errcheck = check_value_free
756 las.LASSRS_GetWKT_CompoundOK.restype = ctypes.c_char_p
/dports/databases/grass7/grass-7.8.6/vector/v.in.lidar/
H A Dmain.c499 projstr = LASSRS_GetWKT_CompoundOK(LAS_srs); in main()
533 projstr = LASSRS_GetWKT_CompoundOK(LAS_srs); in main()
/dports/devel/liblas/libLAS-1.8.1/include/liblas/capi/
H A Dliblas.h1212 LAS_DLL char* LASSRS_GetWKT_CompoundOK( LASSRSH hSRS );
/dports/math/pdal/PDAL-2.3.0/doc/api/transition/
H A Dindex.rst151 char* projstr = LASSRS_GetWKT_CompoundOK(LAS_srs);
/dports/databases/grass7/grass-7.8.6/raster3d/r3.in.lidar/
H A Dmain.c401 projstr = LASSRS_GetWKT_CompoundOK(LAS_srs); in main()
/dports/devel/liblas/libLAS-1.8.1/apps/
H A Dlascommon.c441 pszWKT = LASSRS_GetWKT_CompoundOK(pSRS); in print_header()
/dports/databases/grass7/grass-7.8.6/raster/r.in.lidar/
H A Dmain.c431 projstr = LASSRS_GetWKT_CompoundOK(LAS_srs); in main()
/dports/devel/liblas/libLAS-1.8.1/src/
H A Dc_api.cpp2296 LAS_DLL char* LASSRS_GetWKT_CompoundOK(LASSRSH hSRS) in LASSRS_GetWKT_CompoundOK() function