|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeTable | |
dods.dap | This package contains the DODS core classes, known as the Data Access Protocol (DAP). |
dods.servers.www | This package contains the DODS WWW client. |
Uses of AttributeTable in dods.dap |
Methods in dods.dap that return AttributeTable | |
AttributeTable |
Attribute.getContainer()
Returns the AttributeTable container. |
AttributeTable |
AttributeTable.appendContainer(java.lang.String name)
Create and append an attribute container to the table. |
AttributeTable |
DAS.getAttributeTable(java.lang.String name)
Returns the AttributeTable with the given name. |
Methods in dods.dap with parameters of type AttributeTable | |
void |
DAS.addAttributeTable(java.lang.String name,
AttributeTable a)
Adds an AttributeTable to the DAS. |
Constructors in dods.dap with parameters of type AttributeTable | |
Attribute(AttributeTable container)
Deprecated. Use the ctor with the name. |
|
Attribute(java.lang.String name,
AttributeTable container)
Construct a container attribute. |
Uses of AttributeTable in dods.servers.www |
Methods in dods.servers.www with parameters of type AttributeTable | |
void |
wwwOutPut.writeAttributes(AttributeTable aTbl)
|
void |
wwwOutPut.writeAttributes(AttributeTable aTbl,
java.lang.String indent)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |