Changes between Version 5 and Version 6 of FGDBSpecification


Ignore:
Timestamp:
Oct 9, 2013, 12:23:49 AM (11 years ago)
Author:
Even Rouault
Comment:

add precision in geometry blob description

Legend:

Unmodified
Added
Removed
Modified
  • FGDBSpecification

    v5 v6  
    210210|| varuint || total number of points of all following parts ||
    211211|| varuint || number of parts, i.e. number of rings for (multi)polygon - inner and outer rings being at the same level, number of linestrings or a multilinestring, or 1 for a linestring) ||
    212 || varuint || number of points of first part ||
     212|| varuint || number of points of first part (omitted if there is only one part) ||
    213213|| ... || ... ||
    214214|| varuint || number of points of (number of parts - 1)th part (number of points of last part can be computed by substracting total number of points with the sum of the above numbers ||