Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe JOpenstreetmapChangesets
+ Graphe d'héritage de JOpenstreetmapChangesets:

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 hérités de JOpenstreetmapObject
 __construct (Registry &$options=null, JHttp $client=null, JOpenstreetmapOauth $oauth=null)
 
 getOption ($key)
 
 setOption ($key, $value)
 
 sendRequest ($path, $method='GET', $headers=array(), $data='')
 

Membres hérités additionnels

- Attributs protégés hérités de JOpenstreetmapObject
 $options
 
 $client
 
 $oauth
 

Description détaillée

Openstreetmap API Changesets class for the Joomla Platform

Depuis
3.2.0
Obsolète:
4.0 Use the joomla/openstreetmap package via Composer instead

Documentation des fonctions membres

◆ closeChangeset()

closeChangeset (   $id)

Method to close a changeset

Paramètres
integer$ididentifier of the changeset
Renvoie
void
Depuis
3.2.0

Références $base, $id, $parameters, et $path.

◆ createChangeset()

createChangeset (   $changesets = array())

Method to create a changeset

Paramètres
array$changesetsArray which contains changeset data
Renvoie
array The XML response
Depuis
3.2.0

Références $base, $key, $parameters, $path, et $value.

◆ diffUploadChangeset()

diffUploadChangeset (   $xml,
  $id 
)

Method to upload a diff to a changeset

Paramètres
string$xmlDiff data to upload
integer$idIdentifier of the changeset
Renvoie
array The XML response of result
Depuis
3.2.0

Références $base, $id, $parameters, et $path.

◆ downloadChangeset()

downloadChangeset (   $id)

Method to download a changeset

Paramètres
integer$idIdentifier of the changeset
Renvoie
array The XML response of requested changeset
Depuis
3.2.0

Références $base, $id, et $path.

◆ expandBBoxChangeset()

expandBBoxChangeset (   $id,
  $nodes 
)

Method to expand the bounding box of a changeset

Paramètres
integer$idIdentifier of the changeset
array$nodesList of lat lon about nodes
Renvoie
array The XML response of changed changeset
Depuis
3.2.0

Références $base, $id, $parameters, et $path.

◆ queryChangeset()

queryChangeset (   $param)

Method to query on changesets

Paramètres
string$paramParameters for query
Renvoie
array The XML response
Depuis
3.2.0

Références $base, $param, et $path.

◆ readChangeset()

readChangeset (   $id)

Method to read a changeset

Paramètres
integer$ididentifier of the changeset
Renvoie
array The XML response about a changeset
Depuis
3.2.0

Références $base, $id, et $path.

◆ updateChangeset()

updateChangeset (   $id,
  $tags = array() 
)

Method to update a changeset

Paramètres
integer$idIdentifier of the changeset
array$tagsArray of tags to update
Renvoie
array The XML response of updated changeset
Depuis
3.2.0

Références $base, $id, $key, $parameters, $path, et $value.


La documentation de cette classe a été générée à partir du fichier suivant :