lib/rcap/cap_1_0/point.rb in rcap-2.4.1 vs lib/rcap/cap_1_0/point.rb in rcap-2.5.0
- old
+ new
@@ -1,7 +1,6 @@
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