Changes between Version 18 and Version 19 of FDORfc49


Ignore:
Timestamp:
Jun 16, 2010, 3:08:34 PM (14 years ago)
Author:
romicadascalescu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc49

    v18 v19  
    237237    /// Returns TRUE if the point is within ring or on its boundary, FALSE otherwise.
    238238    ///
    239     static System::Boolean PointInRing( NAMESPACE_OSGEO_GEOMETRY::ILinearRing^ ring, System::Double coordinateX, double toleranceXY, System::Double coordinateY);
    240     static System::Boolean PointInRing( NAMESPACE_OSGEO_GEOMETRY::ILinearRing^ ring, System::Double coordinateX, double toleranceXY, System::Double coordinateY, System::Boolean% isOnBoundary);
     239    static System::Boolean PointInRing( NAMESPACE_OSGEO_GEOMETRY::ILinearRing^ ring, System::Double coordinateX, System::Double coordinateY, double toleranceXY);
     240    static System::Boolean PointInRing( NAMESPACE_OSGEO_GEOMETRY::ILinearRing^ ring, System::Double coordinateX, System::Double coordinateY, double toleranceXY, System::Boolean% isOnBoundary);
    241241
    242242    ///