Home
last modified time | relevance | path

Searched refs:GDAL (Results 1 – 25 of 1518) sorted by relevance

12345678910>>...61

/dports/graphics/py-gdal/gdal-3.3.3/swig/perl/lib/Geo/GDAL/
H A DConst.pm7 package Geo::GDAL::Const;
10 package Geo::GDAL::Constc;
11 bootstrap Geo::GDAL::Const;
12 package Geo::GDAL::Const;
17 package Geo::GDAL::Const;
50 package Geo::GDAL::Const;
55 package Geo::GDAL::Const;
72 *GF_Read = *Geo::GDAL::Constc::GF_Read;
111 *GRA_Q1 = *Geo::GDAL::Constc::GRA_Q1;
112 *GRA_Q3 = *Geo::GDAL::Constc::GRA_Q3;
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/perl/lib/Geo/GDAL/
H A DConst.pm7 package Geo::GDAL::Const;
10 package Geo::GDAL::Constc;
11 bootstrap Geo::GDAL::Const;
12 package Geo::GDAL::Const;
17 package Geo::GDAL::Const;
50 package Geo::GDAL::Const;
55 package Geo::GDAL::Const;
72 *GF_Read = *Geo::GDAL::Constc::GF_Read;
111 *GRA_Q1 = *Geo::GDAL::Constc::GRA_Q1;
112 *GRA_Q3 = *Geo::GDAL::Constc::GRA_Q3;
[all …]
/dports/graphics/gdal/gdal-3.3.3/swig/perl/lib/Geo/GDAL/
H A DConst.pm7 package Geo::GDAL::Const;
10 package Geo::GDAL::Constc;
11 bootstrap Geo::GDAL::Const;
12 package Geo::GDAL::Const;
17 package Geo::GDAL::Const;
50 package Geo::GDAL::Const;
55 package Geo::GDAL::Const;
72 *GF_Read = *Geo::GDAL::Constc::GF_Read;
111 *GRA_Q1 = *Geo::GDAL::Constc::GRA_Q1;
112 *GRA_Q3 = *Geo::GDAL::Constc::GRA_Q3;
[all …]
/dports/graphics/p5-Geo-GDAL-FFI/Geo-GDAL-FFI-0.09/lib/Geo/GDAL/FFI/
H A DGeometry.pm1 package Geo::GDAL::FFI::Geometry;
46 if ($Geo::GDAL::FFI::immutable{$$self}) {
49 delete $Geo::GDAL::FFI::immutable{$$self} if $Geo::GDAL::FFI::immutable{$$self} == 0;
186 confess(Geo::GDAL::FFI::error_msg());
194 confess(Geo::GDAL::FFI::error_msg());
219 Geo::GDAL::FFI::CSLDestroy($o);
225 Geo::GDAL::FFI::VSIFree($p);
235 Geo::GDAL::FFI::VSIFree($p);
249 Geo::GDAL::FFI::CSLDestroy($o);
255 Geo::GDAL::FFI::VSIFree($p);
[all …]
H A DDataset.pm1 package Geo::GDAL::FFI::Dataset;
15 Geo::GDAL::FFI::GDALClose($$self);
25 Geo::GDAL::FFI::GDALFlushCache($$self);
61 confess Geo::GDAL::FFI::error_msg();
104 my $l = Geo::GDAL::FFI::isint($i)
108 my $msg = Geo::GDAL::FFI::error_msg()
136 Geo::GDAL::FFI::CSLDestroy($o);
137 Geo::GDAL::FFI::OSRRelease($sr) if $sr;
138 my $msg = Geo::GDAL::FFI::error_msg();
163 Geo::GDAL::FFI::CSLDestroy($o);
[all …]
H A DFeature.pm1 package Geo::GDAL::FFI::Feature;
14 my $f = Geo::GDAL::FFI::OGR_F_Create($$defn);
20 Geo::GDAL::FFI::OGR_F_Destroy($$self);
25 return Geo::GDAL::FFI::OGR_F_GetFID($$self);
31 Geo::GDAL::FFI::OGR_F_GetFID($$self, $fid);
37 ++$Geo::GDAL::FFI::immutable{$d};
77 my $t = $Geo::GDAL::FFI::field_types_reverse{Geo::GDAL::FFI::OGR_Fld_GetType($d)};
98 Geo::GDAL::FFI::CSLDestroy($csl);
135 my $t = $Geo::GDAL::FFI::field_types_reverse{Geo::GDAL::FFI::OGR_Fld_GetType($d)};
211 ++$Geo::GDAL::FFI::immutable{$g};
[all …]
H A DFieldDefn.pm1 package Geo::GDAL::FFI::FieldDefn;
13 my $tmp = $Geo::GDAL::FFI::field_types{$type};
28 if ($Geo::GDAL::FFI::immutable{$$self}) {
30 $Geo::GDAL::FFI::immutable{$$self}--;
31 delete $Geo::GDAL::FFI::immutable{$$self} if $Geo::GDAL::FFI::immutable{$$self} == 0;
34 Geo::GDAL::FFI::OGR_Fld_Destroy($$self);
58 Geo::GDAL::FFI::OGR_Fld_SetName($$self, $name);
70 my $tmp = $Geo::GDAL::FFI::field_types{$type};
78 return $Geo::GDAL::FFI::field_types_reverse{Geo::GDAL::FFI::OGR_Fld_GetType($$self)};
108 return $Geo::GDAL::FFI::field_subtypes_reverse{Geo::GDAL::FFI::OGR_Fld_GetSubType($$self)};
[all …]
H A DBand.pm1 package Geo::GDAL::FFI::Band;
12 Geo::GDAL::FFI::_deregister_parent_ref ($$self);
17 return $Geo::GDAL::FFI::data_types_reverse{Geo::GDAL::FFI::GDALGetRasterDataType($$self)};
22 Geo::GDAL::FFI::GDALGetRasterBandXSize($$self);
27 Geo::GDAL::FFI::GDALGetRasterBandYSize($$self);
34 Geo::GDAL::FFI::GDALGetRasterBandYSize($$self)
42 for my $i (0..Geo::GDAL::FFI::CSLCount($csl)-1) {
55 Geo::GDAL::FFI::CSLDestroy($csl);
216 Geo::GDAL::FFI::GDALDestroyColorTable($ct);
228 my $pdl_t = $Geo::GDAL::FFI::data_type2pdl_data_type{$Geo::GDAL::FFI::data_types_reverse{$t}};
[all …]
H A DFeatureDefn.pm1 package Geo::GDAL::FFI::FeatureDefn;
61 return Geo::GDAL::FFI::OGR_FD_GetName($$self);
67 $i = Geo::GDAL::FFI::OGR_FD_GetFieldIndex($$self, $i) unless Geo::GDAL::FFI::isint($i);
70 ++$Geo::GDAL::FFI::immutable{$d};
86 $i = Geo::GDAL::FFI::OGR_FD_GetGeomFieldIndex($$self, $i) unless Geo::GDAL::FFI::isint($i);
89 ++$Geo::GDAL::FFI::immutable{$d};
104 Geo::GDAL::FFI::OGR_FD_AddFieldDefn($$self, $$d);
128 return $Geo::GDAL::FFI::geometry_types_reverse{Geo::GDAL::FFI::OGR_FD_GetGeomType($$self)};
134 my $tmp = $Geo::GDAL::FFI::geometry_types{$type};
136 Geo::GDAL::FFI::OGR_FD_SetGeomType($$self, $tmp);
[all …]
H A DGeomFieldDefn.pm1 package Geo::GDAL::FFI::GeomFieldDefn;
14 my $tmp = $Geo::GDAL::FFI::geometry_types{$type};
24 if ($Geo::GDAL::FFI::immutable{$$self}) {
25 $Geo::GDAL::FFI::immutable{$$self}--;
26 delete $Geo::GDAL::FFI::immutable{$$self} if $Geo::GDAL::FFI::immutable{$$self} == 0;
28 Geo::GDAL::FFI::OGR_GFld_Destroy($$self);
49 Geo::GDAL::FFI::OGR_GFld_SetName($$self, $name);
54 return Geo::GDAL::FFI::OGR_GFld_GetNameRef($$self);
61 my $tmp = $Geo::GDAL::FFI::geometry_types{$type};
64 Geo::GDAL::FFI::OGR_GFld_SetType($$self, $type);
[all …]
H A DObject.pm1 package Geo::GDAL::FFI::Object;
11 return Geo::GDAL::FFI::GDALGetDescription($$self);
16 my $tmp = $Geo::GDAL::FFI::capabilities{$cap};
26 for my $i (0..Geo::GDAL::FFI::CSLCount($csl)-1) {
29 Geo::GDAL::FFI::CSLDestroy($csl);
43 for my $i (0..Geo::GDAL::FFI::CSLCount($csl)-1) {
62 Geo::GDAL::FFI::CSLDestroy($csl);
63 confess Geo::GDAL::FFI::error_msg() if $err == $Geo::GDAL::FFI::Failure;
64 warn Geo::GDAL::FFI::error_msg() if $err == $Geo::GDAL::FFI::Warning;
78 confess Geo::GDAL::FFI::error_msg() if $err == $Geo::GDAL::FFI::Failure;
[all …]
H A DLayer.pm1 package Geo::GDAL::FFI::Layer;
12 Geo::GDAL::FFI::OGR_L_SyncToDisk($$self);
14 Geo::GDAL::FFI::_deregister_parent_ref ($$self);
20 return Geo::GDAL::FFI::_get_parent_ref ($$self);
25 my $d = Geo::GDAL::FFI::OGR_L_GetLayerDefn($$self);
38 $def = Geo::GDAL::FFI::FieldDefn->new($def)
43 confess Geo::GDAL::FFI::error_msg({OGRError => $e});
55 $def = Geo::GDAL::FFI::GeomFieldDefn->new($def)
72 Geo::GDAL::FFI::OGR_L_ResetReading($$self);
91 Geo::GDAL::FFI::OGR_L_SetFeature($$self, $$f);
[all …]
H A DSpatialReference.pm1 package Geo::GDAL::FFI::SpatialReference;
13 $sr = Geo::GDAL::FFI::OSRNewSpatialReference();
15 $sr = Geo::GDAL::FFI::OSRNewSpatialReference($arg);
17 $sr = Geo::GDAL::FFI::OSRNewSpatialReference();
18 my $gdal = Geo::GDAL::FFI->get_instance;
26 confess Geo::GDAL::FFI::error_msg();
43 my $gdal = Geo::GDAL::FFI->get_instance;
47 confess Geo::GDAL::FFI::error_msg();
55 my $gdal = Geo::GDAL::FFI->get_instance;
58 confess Geo::GDAL::FFI::error_msg();
[all …]
H A DVSI.pm1 package Geo::GDAL::FFI::VSI;
16 return Geo::GDAL::FFI::VSI::File->Open(@_);
21 my $e = Geo::GDAL::FFI::VSIUnlink(encode(utf8 => $path));
22 confess Geo::GDAL::FFI::error_msg() // "Failed to unlink '$path'." if $e == -1;
34 my $e = Geo::GDAL::FFI::VSIMkdir(encode(utf8 => $path), $mode);
35 confess Geo::GDAL::FFI::error_msg() // "Failed to mkdir '$path'." if $e == -1;
40 my $e = Geo::GDAL::FFI::VSIRmdir(encode(utf8 => $path));
47 my $csl = Geo::GDAL::FFI::VSIReadDirEx(encode(utf8 => $path), $max_files);
49 for my $i (0 .. Geo::GDAL::FFI::CSLCount($csl)-1) {
50 push @dir, decode utf8 => Geo::GDAL::FFI::CSLGetField($csl, $i);
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/perl/t/
H A D00.t5 BEGIN { use_ok('Geo::GDAL') };
13 # package Geo::GDAL
18 @list = Geo::GDAL::AccessTypes();
41 @list = Geo::GDAL::DataTypes();
93 Geo::GDAL::FinderClean();
104 Geo::GDAL::SetCacheMax(1000000);
105 $s = Geo::GDAL::GetCacheMax();
107 $s = Geo::GDAL::GetCacheUsed();
204 # package Geo::GDAL::AsyncReader
211 # package Geo::GDAL::GeoTransform
[all …]
H A Dextent.t5 BEGIN { use_ok('Geo::GDAL') };
7 my $e = Geo::GDAL::Extent->new;
18 $e = Geo::GDAL::Extent->new([0,0,1,1]);
26 $e = Geo::GDAL::Extent->new(0,0,1,1);
34 my $f = Geo::GDAL::Extent->new(1,1,2,2);
39 $f = Geo::GDAL::Extent->new(1,-1,2,0);
44 $f = Geo::GDAL::Extent->new(-1,-1,0,0);
49 $f = Geo::GDAL::Extent->new(-1,1,0,2);
58 $f = Geo::GDAL::Extent->new(1,1,2,2);
62 $f = Geo::GDAL::Extent->new(1,1,2,2);
[all …]
H A D01.t4 BEGIN { use_ok('Geo::GDAL') };
6 # package Geo::GDAL::Driver
10 my %cap = map {$_=>1} Geo::GDAL::Driver::Capabilities;
11 my @cap = Geo::GDAL::Driver('GTiff')->Capabilities;
50 my %dt = map {$_=>1} Geo::GDAL::DataTypes();
63 @list = Geo::GDAL::VSIF::ReadDir('/vsimem/');
66 %dt = map {$_=>1} Geo::GDAL::Driver::Domains();
67 for my $dt (Geo::GDAL::Driver('GTiff')->Domains()) {
71 my $ext = Geo::GDAL::Driver('GTiff')->Extension;
73 my @ext = Geo::GDAL::Driver('GTiff')->Extension;
[all …]
/dports/graphics/gdal/gdal-3.3.3/swig/perl/t/
H A D00.t5 BEGIN { use_ok('Geo::GDAL') };
13 # package Geo::GDAL
18 @list = Geo::GDAL::AccessTypes();
41 @list = Geo::GDAL::DataTypes();
93 Geo::GDAL::FinderClean();
104 Geo::GDAL::SetCacheMax(1000000);
105 $s = Geo::GDAL::GetCacheMax();
107 $s = Geo::GDAL::GetCacheUsed();
204 # package Geo::GDAL::AsyncReader
211 # package Geo::GDAL::GeoTransform
[all …]
H A Dextent.t5 BEGIN { use_ok('Geo::GDAL') };
7 my $e = Geo::GDAL::Extent->new;
18 $e = Geo::GDAL::Extent->new([0,0,1,1]);
26 $e = Geo::GDAL::Extent->new(0,0,1,1);
34 my $f = Geo::GDAL::Extent->new(1,1,2,2);
39 $f = Geo::GDAL::Extent->new(1,-1,2,0);
44 $f = Geo::GDAL::Extent->new(-1,-1,0,0);
49 $f = Geo::GDAL::Extent->new(-1,1,0,2);
58 $f = Geo::GDAL::Extent->new(1,1,2,2);
62 $f = Geo::GDAL::Extent->new(1,1,2,2);
[all …]
H A D01.t4 BEGIN { use_ok('Geo::GDAL') };
6 # package Geo::GDAL::Driver
10 my %cap = map {$_=>1} Geo::GDAL::Driver::Capabilities;
11 my @cap = Geo::GDAL::Driver('GTiff')->Capabilities;
50 my %dt = map {$_=>1} Geo::GDAL::DataTypes();
63 @list = Geo::GDAL::VSIF::ReadDir('/vsimem/');
66 %dt = map {$_=>1} Geo::GDAL::Driver::Domains();
67 for my $dt (Geo::GDAL::Driver('GTiff')->Domains()) {
71 my $ext = Geo::GDAL::Driver('GTiff')->Extension;
73 my @ext = Geo::GDAL::Driver('GTiff')->Extension;
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/swig/perl/t/
H A D00.t5 BEGIN { use_ok('Geo::GDAL') };
13 # package Geo::GDAL
18 @list = Geo::GDAL::AccessTypes();
41 @list = Geo::GDAL::DataTypes();
93 Geo::GDAL::FinderClean();
104 Geo::GDAL::SetCacheMax(1000000);
105 $s = Geo::GDAL::GetCacheMax();
107 $s = Geo::GDAL::GetCacheUsed();
204 # package Geo::GDAL::AsyncReader
211 # package Geo::GDAL::GeoTransform
[all …]
H A Dextent.t5 BEGIN { use_ok('Geo::GDAL') };
7 my $e = Geo::GDAL::Extent->new;
18 $e = Geo::GDAL::Extent->new([0,0,1,1]);
26 $e = Geo::GDAL::Extent->new(0,0,1,1);
34 my $f = Geo::GDAL::Extent->new(1,1,2,2);
39 $f = Geo::GDAL::Extent->new(1,-1,2,0);
44 $f = Geo::GDAL::Extent->new(-1,-1,0,0);
49 $f = Geo::GDAL::Extent->new(-1,1,0,2);
58 $f = Geo::GDAL::Extent->new(1,1,2,2);
62 $f = Geo::GDAL::Extent->new(1,1,2,2);
[all …]
H A D01.t4 BEGIN { use_ok('Geo::GDAL') };
6 # package Geo::GDAL::Driver
10 my %cap = map {$_=>1} Geo::GDAL::Driver::Capabilities;
11 my @cap = Geo::GDAL::Driver('GTiff')->Capabilities;
50 my %dt = map {$_=>1} Geo::GDAL::DataTypes();
63 @list = Geo::GDAL::VSIF::ReadDir('/vsimem/');
66 %dt = map {$_=>1} Geo::GDAL::Driver::Domains();
67 for my $dt (Geo::GDAL::Driver('GTiff')->Domains()) {
71 my $ext = Geo::GDAL::Driver('GTiff')->Extension;
73 my @ext = Geo::GDAL::Driver('GTiff')->Extension;
[all …]
/dports/graphics/p5-Geo-GDAL-FFI/Geo-GDAL-FFI-0.09/
H A DMANIFEST8 lib/Geo/GDAL/FFI.pm
9 lib/Geo/GDAL/FFI/Band.pm
10 lib/Geo/GDAL/FFI/Dataset.pm
11 lib/Geo/GDAL/FFI/Driver.pm
13 lib/Geo/GDAL/FFI/Feature.pm
14 lib/Geo/GDAL/FFI/FieldDefn.pm
15 lib/Geo/GDAL/FFI/Geometry.pm
17 lib/Geo/GDAL/FFI/Layer.pm
18 lib/Geo/GDAL/FFI/Object.pm
20 lib/Geo/GDAL/FFI/VSI.pm
[all …]
/dports/graphics/p5-Geo-GDAL-FFI/Geo-GDAL-FFI-0.09/t/
H A D00.t15 print STDERR "test a - GDAL error messages without Geo::GDAL::FFI error handling:\n";
17 Geo::GDAL::FFI::CPLError(
20 Geo::GDAL::FFI::CPLError(
23 Geo::GDAL::FFI::CPLError(
30 …# $err_cat, 1, "This is GDAL Fatal error ($Geo::GDAL::FFI::Fatal) without Geo::GDAL::FFI er…
34 print STDERR "test b - GDAL error messages with Geo::GDAL::FFI error handling:\n";
36 print STDERR "GDAL Debug message requires \$Geo::GDAL::FFI::DEBUG set to true.\n";
37 Geo::GDAL::FFI::CPLError(
40 Geo::GDAL::FFI::CPLError(
47 Geo::GDAL::FFI::CPLError(
[all …]

12345678910>>...61