|
NAMEGeo::GDAL::FFI::GeomFieldDefn - A spatial field in a GDAL feature schemaSYNOPSISDESCRIPTIONThere 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). METHODSSetIgnored$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. IsIgnoredIs this field ignored when reading features from a layer.LICENSEThis software is released under the Artistic License. See perlartistic.AUTHORAri Jolma - Ari.Jolma at gmail.comSEE ALSOGeo::GDAL::FFIAlien::gdal, FFI::Platypus, <http://www.gdal.org>
Visit the GSP FreeBSD Man Page Interface. |