Sha256: 8d812375710490fbdbc60c4e21729e043b7784014714cad18cb0337bdcff0d8f

Contents?: true

Size: 590 Bytes

Versions: 12

Compression:

Stored size: 590 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

12 entries across 12 versions & 2 rubygems

Version Path
jsl-GeoRuby-1.3.3 lib/geo_ruby/simple_features/helper.rb
GeoRuby-1.2.0 lib/geo_ruby/simple_features/helper.rb
GeoRuby-1.1.2 lib/geo_ruby/simple_features/helper.rb
GeoRuby-1.2.4 lib/geo_ruby/simple_features/helper.rb
GeoRuby-1.2.1 lib/geo_ruby/simple_features/helper.rb
GeoRuby-1.3.1 lib/geo_ruby/simple_features/helper.rb
GeoRuby-1.3.2 lib/geo_ruby/simple_features/helper.rb
GeoRuby-1.3.3 lib/geo_ruby/simple_features/helper.rb
GeoRuby-1.3.4 lib/geo_ruby/simple_features/helper.rb
GeoRuby-1.3.0 lib/geo_ruby/simple_features/helper.rb
GeoRuby-1.2.2 lib/geo_ruby/simple_features/helper.rb
GeoRuby-1.2.3 lib/geo_ruby/simple_features/helper.rb