|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseTypeFactory | |
dods.dap | This package contains the DODS core classes, known as the Data Access Protocol (DAP). |
dods.dap.parser | This package contains JavaCC generated DAP parser classes. |
dods.dap.Server | This package contains the DODS Server classes. |
dods.servers.ascii | This package contains the DODS ASCII client. |
dods.servers.sql | This package contains the DODS Relational Databse Server (DRDS). |
dods.servers.test | This package contains the DODS Test Server (DTS). |
dods.servers.www | This package contains the DODS WWW client. |
Uses of BaseTypeFactory in dods.dap |
Classes in dods.dap that implement BaseTypeFactory | |
class |
DefaultFactory
The default client-side Factory for BaseType objects. |
Methods in dods.dap that return BaseTypeFactory | |
BaseTypeFactory |
DDS.getFactory()
Get the Class factory. |
Methods in dods.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 |
DConnect.getDataFromUrl(java.net.URL url,
StatusUI statusUI,
BaseTypeFactory btf)
|
Constructors in dods.dap with parameters of type BaseTypeFactory | |
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 . |
|
DataDDS(ServerVersion ver,
BaseTypeFactory btf)
|
Uses of BaseTypeFactory in dods.dap.parser |
Methods in dods.dap.parser with parameters of type BaseTypeFactory | |
void |
DDSParser.Dataset(DDS dds,
BaseTypeFactory factory)
|
void |
ExprParser.constraint_expression(CEEvaluator ceEval,
BaseTypeFactory factory,
ClauseFactory clauseFactory)
This is the entry point for the Constraint expression parser. |
Uses of BaseTypeFactory in dods.dap.Server |
Constructors in dods.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 . |
Uses of BaseTypeFactory in dods.servers.ascii |
Classes in dods.servers.ascii that implement BaseTypeFactory | |
class |
asciiFactory
The default client-side Factory for BaseType objects. |
Uses of BaseTypeFactory in dods.servers.sql |
Classes in dods.servers.sql that implement BaseTypeFactory | |
class |
sqlServerFactory
The default server-side Factory for BaseType objects. |
Constructors in dods.servers.sql with parameters of type BaseTypeFactory | |
sqlDDS(BaseTypeFactory factory)
Creates an empty sqlDDS with the given
BaseTypeFactory . |
|
sqlDDS(java.lang.String n,
BaseTypeFactory factory)
Creates an empty sqlDDS with the given dataset name
and BaseTypeFactory . |
Uses of BaseTypeFactory in dods.servers.test |
Classes in dods.servers.test that implement BaseTypeFactory | |
class |
test_ServerFactory
The default server-side Factory for BaseType objects. |
Uses of BaseTypeFactory in dods.servers.www |
Classes in dods.servers.www that implement BaseTypeFactory | |
class |
wwwFactory
The default client-side Factory for BaseType objects. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |