Libdap Overview: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
(New page: You can use the libdap C++ implementation of the OPeNDAP client protocol to create your own OPeNDAP client. Refer to the [http://www.opendap.org/api/pref/html/index.html C++ library refer...)
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
You can use the libdap C++ implementation of the OPeNDAP client protocol to create your own OPeNDAP client.  Refer to the [http://www.opendap.org/api/pref/html/index.html C++ library reference] for details about each of the classes in the library.  The sections below provide short overviews of how to use the library classes.
You can use the libdap C++ implementation of the OPeNDAP client protocol to create your own OPeNDAP client.  Refer to the [http://www.opendap.org/api/pref/html/index.html C++ library reference] for details about each of the classes in the library.  The sections below provide short overviews of how to use the library classes.


[LibdapConnectClasses]
;[[LibdapConnectClasses|Connect Classes]]
:For managing the connection between the client and the server.
 
;[[LibdapDataClasses|Data Classes]]
:For managing the returned data.
 
;[[Linking]]
:Some advice about linking.

Latest revision as of 21:43, 6 October 2009

You can use the libdap C++ implementation of the OPeNDAP client protocol to create your own OPeNDAP client. Refer to the C++ library reference for details about each of the classes in the library. The sections below provide short overviews of how to use the library classes.

Connect Classes
For managing the connection between the client and the server.
Data Classes
For managing the returned data.
Linking
Some advice about linking.