Changes between Version 14 and Version 15 of FDORfc28


Ignore:
Timestamp:
10/21/08 12:08:29 (16 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc28

    v14 v15  
    4444If 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]]
    4545
    46 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]]
    47 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]]
     46If the provided geometry is a line geometry, the result of the Start/End functions is the x, y, z values of the start and end points of the first line.[[BR]]
     47If the provided geometry is a multi-line geometry, the result of the Start/End functions is the x, y, z values of the start and end points of the first line.[[BR]]
    4848
    49 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]]
    50 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]]
     49If the provided geometry is a polygon geometry, 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]]
     50If the provided geometry is a multi-polygon geometry, 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]]
    5151
    5252Like 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).