Sha256: a7cf0c55996a84f251c3771051256d327e919374e253da98385760df6ac42441
Contents?: true
Size: 297 Bytes
Versions: 2
Compression:
Stored size: 297 Bytes
Contents
# frozen_string_literal: true 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rcap-2.7.4 | lib/rcap/cap_1_1/point.rb |
rcap-2.7.3 | lib/rcap/cap_1_1/point.rb |