Home
last modified time | relevance | path

Searched refs:OGR_G_GetZ (Results 1 – 25 of 44) sorted by relevance

12

/dports/databases/grass7/grass-7.8.6/vector/v.in.ogr/
H A Dgeom.c96 OGR_G_GetY(hRing, j), OGR_G_GetZ(hRing, j)); in centroid()
122 OGR_G_GetZ(hRing, j)); in centroid()
320 OGR_G_GetZ(hGeom, 0)); in geom()
335 OGR_G_GetY(hGeom, i), OGR_G_GetZ(hGeom, i)); in geom()
367 OGR_G_GetY(hRing, j), OGR_G_GetZ(hRing, j)); in geom()
415 OGR_G_GetZ(hRing, j)); in geom()
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dread_ogr.c298 OGR_G_GetZ(hGeom, 0)); in cache_feature()
310 OGR_G_GetZ(hGeom, i)); in cache_feature()
479 OGR_G_GetZ(hGeom, 0)); in read_line()
490 OGR_G_GetY(hGeom, i), OGR_G_GetZ(hGeom, i)); in read_line()
H A Dbuild_sfa.c444 OGR_G_GetY(hGeom, 0), OGR_G_GetZ(hGeom, 0)); in add_geometry_ogr()
458 OGR_G_GetZ(hGeom, i)); in add_geometry_ogr()
496 OGR_G_GetZ(hRing, i)); in add_geometry_ogr()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_ogrread.c143 z[i] = OGR_G_GetZ(hGeom, i); in get_data()
160 z[i] = OGR_G_GetZ(hRing, i); in get_data()
189 z[cz] = OGR_G_GetZ(hRingIsland, i); in get_data()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogr_api.cpp139 double OGR_G_GetZ( OGRGeometryH hGeom, int i ) in OGR_G_GetZ() function
H A Dogr_api.h152 double CPL_DLL OGR_G_GetZ( OGRGeometryH, int );
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_gdal/
H A Dogr_driver.cpp833 pShape->Set_Z(OGR_G_GetZ(pGeometry, 0), 0); in _Read_Geometry()
886 OGR_G_GetZ(pLine, iPoint), iPoint, iPart in _Read_Line()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/include/gdal/
H A Dogr_api.h165 double CPL_DLL OGR_G_GetZ( OGRGeometryH, int );
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogr_api.cpp207 double OGR_G_GetZ( OGRGeometryH hGeom, int i ) in OGR_G_GetZ() function
H A Dogr_api.h195 double CPL_DLL OGR_G_GetZ( OGRGeometryH, int );
/dports/graphics/R-cran-rgdal/rgdal/src/
H A Dogr_geom.cpp187 ans, 4), i), 0), 2))[0] = OGR_G_GetZ(Ogr_geometry, 0); in R_OGR_CAPI_features()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/geoconcept/
H A Dgeoconcept.c5042 OGR_G_GetZ(poArc,0), in _writeLine_GCIO()
5059 OGR_G_GetZ(poArc,nP-1), in _writeLine_GCIO()
5083 dZ= OGR_G_GetZ(poArc,iP-1) - OGR_G_GetZ(poArc,iP); in _writeLine_GCIO()
5089 dZ= OGR_G_GetZ(poArc,iP); in _writeLine_GCIO()
5234 OGR_G_GetZ(poGeom,0), in WriteFeatureGeometry_GCIO()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/geoconcept/
H A Dgeoconcept.c5042 OGR_G_GetZ(poArc,0), in _writeLine_GCIO()
5059 OGR_G_GetZ(poArc,nP-1), in _writeLine_GCIO()
5083 dZ= OGR_G_GetZ(poArc,iP-1) - OGR_G_GetZ(poArc,iP); in _writeLine_GCIO()
5089 dZ= OGR_G_GetZ(poArc,iP); in _writeLine_GCIO()
5234 OGR_G_GetZ(poGeom,0), in WriteFeatureGeometry_GCIO()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/geoconcept/
H A Dgeoconcept.c5042 OGR_G_GetZ(poArc,0), in _writeLine_GCIO()
5059 OGR_G_GetZ(poArc,nP-1), in _writeLine_GCIO()
5083 dZ= OGR_G_GetZ(poArc,iP-1) - OGR_G_GetZ(poArc,iP); in _writeLine_GCIO()
5089 dZ= OGR_G_GetZ(poArc,iP); in _writeLine_GCIO()
5234 OGR_G_GetZ(poGeom,0), in WriteFeatureGeometry_GCIO()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/gmt/
H A Dogrgmtlayer.cpp970 double dfZ = OGR_G_GetZ( hGeom, iPoint ); in WriteGeometry()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/gmt/
H A Dogrgmtlayer.cpp944 const double dfZ = OGR_G_GetZ( hGeom, iPoint ); in WriteGeometry()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/gmt/
H A Dogrgmtlayer.cpp944 const double dfZ = OGR_G_GetZ( hGeom, iPoint ); in WriteGeometry()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/gmt/
H A Dogrgmtlayer.cpp944 const double dfZ = OGR_G_GetZ( hGeom, iPoint ); in WriteGeometry()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/geoconcept/
H A Dgeoconcept.c4996 OGR_G_GetZ(poArc,0), in _writeLine_GCIO()
5013 OGR_G_GetZ(poArc,nP-1), in _writeLine_GCIO()
5037 dZ= OGR_G_GetZ(poArc,iP-1) - OGR_G_GetZ(poArc,iP); in _writeLine_GCIO()
5043 dZ= OGR_G_GetZ(poArc,iP); in _writeLine_GCIO()
5188 OGR_G_GetZ(poGeom,0), in WriteFeatureGeometry_GCIO()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogr_api.cpp233 double OGR_G_GetZ( OGRGeometryH hGeom, int i ) in OGR_G_GetZ() function
H A Dogr_api.h240 double CPL_DLL OGR_G_GetZ( OGRGeometryH, int );
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogr_api.cpp233 double OGR_G_GetZ( OGRGeometryH hGeom, int i )
H A Dogr_api.h240 double CPL_DLL OGR_G_GetZ( OGRGeometryH, int );
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogr_api.cpp233 double OGR_G_GetZ( OGRGeometryH hGeom, int i ) in OGR_G_GetZ() function
H A Dogr_api.h240 double CPL_DLL OGR_G_GetZ( OGRGeometryH, int );

12