|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgsfc.nssdc.cdf.CDFNativeLibrary
public class CDFNativeLibrary
This class implements the method that act as the gateway between the CDF Java APIs and the CDF library.
Constructor Summary | |
---|---|
CDFNativeLibrary()
|
Method Summary | |
---|---|
void |
cdflib(CDF theCDF,
CDFObject cdfObject,
java.util.Vector cmds)
Calls the Java Native Interface (JNI) program, cdfNativeLibrary.c. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CDFNativeLibrary()
Method Detail |
---|
public void cdflib(CDF theCDF, CDFObject cdfObject, java.util.Vector cmds) throws CDFException
End users should never call this method from their applications.
cdflib
in interface CDFDelegate
theCDF
- the CDF being dealt with cdfObject
- the calling program/object (e.g. Variable.java,
Attribute.java, etc.) cmds
- a vector that contains the CDFlib commands to be executed
CDFException
- if a problem occurs while executing the
requested CDFlib commands in cdfNativeLibrary.c.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |