Changes between Version 10 and Version 11 of FDORfc28


Ignore:
Timestamp:
Oct 21, 2008, 11:35:00 AM (16 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc28

    v10 v11  
    3939
    4040If 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]]
     41If 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
     43If 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]]
     44If 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
    4246If 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]]
     47If 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]]
    4348
    4449Like 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).