Uses of Interface
opendap.dap.BaseTypeFactory

Packages that use BaseTypeFactory
opendap.dap This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). 
opendap.dap.parser This package contains Bison 2.4.2 generated DAP parser classes. 
opendap.dap.Server This package contains the OPeNDAP Server classes. 
opendap.dap.XMLparser   
opendap.servers.ascii This package contains the OPeNDAP ASCII client. 
opendap.servers.test This package contains the OPeNDAP Test Server (DTS). 
opendap.servers.www This package contains the OPeNDAP WWW client. 
 

Uses of BaseTypeFactory in opendap.dap
 

Classes in opendap.dap that implement BaseTypeFactory
 class DefaultFactory
          The default client-side Factory for BaseType objects.
 

Methods in opendap.dap that return BaseTypeFactory
 BaseTypeFactory DDS.getFactory()
          Get the Class factory.
 

Methods in opendap.dap with parameters of type BaseTypeFactory
 DataDDS DConnect.getData(java.lang.String CE, StatusUI statusUI, BaseTypeFactory btf)
          Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
 DataDDS DConnect2.getData(java.lang.String CE, StatusUI statusUI, BaseTypeFactory btf)
          Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
 DataDDS DConnect.getDataDDX(java.lang.String CE, BaseTypeFactory btf)
          Returns the DataDDS object from the dataset referenced by this object's URL.
 DataDDS DConnect2.getDataDDX(java.lang.String CE, BaseTypeFactory btf)
          Returns the DataDDS object from the dataset referenced by this object's URL.
 DataDDS DConnect.getDataFromUrl(java.net.URL url, StatusUI statusUI, BaseTypeFactory btf)
           
 DataDDS DConnect.getDDXData(java.lang.String CE, StatusUI statusUI, BaseTypeFactory btf)
          Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
 DataDDS DConnect.getDDXDataFromURL(java.net.URL url, StatusUI statusUI, BaseTypeFactory btf)
          Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
 void DDS.setFactory(BaseTypeFactory btf)
          Get the Class factory.
 

Constructors in opendap.dap with parameters of type BaseTypeFactory
DataDDS(ServerVersion ver, BaseTypeFactory btf)
           
DDS(BaseTypeFactory factory)
          Creates an empty DDS with the given BaseTypeFactory.
DDS(java.lang.String n, BaseTypeFactory factory)
          Creates an empty DDS with the given dataset name and BaseTypeFactory.
DDS(java.lang.String n, BaseTypeFactory factory, java.lang.String schema)
          Creates an empty DDS with the given dataset name and BaseTypeFactory.
 

Uses of BaseTypeFactory in opendap.dap.parser
 

Methods in opendap.dap.parser with parameters of type BaseTypeFactory
 void ExprParser.constraint_expression(CEEvaluator ceEval, BaseTypeFactory factory, ClauseFactory clauseFactory)
          This is the entry point for the Constraint expression parser.
 

Constructors in opendap.dap.parser with parameters of type BaseTypeFactory
DapParser(java.io.InputStream stream, BaseTypeFactory factory)
           
 

Uses of BaseTypeFactory in opendap.dap.Server
 

Constructors in opendap.dap.Server with parameters of type BaseTypeFactory
ServerDDS(BaseTypeFactory factory)
          Creates an empty ServerDDS with the given BaseTypeFactory.
ServerDDS(java.lang.String n, BaseTypeFactory factory)
          Creates an empty ServerDDS with the given dataset name and BaseTypeFactory.
ServerDDS(java.lang.String n, BaseTypeFactory factory, java.lang.String schema)
          Creates an empty DDS with the given dataset name and BaseTypeFactory.
 

Uses of BaseTypeFactory in opendap.dap.XMLparser
 

Methods in opendap.dap.XMLparser with parameters of type BaseTypeFactory
 void DDSXMLParser.parse(org.jdom.Document ddx, DDS targetDDS, BaseTypeFactory fac, boolean validation)
          Parse the DDX waiting in the InputStream and instantiate all of the member BaseType variables and their associated Attributes into a DDS using the passed BaseTypeFactory
 void DDSXMLParser.parse(java.io.InputStream is, DDS targetDDS, BaseTypeFactory fac, boolean validation)
          Parse the DDX waiting in the InputStream and instantiate all of the member BaseType variables and their associated Attributes into a DDS using the passed BaseTypeFactory
 

Uses of BaseTypeFactory in opendap.servers.ascii
 

Classes in opendap.servers.ascii that implement BaseTypeFactory
 class asciiFactory
          The default client-side Factory for BaseType objects.
 

Uses of BaseTypeFactory in opendap.servers.test
 

Classes in opendap.servers.test that implement BaseTypeFactory
 class test_ServerFactory
          The default server-side Factory for BaseType objects.
 

Uses of BaseTypeFactory in opendap.servers.www
 

Classes in opendap.servers.www that implement BaseTypeFactory
 class wwwFactory
          The default client-side Factory for BaseType objects.