Class: Mapscript::ShapefileObj

Inherits:
Object
  • Object
show all
Defined in:
lib/mapscript/mapscript_extensions.rb

Overview

ShapefileObj extensions

Instance Method Summary collapse

Instance Method Details

#shapesObject

Return shapeObj iterator



227
228
229
# File 'lib/mapscript/mapscript_extensions.rb', line 227

def shapes
  @shapes ||= MapscriptEnumerable.new(self, :numshapes, :getShape)
end