Home
last modified time | relevance | path

Searched defs:wkbFlatten (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dogr_dispatch.py83 def wkbFlatten(x): function
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dogr_dispatch.py83 def wkbFlatten(x): function
H A Dogr2ogr.py1176 def wkbFlatten(x): function
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dogr_dispatch.py83 def wkbFlatten(x): function
H A Dogr2ogr.py1176 def wkbFlatten(x): function
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/types/internal/
H A Dvariant.h1177 // A type with nontrivial copy ctor and trivial move ctor. in wkbFlatten()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/include/gdal/
H A Dogr_core.h212 #define wkbFlatten(x) ((OGRwkbGeometryType) ((x) & (~wkb25DBit))) macro
/dports/graphics/py-gdal/gdal-3.3.3/swig/java/apps/
H A Dogr2ogr.java1056 static int wkbFlatten(int eType) in wkbFlatten() method in ogr2ogr
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/java/apps/
H A Dogr2ogr.java1056 static int wkbFlatten(int eType) in wkbFlatten() method in ogr2ogr
/dports/graphics/gdal/gdal-3.3.3/swig/java/apps/
H A Dogr2ogr.java1056 static int wkbFlatten(int eType) in wkbFlatten() method in ogr2ogr
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogr_core.h475 #define wkbFlatten(x) OGR_GT_Flatten((OGRwkbGeometryType)(x)) macro
478 #define wkbFlatten(x) OGR_GT_Flatten(static_cast<OGRwkbGeometryType>(x)) macro
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogr_core.h475 #define wkbFlatten(x) OGR_GT_Flatten((OGRwkbGeometryType)(x)) macro
478 #define wkbFlatten(x) OGR_GT_Flatten(static_cast<OGRwkbGeometryType>(x)) macro
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogr_core.h475 #define wkbFlatten(x) OGR_GT_Flatten((OGRwkbGeometryType)(x)) macro
478 #define wkbFlatten(x) OGR_GT_Flatten(static_cast<OGRwkbGeometryType>(x)) macro
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogr_core.h170 #define wkbFlatten(x) ((OGRwkbGeometryType) ((x) & (~wkb25DBit))) macro
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogr_core.h385 #define wkbFlatten(x) OGR_GT_Flatten((OGRwkbGeometryType)(x)) macro