_setLandArea
(API version 2.0)int _setLandArea ( string kodf , string username , string pass , WDS_LandAreaItem pointdata )
Description
The function updates and inserts soil units. To update the polygon, you need to call _setUserPointPoly
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
-
WDS_LandAreaItem pointdata
- int idpoint
- string Nazev
- float Zs
- float Zd
- int Radius
- int Naklon
- float Plocha
- string Vrstva
- string Kod
- string Popis
- string Uzivatel
- string KodBloku
- string Ctverec
- string Stat
- string Pozn
- string Polygon
- int Disabled
- string DisableDate
- Idpoint> 0 for update, == 0 insert
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_setLandArea($kodf, $username, $pass, $pointdata);
Test
To test the function, enter parameters in form below and press Try it out button.