Home
last modified time | relevance | path

Searched defs:GeoTransform (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/u-boot-pine-h64/u-boot-2021.07/test/py/tests/test_android/
H A Dtest_abootimg.py65 """Disk image used by abootimg tests."""
68 """Initialize a new AbootimgDiskImage object.
86 u_boot_console.log.action('Disk image file ' + persistent +
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dextent_util.py65 GeoTransform = Sequence[Number] variable
68 def gt_diff(gt0: GeoTransform, gt1: GeoTransform, diff_support: Dict[GT, bool], eps: Union[Number, …
86 def calc_geotransform_and_dimensions(geotransforms: Sequence[GeoTransform], dimensions, input_exten…
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dextent_util.py65 GeoTransform = Sequence[Number] variable
68 def gt_diff(gt0: GeoTransform, gt1: GeoTransform, diff_support: Dict[GT, bool], eps: Union[Number, …
86 def calc_geotransform_and_dimensions(geotransforms: Sequence[GeoTransform], dimensions, input_exten…
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DGeoTransform.cpp29 GeoTransform::GeoTransform() : in GeoTransform() function in GeoTransform
38 GeoTransform::GeoTransform(const GeoTransform& rhs, const osg::CopyOp& op) : in GeoTransform() function in GeoTransform
/dports/graphics/gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Ddted.rst89 GeoTransform section in DTED -- Military Elevation Data
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Ddted.rst89 GeoTransform section in DTED -- Military Elevation Data
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/gdal-0.6.0/src/raster/
H A Ddataset.rs18 pub type GeoTransform = [c_double; 6]; typedef
138 pub fn geo_transform(&self) -> Result<GeoTransform> { in geo_transform()
/dports/graphics/gdal/gdal-3.3.3/frmts/esric/
H A Desric_dataset.cpp135 double GeoTransform[6]; member in ESRIC::ECDataset
/dports/graphics/py-gdal/gdal-3.3.3/frmts/esric/
H A Desric_dataset.cpp135 double GeoTransform[6]; member in ESRIC::ECDataset
/dports/graphics/py-gdal/gdal-3.3.3/frmts/mrf/
H A Dmarfa.h491 double GeoTransform[6]; variable
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/mrf/
H A Dmarfa.h491 double GeoTransform[6]; variable
/dports/graphics/gdal/gdal-3.3.3/frmts/mrf/
H A Dmarfa.h491 double GeoTransform[6]; variable
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/perl/lib/Geo/
H A DGDAL.pm2333 sub GeoTransform { subroutine
/dports/graphics/gdal/gdal-3.3.3/swig/perl/lib/Geo/
H A DGDAL.pm2333 sub GeoTransform { subroutine
/dports/graphics/py-gdal/gdal-3.3.3/swig/perl/lib/Geo/
H A DGDAL.pm2333 sub GeoTransform { subroutine
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_gdalread.h185 double GeoTransform[6]; member
/dports/graphics/R-cran-rgdal/rgdal/src/
H A Dgdal-bindings.cpp2001 RGDAL_SetGeoTransform(SEXP sxpDataset, SEXP GeoTransform) { in RGDAL_SetGeoTransform()