_getLandArea1
(API version 2.0)WDS_LandAreaItem[] _getLandArea1 ( string kodf , string username , string pass [ , string Uzivatel ] , int idpoint )
Description
The function returns a list of all land units.
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- string Uzivatel
- Filter to the LPIS user ID
- int idpoint
- ID of land units, -1 for all
Return value
WDS_LandAreaItem[]
-
WDS_LandAreaItem
- 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
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getLandArea1($kodf, $username, $pass, $Uzivatel, $idpoint);
Test
To test the function, enter parameters in form below and press Try it out button.