# File lib/geo_ruby/simple_features/line_string.rb, line 10
      def initialize(srid= DEFAULT_SRID,with_z=false,with_m=false)
        super(srid,with_z,with_m)
        @points=[]
      end