Sha256: 6dadd571edc52c5a5690923df8017558125ba41a26f5776801e063871b0ca80e

Contents?: true

Size: 572 Bytes

Versions: 21

Compression:

Stored size: 572 Bytes

Contents

module GeoRuby
  module SimpleFeatures
    #indicates the presence of Z coordinates in EWKB strings
    Z_MASK=0x80000000
    #indicates the presence of M coordinates in EWKB strings.
    M_MASK=0x40000000
    #indicate the presence of a SRID in EWKB strings.
    SRID_MASK=0x20000000
    #GeoRSS namespace
    GEORSS_NS = "http://www.georss.org/georss"
    #GML Namespace
    GML_NS = "http://www.opengis.net/gml"
    #W3CGeo Namespace
    W3CGEO_NS = "http://www.w3.org/2003/01/geo/wgs84_pos#"
    #KML Namespace
    KML_NS = "http://earth.google.com/kml/2.1"
  end
end

Version data entries

21 entries across 21 versions & 4 rubygems

Version Path
georuby-2.3.0 lib/geo_ruby/simple_features/helper.rb
nofxx-georuby-1.3.9 lib/geo_ruby/simple_features/helper.rb
nofxx-georuby-1.6.0 lib/geo_ruby/simple_features/helper.rb
nofxx-georuby-1.6.1 lib/geo_ruby/simple_features/helper.rb
nofxx-georuby-1.6.2 lib/geo_ruby/simple_features/helper.rb
georuby-2.2.1 lib/geo_ruby/simple_features/helper.rb
georuby-2.2.0 lib/geo_ruby/simple_features/helper.rb
georuby-2.0.0 lib/geo_ruby/simple_features/helper.rb
georuby-1.9.9 lib/geo_ruby/simple_features/helper.rb
georuby-1.9.8 lib/geo_ruby/simple_features/helper.rb
georuby-1.9.7 lib/geo_ruby/simple_features/helper.rb
georuby-1.9.6 lib/geo_ruby/simple_features/helper.rb
georuby-1.9.5 lib/geo_ruby/simple_features/helper.rb
georuby-1.9.3 lib/geo_ruby/simple_features/helper.rb
nofxx-georuby-1.9.2 lib/geo_ruby/simple_features/helper.rb
nofxx-georuby-1.9.1 lib/geo_ruby/simple_features/helper.rb
nofxx-georuby-1.9.0 lib/geo_ruby/simple_features/helper.rb
nofxx-georuby-1.7.3 lib/geo_ruby/simple_features/helper.rb
georuby_remake-1.0.0 lib/geo_ruby/simple_features/helper.rb
ppe-georuby-1.7.2 lib/geo_ruby/simple_features/helper.rb