This database can be used with a SOAP client. All fonctions of the interface is avialable.
The webservice descriptor is http://localhost/TNO2/ws/ws_bdp.wsdl
Criterias can be set selected using different operators
| Num | Name | Data types | Number of operands | Math or SQL equivalent |
|---|---|---|---|---|
| 0 | Not a criteria | All | 0 | 1 = 1 |
| 1 | Equality | All | 1 | x = A |
| 2 | Between | Number | 2 | A < x < B |
| 3 | Less than | Number | 1 | x < A |
| 4 | Less or equal than | Number | 1 | x <= A |
| 5 | More than | Number | 1 | A < x |
| 6 | More or equal than | Number | 1 | A <= x |
| 7 | Difference | All | 1 | x != A |
| 8 | String likes | String | 1 | x LIKE 'A' |
| 9 | String contains | String | 1 | x LIKE '%A%' |
| 10 | String never equals * | String | 1 | x NOT LIKE 'A' |
| 11 | This entry don't contents information | Nullable | 0 | x = null |
| 12 | This entry contents information | Nullable | 0 | x != null |
* : warning ! for names no one should respond to this LIKE statement, if at last one name don't respond to this criteria the object is shown.
Used to select survey in "Survey" fields. Names are case sensitive.
| Name | Description |
|---|---|
| CFEPS | Canada-France Ecliptic Survey (only tracked objects) |
| CFEPSnt | Non tracked objects of CFEPS |
| HiLat | High Ecliptic Latitude survey |
Used to select dynamic types in "DynClass" fields. Names are case sensitive, it must be lowercase.
| Name | Description |
|---|---|
| classical | All classical objects |
| classical x | Classical objects with "x" is the region (inner, main or outer) Example : "classical outer" |
| detached | All detached objects |
| resonant | All resonant objects |
| resonant x y | All resonant objects where "x y" is the resonance fraction with Neptune. The fraction must be irreducible. The numerator and denominator must be positive integers. Example : "resonant 3 2" returns all object with 3:2 resonance but "resonant 6 4" is invalid. |
| scattering | All scattering objects |