|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseTypeFactory | |
---|---|
dods.clients.matlab | |
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.clients.matlab |
---|
Classes in dods.clients.matlab that implement BaseTypeFactory | |
---|---|
class |
MatlabFactory
The factory to create matlab types |
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. |
BaseTypeFactory |
DDS.getFactory()
Get the Class factory. |
Methods in dods.dap with parameters of type BaseTypeFactory | |
---|---|
DataDDS |
DConnect.getData(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.getData(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(URL url,
StatusUI statusUI,
BaseTypeFactory btf)
|
DataDDS |
DConnect.getDataFromUrl(URL url,
StatusUI statusUI,
BaseTypeFactory btf)
|
Constructors in dods.dap with parameters of type BaseTypeFactory | |
---|---|
DataDDS(ServerVersion ver,
BaseTypeFactory btf)
|
|
DataDDS(ServerVersion ver,
BaseTypeFactory btf)
|
|
DDS(BaseTypeFactory factory)
Creates an empty DDS with the given
BaseTypeFactory . |
|
DDS(BaseTypeFactory factory)
Creates an empty DDS with the given
BaseTypeFactory . |
|
DDS(String n,
BaseTypeFactory factory)
Creates an empty DDS with the given dataset name and
BaseTypeFactory . |
|
DDS(String n,
BaseTypeFactory factory)
Creates an empty DDS with the given dataset name and
BaseTypeFactory . |
Uses of BaseTypeFactory in dods.dap.parser |
---|
Methods in dods.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. |
void |
ExprParser.constraint_expression(CEEvaluator ceEval,
BaseTypeFactory factory,
ClauseFactory clauseFactory)
This is the entry point for the Constraint expression parser. |
void |
DDSParser.Dataset(DDS dds,
BaseTypeFactory factory)
|
void |
DDSParser.Dataset(DDS dds,
BaseTypeFactory factory)
|
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(BaseTypeFactory factory)
Creates an empty ServerDDS with the given
BaseTypeFactory . |
|
ServerDDS(String n,
BaseTypeFactory factory)
Creates an empty ServerDDS with the given dataset name
and BaseTypeFactory . |
|
ServerDDS(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(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 |