Changes between Version 4 and Version 5 of rfc61


Ignore:
Timestamp:
Jan 27, 2016, 7:48:07 AM (8 years ago)
Author:
Ari Jolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc61

    v4 v5  
    4444class OGRGeometry:
    4545{{{
    46 Add methods
     46//Add methods:
    4747int CoordinateDimension();
    4848OGRBoolean Is3D();
     
    5151virtual void setMeasured(OGRBoolean bIsMeasured);
    5252
    53 Add now or later methods
     53//Add now or later methods:
    5454virtual OGRGeometry *LocateAlong(double mValue);
    5555virtual OGRGeometry *LocateBetween(double mStart, double mEnd);