Object
A SHP record : contains both the geometry and the data fields (from the DBF)
# File lib/geo_ruby/shp4r/shp.rb, line 328 def initialize(geometry, data) @geometry = geometry @data = data end
Tests if the geometry is a NULL SHAPE
# File lib/geo_ruby/shp4r/shp.rb, line 334 def has_null_shape? @geometry.nil? end
[Validate]
Generated with the Darkfish Rdoc Generator 2.