Sha256: 54cf8eca39da8090f5bad4f2cea97d0bc7e9d47a9a1a2e6e967f048beb37dca8
Contents?: true
Size: 266 Bytes
Versions: 4
Compression:
Stored size: 266 Bytes
Contents
module RCAP module CAP_1_1 # 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_1/point.rb |
rcap-2.6.0 | lib/rcap/cap_1_1/point.rb |
rcap-2.5.1 | lib/rcap/cap_1_1/point.rb |
rcap-2.5.0 | lib/rcap/cap_1_1/point.rb |