ADL-3 Client-Middleware Interfaces
session
- sessionID = start(name, passwd, client)
- end(sessionID)
collections
- {collectionIDs} = list()
- XML = scan(collectionID, …)
search
- {queryID, objectIDs} = start(sessionID, maxResults, collections, query)
- stop(sessionID, queryID)
metadata
- XML = scan(objectID)
- XML = full(objectID)
holdings
- MIMEimage = thumbnail(objectID)
- URL = access(objectID)
mapbrowser
- GIFimage = mapbrowser( baseMap, {features}, ctrLat, ctrLon, dLat, dLon, projection, width, height)