Changes between Version 8 and Version 9 of FDORfc49
- Timestamp:
- 06/08/10 11:08:16 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc49
v8 v9 114 114 /// Returns The tesselated Geometry. 115 115 /// 116 116 static System::Boolean Evaluate(NAMESPACE_OSGEO_GEOMETRY::IGeometry^ g1, NAMESPACE_OSGEO_FDO_FILTER::SpatialOperations op, NAMESPACE_OSGEO_GEOMETRY::IGeometry^ g2, double toleranceXY); 117 117 118 118 /// \brief … … 134 134 /// Returns The tesselated Geometry. 135 135 /// 136 136 static System::Boolean Evaluate(NAMESPACE_OSGEO_GEOMETRY::IGeometry^ g1, NAMESPACE_OSGEO_FDO_FILTER::SpatialOperations op, NAMESPACE_OSGEO_GEOMETRY::IGeometry^ g2, double toleranceXY, double toleranceZ); 137 137 } 138 138 }}}