Class: RGdal::SHP

Inherits:
Base
  • Object
show all
Defined in:
lib/rgdal/shp.rb

Constant Summary collapse

FILE_EXTENSIONS =
['.shp', '.dbf', '.prj', '.shx']

Instance Attribute Summary

Attributes inherited from Base

#current_layer, #data_source, #driver

Method Summary

Methods inherited from Base

#add_column, #close, #create_field_definition, #feature, #initialize, #layer, #layers, #new_layer, #switch_layer

Methods included from API

included

Constructor Details

This class inherits a constructor from RGdal::Base