Sha256: 861c0dbf35fcfe3b6148b1399f6d41ca35d5137c2f4a01c98076ab0ac8d55fd8
Contents?: true
Size: 266 Bytes
Versions: 4
Compression:
Stored size: 266 Bytes
Contents
module RCAP module CAP_1_0 # A Point object is valid if # * it has a lattitude within the minimum and maximum lattitude values # * it has a longitude within the minimum and maximum longitude values class Point < RCAP::Base::Point end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rcap-2.7.0 | lib/rcap/cap_1_0/point.rb |
rcap-2.6.0 | lib/rcap/cap_1_0/point.rb |
rcap-2.5.1 | lib/rcap/cap_1_0/point.rb |
rcap-2.5.0 | lib/rcap/cap_1_0/point.rb |