|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseTypeFactory | |
---|---|
opendap.dap | This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). |
opendap.dap.parsers | This package contains Bison 2.4.2 generated DAP parser classes. |
opendap.Server | This package contains the OPeNDAP Server classes. |
opendap.Server.parsers | This package contains Bison 2.4.2 generated Constraint Expression parser classes. |
opendap.servlet.ascii | This package contains the OPeNDAP ASCII client. |
opendap.servlet.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 |
DConnect2.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 |
DConnect2.getDataDDX(String CE,
BaseTypeFactory btf)
Returns the DataDDS object from the dataset referenced by this object's URL. |
DataDDS |
DConnect.getDataDDX(String CE,
BaseTypeFactory btf)
Returns the DataDDS object from the dataset referenced by this object's URL. |
DataDDS |
DConnect.getDataFromUrl(URL url,
StatusUI statusUI,
BaseTypeFactory btf)
|
DataDDS |
DConnect.getDDXData(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(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(String n,
BaseTypeFactory factory)
Creates an empty DDS with the given dataset name and
BaseTypeFactory . |
|
DDS(String n,
BaseTypeFactory factory,
String schema)
Creates an empty DDS with the given dataset name and
BaseTypeFactory . |
Uses of BaseTypeFactory in opendap.dap.parsers |
---|
Methods in opendap.dap.parsers 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(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 |
Constructors in opendap.dap.parsers with parameters of type BaseTypeFactory | |
---|---|
Dapparse(BaseTypeFactory factory)
|
|
DapParser(BaseTypeFactory factory)
Instantiates the Bison-generated parser. |
Uses of BaseTypeFactory in opendap.Server |
---|
Constructors in opendap.Server with parameters of type 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,
String schema)
Creates an empty DDS with the given dataset name and
BaseTypeFactory . |
Uses of BaseTypeFactory in opendap.Server.parsers |
---|
Methods in opendap.Server.parsers with parameters of type BaseTypeFactory | |
---|---|
boolean |
Ceparse.constraint_expression(CEEvaluator ceEval,
BaseTypeFactory factory,
ClauseFactory clauseFactory)
********************* |
static boolean |
CeParser.constraint_expression(CEEvaluator ceEval,
BaseTypeFactory factory,
ClauseFactory clauseFactory,
String constraint,
String url)
|
void |
AST.init(CEEvaluator ceEval,
BaseTypeFactory factory,
ClauseFactory clauseFactory,
ServerDDS sdds,
List<AST> nodes)
|
Constructors in opendap.Server.parsers with parameters of type BaseTypeFactory | |
---|---|
Ceparse(BaseTypeFactory factory)
|
|
CeParser(BaseTypeFactory factory)
Instantiates the Bison-generated parser. |
Uses of BaseTypeFactory in opendap.servlet.ascii |
---|
Classes in opendap.servlet.ascii that implement BaseTypeFactory | |
---|---|
class |
asciiFactory
The default client-side Factory for BaseType objects. |
Uses of BaseTypeFactory in opendap.servlet.www |
---|
Classes in opendap.servlet.www that implement BaseTypeFactory | |
---|---|
class |
wwwFactory
The default client-side Factory for BaseType objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |