logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Geo::GDAL::FFI::GeomFieldDefn - A spatial field in a GDAL feature schema

Author

       Ari Jolma - Ari.Jolma at gmail.com

Description

       There should not usually be any reason to directly access this method except for the ignore methods. This
       object is created/read from/to the Perl data structure in the CreateLayer method of a dataset, or in the
       constructor or schema method of FeatureDefn.

       The schema of a GeomFieldDefn is (Name, Type, SpatialReference, NotNullable).

License

       This software is released under the Artistic License. See perlartistic.

Methods

SetIgnored
        $defn->SetIgnored($arg);

       Ignore this field when reading features from a layer. To not ignore this field call this method with
       defined but false (0) argument.

   IsIgnored
       Is this field ignored when reading features from a layer.

Name

       Geo::GDAL::FFI::GeomFieldDefn - A spatial field in a GDAL feature schema

See Also

       Geo::GDAL::FFI

       Alien::gdal, FFI::Platypus, <http://www.gdal.org>

perl v5.40.0                                       2025-02-15                 Geo::GDAL::FFI::GeomFieldDefn(3pm)

Synopsis

See Also