Changes between Version 10 and Version 11 of FDORfc28
- Timestamp:
- 10/21/08 11:35:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc28
v10 v11 39 39 40 40 If the provided geometry is a point geometry, the result of the Start/End functions is the x, y, z values of the point.[[BR]] 41 If the provided geometry is a line, the result of the Start/End functions is the x, y, z values of the start and end points.[[BR]] 41 If the provided geometry is a multi-point geometry, the result of the Start/End functions is the x, y, z values of the first point.[[BR]] 42 43 If the provided geometry is a line, the result of the Start/End functions is the x, y, z values of the start and end points of the first line.[[BR]] 44 If the provided geometry is a multi-line, the result of the Start/End functions is the x, y, z values of the start and end points of the first line.[[BR]] 45 42 46 If the provided geometry is a polygon, the result of the Start/End functions is the x, y, z values of the start and end points of the exterior ring of the polygon.[[BR]] 47 If the provided geometry is a multi-polygon, the result of the Start/End functions is the x, y, z values of the start and end points of the exterior ring of the first-polygon.[[BR]] 43 48 44 49 Like the standard functions listed in RFC 8, the user can get access to the geometric function definitions via the FDO interface !GetWellKnownFunctions. The new functions will be categorized as geometry functions (!FdoFunctionCategoryType_Geometry).