Changes between Version 42 and Version 43 of ZooWorkshop/FOSS4GJapan/CreatingOGRBasedWebServices
- Timestamp:
- Oct 16, 2010, 1:26:08 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWorkshop/FOSS4GJapan/CreatingOGRBasedWebServices
v42 v43 801 801 We can now work on the Buffer Service, which takes more arguments than the other ones. Indeed, the code is a bit different from the one used to implement the Boundary, !ConvexHull and Centroid Services. 802 802 803 The Buffer service also takes an input geometry, but uses a BufferDistance parameter. It will also allow you to define LitteralData block as the BufferDistancewill be simple integer value. The read access to such kind of input value is made using the same function as used before.803 The Buffer service also takes an input geometry, but uses a {{{BufferDistance}}} parameter. It will also allow you to define {{{LitteralData}}} block as the {{{BufferDistance}}} will be simple integer value. The read access to such kind of input value is made using the same function as used before. 804 804 805 805 ==== C Version ====