Changes between Version 14 and Version 15 of rfc61_support_for_measured_geometries


Ignore:
Timestamp:
Jan 28, 2016, 2:47:45 AM (8 years ago)
Author:
Ari Jolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc61_support_for_measured_geometries

    v14 v15  
    9292The !IsEmpty method is needed only in the base class but the emptiness needs to be managed in all classes through the flags.
    9393
    94 Keep (with original semantics, i.e., coordinate dimension is 2 or 3), but deprecate 
     94Keep (with original semantics, i.e., coordinate dimension is 2 or 3), but deprecate. In documentation it says that this may return zero for empty points while in ogrpoint.cpp it says that negative nCoordDimension values are used for empty points and getCoordinateDimension of point returns absolute value of nCoordDimension - thus not zero.
    9595{{{
    9696getCoordinateDimension();