|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AphiaNameServicePortType
| Method Summary | |
|---|---|
AphiaRecord[] |
getAphiaChildrenByID(int aphiaID,
int offset)
Get the direct children (max. |
Classification |
getAphiaClassificationByID(int aphiaID)
Get the complete classification for one taxon. |
int |
getAphiaID(String scientificname,
boolean marine_only)
Get the (first) exact matching AphiaID for a given name. Parameters: marine_only: limit to marine taxa. |
String |
getAphiaNameByID(int aphiaID)
Get the correct name for a given AphiaID. |
AphiaRecord |
getAphiaRecordByID(int aphiaID)
Get the complete Aphia Record for a given AphiaID. |
AphiaRecord |
getAphiaRecordByTSN(int TSN)
Get the Aphia Record for a given TSN (ITIS Taxonomic Serial Number). |
AphiaRecord[] |
getAphiaRecords(String scientificname,
boolean like,
boolean fuzzy,
boolean marine_only,
int offset)
Get one or more matching (max. |
AphiaRecord[][] |
getAphiaRecordsByNames(String[] scientificnames,
boolean like,
boolean fuzzy,
boolean marine_only)
For each given scientific name, try to find one or more AphiaRecords. This allows you to match multiple names in one call. |
AphiaRecord[] |
getAphiaRecordsByVernacular(String vernacular,
boolean like,
int offset)
Get one or more Aphia Records (max. |
AphiaRecord[] |
getAphiaSynonymsByID(int aphiaID)
Get all synonyms for a given AphiaID. |
Vernacular[] |
getAphiaVernacularsByID(int aphiaID)
Get all vernaculars for a given AphiaID. |
Source[] |
getSourcesByAphiaID(int aphiaID)
Get one or more sources/references including links, for one AphiaID |
| Method Detail |
|---|
int getAphiaID(String scientificname,
boolean marine_only)
throws RemoteException
RemoteException
AphiaRecord[] getAphiaRecords(String scientificname,
boolean like,
boolean fuzzy,
boolean marine_only,
int offset)
throws RemoteException
RemoteException
String getAphiaNameByID(int aphiaID)
throws RemoteException
RemoteException
AphiaRecord getAphiaRecordByID(int aphiaID)
throws RemoteException
RemoteException
AphiaRecord getAphiaRecordByTSN(int TSN)
throws RemoteException
RemoteException
AphiaRecord[][] getAphiaRecordsByNames(String[] scientificnames,
boolean like,
boolean fuzzy,
boolean marine_only)
throws RemoteException
RemoteException
AphiaRecord[] getAphiaRecordsByVernacular(String vernacular,
boolean like,
int offset)
throws RemoteException
RemoteException
Classification getAphiaClassificationByID(int aphiaID)
throws RemoteException
RemoteException
Source[] getSourcesByAphiaID(int aphiaID)
throws RemoteException
RemoteException
AphiaRecord[] getAphiaSynonymsByID(int aphiaID)
throws RemoteException
RemoteException
Vernacular[] getAphiaVernacularsByID(int aphiaID)
throws RemoteException
RemoteException
AphiaRecord[] getAphiaChildrenByID(int aphiaID,
int offset)
throws RemoteException
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||