class RGeoServer::ShapefileInfo::ShapefileInfoGeometryNotExpected

Public Class Methods

new(geometry_type) click to toggle source
# File lib/rgeoserver/utils/shapefile_info.rb, line 8
def initialize geometry_type
  @geometry_type = geometry_type
end

Public Instance Methods

message() click to toggle source
# File lib/rgeoserver/utils/shapefile_info.rb, line 12
def message
  "The geometry type %s was not expected." % geometry_type
end