Home
last modified time | relevance | path

Searched refs:importFromWkt (Results 126 – 150 of 378) sorted by relevance

12345678910>>...16

/dports/graphics/py-gdal/gdal-3.3.3/frmts/srtmhgt/
H A Dsrtmhgtdataset.cpp505 ogrsr_input.importFromWkt(poSrcDS->GetProjectionRef()); in CreateCopy()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrpolyhedralsurface.cpp339 OGRErr OGRPolyhedralSurface::importFromWkt( const char ** ppszInput ) in importFromWkt() function in OGRPolyhedralSurface
H A Dogrcompoundcurve.cpp208 OGRErr OGRCompoundCurve::importFromWkt( const char ** ppszInput ) in importFromWkt() function in OGRCompoundCurve
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/idrisi/
H A Dogridrisilayer.cpp64 poSRS->importFromWkt(pszWTKString); in OGRIdrisiLayer()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/srtmhgt/
H A Dsrtmhgtdataset.cpp505 ogrsr_input.importFromWkt(poSrcDS->GetProjectionRef()); in CreateCopy()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrpolyhedralsurface.cpp339 OGRErr OGRPolyhedralSurface::importFromWkt( const char ** ppszInput ) in importFromWkt() function in OGRPolyhedralSurface
H A Dogrcompoundcurve.cpp208 OGRErr OGRCompoundCurve::importFromWkt( const char ** ppszInput ) in importFromWkt() function in OGRCompoundCurve
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/idrisi/
H A Dogridrisilayer.cpp64 poSRS->importFromWkt(pszWTKString); in OGRIdrisiLayer()
/dports/graphics/gdal/gdal-3.3.3/frmts/srtmhgt/
H A Dsrtmhgtdataset.cpp505 ogrsr_input.importFromWkt(poSrcDS->GetProjectionRef()); in CreateCopy()
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrpolyhedralsurface.cpp339 OGRErr OGRPolyhedralSurface::importFromWkt( const char ** ppszInput ) in importFromWkt() function in OGRPolyhedralSurface
H A Dogrcompoundcurve.cpp208 OGRErr OGRCompoundCurve::importFromWkt( const char ** ppszInput ) in importFromWkt() function in OGRCompoundCurve
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/idrisi/
H A Dogridrisilayer.cpp64 poSRS->importFromWkt(pszWTKString); in OGRIdrisiLayer()
/dports/graphics/R-cran-rgdal/rgdal/src/
H A Dgdal-bindings.cpp990 oSRS->importFromWkt( &pszSRS_WKT ); in RGDAL_GetProjectionRef()
992 oSRS->importFromWkt( (const char*) pszSRS_WKT ); in RGDAL_GetProjectionRef()
2070 oSRS->importFromWkt(CHAR(STRING_ELT(WKT2string, 0))); in RGDAL_SetProject_WKT2()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogrpolygon.cpp497 OGRErr OGRPolygon::importFromWkt( char ** ppszInput ) in importFromWkt() function in OGRPolygon
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/src/
H A Dogrlinestring.cpp824 OGRErr OGRLineString::importFromWkt( char ** ppszInput ) in importFromWkt() function in OGRLineString
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/hdf5/
H A Dbagdataset.cpp746 if( oSRS.importFromWkt( &pszWKT ) != OGRERR_NONE ) in ParseWKTFromXML()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/raw/
H A Droipacdataset.cpp669 if( oSRS.importFromWkt( &pszProjectionTmp ) == OGRERR_NONE ) in FlushCache()
H A Dlcpdataset.cpp1225 oSrcSRS.importFromWkt( (char**)&pszWkt ); in CreateCopy()
1663 oSRS.importFromWkt( (char **) &pszOriginalProjection ); in CreateCopy()
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/development/rfc/
H A Drfc64_triangle_polyhedralsurface_tin.rst119 virtual OGRErr importFromWkt( char ** ) CPL_OVERRIDE;
166 virtual OGRErr importFromWkt( char ** ) CPL_OVERRIDE;
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/development/rfc/
H A Drfc64_triangle_polyhedralsurface_tin.rst119 virtual OGRErr importFromWkt( char ** ) CPL_OVERRIDE;
166 virtual OGRErr importFromWkt( char ** ) CPL_OVERRIDE;
/dports/graphics/gdal/gdal-3.3.3/doc/source/development/rfc/
H A Drfc64_triangle_polyhedralsurface_tin.rst119 virtual OGRErr importFromWkt( char ** ) CPL_OVERRIDE;
166 virtual OGRErr importFromWkt( char ** ) CPL_OVERRIDE;
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Dgdaljp2metadata.cpp856 if( oSRS.importFromWkt( &pszWKTCopy ) != OGRERR_NONE ) in CreateGMLJP2()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/ingres/
H A Dogringresdatasource.cpp519 if( pszWKT == NULL || poSRS->importFromWkt( pszWKT ) != OGRERR_NONE ) in FetchSRS()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/arg/
H A Dargdataset.cpp615 OGRErr nErr = oSRS.importFromWkt(pszWKT); in CreateCopy()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/ingres/
H A Dogringresdatasource.cpp519 if( pszWKT == NULL || poSRS->importFromWkt( pszWKT ) != OGRERR_NONE ) in FetchSRS()

12345678910>>...16