# File lib/geo_ruby/simple_features/geometry.rb, line 16
      def initialize(srid=DEFAULT_SRID,with_z=false,with_m=false)
        @srid=srid
        @with_z=with_z
        @with_m=with_m
      end