classification_object($args)
A classification object represents a mapped interpretation of a name within TNS. Mapped classifications may have varying degrees of precision. Some classifications may be represented solely as hierarchical lists. Other classifications may include synonymy lists while still others may have a higher degree of precision within the synonymy list, qualifying the synonymy with references and indicating the nature of the synonymy.
Example clients (php)
input arguments
| element |
type |
|
| $args["hierarchiesID"] |
integer |
unique TNS location of the classification instance |
| $args["childrenFlag"] |
integer |
returns hierarchical children if > 0 |
| $args["ancestryFlag"] |
integer |
returns ancestry if > 0 |
| $args["justificationsFlag"] |
integer |
returns synonymy justification if > 0 |
| $args["synonymsFlag"] |
integer |
returns synonymy if > 0 |
| $args["clientVersion"] |
float |
services version utilized by client |
| $args["clientVersion"] |
string |
pass through from client the IP of second client |
| $args["keyCode"] |
string |
user keyCode string. Get one here. |
See the WSDL for a description of the returned data structure. All UTF-8 encoded text is output in base-64 encoding and must be decoded for display.
Software downloadable from this site is copyright (c) 2004 by the MBL/WHOI Library and licensed under the Academic Free License version 1.2.
|