Skip to content

Commit

Permalink
POD: add GetFeatureCount
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Oct 27, 2023
1 parent 6ae7368 commit db2f63a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Geo/GDAL/FFI/Layer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ Returns the FeatureDefn object for this layer.
=head2 DeleteFeature
$layer->DeleteFeature($fid);
=head2 GetFeatureCount
my $count = $layer->GetFeatureCount();
=head2 GetExtent
$layer->GetExtent();
Expand Down

0 comments on commit db2f63a

Please sign in to comment.