Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
createChangeset ($changesets=array()) | |
readChangeset ($id) | |
updateChangeset ($id, $tags=array()) | |
closeChangeset ($id) | |
downloadChangeset ($id) | |
expandBBoxChangeset ($id, $nodes) | |
queryChangeset ($param) | |
diffUploadChangeset ($xml, $id) | |
Fonctions membres publiques inherited from JOpenstreetmapObject | |
__construct (JRegistry &$options=null, JHttp $client=null, JOpenstreetmapOauth $oauth=null) | |
getOption ($key) | |
setOption ($key, $value) | |
sendRequest ($path, $method= 'GET', $headers=array(), $data= '') |
Additional Inherited Members | |
Attributs protégés inherited from JOpenstreetmapObject | |
$options | |
$client | |
$oauth |
Définition à la ligne 19 du fichier changesets.php.
JOpenstreetmapChangesets::closeChangeset | ( | $id | ) |
Method to close a changeset
integer | $id | identifier of the changeset |
Définition à la ligne 164 du fichier changesets.php.
JOpenstreetmapChangesets::createChangeset | ( | $changesets = array() | ) |
Method to create a changeset
array | $changesets | Array which contains changeset data |
Définition à la ligne 30 du fichier changesets.php.
JOpenstreetmapChangesets::diffUploadChangeset | ( | $xml, | |
$id | |||
) |
Method to upload a diff to a changeset
string | $xml | Diff data to upload |
integer | $id | Identifier of the changeset |
Définition à la ligne 294 du fichier changesets.php.
JOpenstreetmapChangesets::downloadChangeset | ( | $id | ) |
Method to download a changeset
integer | $id | Identifier of the changeset |
Définition à la ligne 194 du fichier changesets.php.
JOpenstreetmapChangesets::expandBBoxChangeset | ( | $id, | |
$nodes | |||
) |
Method to expand the bounding box of a changeset
integer | $id | Identifier of the changeset |
array | $nodes | List of lat lon about nodes |
Définition à la ligne 218 du fichier changesets.php.
JOpenstreetmapChangesets::queryChangeset | ( | $param | ) |
Method to query on changesets
string | $param | Parameters for query |
Définition à la ligne 270 du fichier changesets.php.
JOpenstreetmapChangesets::readChangeset | ( | $id | ) |
Method to read a changeset
integer | $id | identifier of the changeset |
Définition à la ligne 88 du fichier changesets.php.
JOpenstreetmapChangesets::updateChangeset | ( | $id, | |
$tags = array() |
|||
) |
Method to update a changeset
integer | $id | Identifier of the changeset |
array | $tags | Array of tags to update |
Définition à la ligne 112 du fichier changesets.php.