public class wwwFactory extends Object implements opendap.dap.BaseTypeFactory
BaseTypeFactory| Constructor and Description |
|---|
wwwFactory() |
| Modifier and Type | Method and Description |
|---|---|
opendap.dap.DArray |
newDArray()
Construct a new DArray.
|
opendap.dap.DArray |
newDArray(String n)
Construct a new DArray with name n.
|
opendap.dap.DByte |
newDByte()
Construct a new DByte.
|
opendap.dap.DByte |
newDByte(String n)
Construct a new DByte with name n.
|
opendap.dap.DFloat32 |
newDFloat32()
Construct a new DFloat32.
|
opendap.dap.DFloat32 |
newDFloat32(String n)
Construct a new DFloat32 with name n.
|
opendap.dap.DFloat64 |
newDFloat64()
Construct a new DFloat64.
|
opendap.dap.DFloat64 |
newDFloat64(String n)
Construct a new DFloat64 with name n.
|
opendap.dap.DGrid |
newDGrid()
Construct a new DGrid.
|
opendap.dap.DGrid |
newDGrid(String n)
Construct a new DGrid with name n.
|
opendap.dap.DInt16 |
newDInt16()
Construct a new DInt16.
|
opendap.dap.DInt16 |
newDInt16(String n)
Construct a new DInt16 with name n.
|
opendap.dap.DInt32 |
newDInt32()
Construct a new DInt32.
|
opendap.dap.DInt32 |
newDInt32(String n)
Construct a new DInt32 with name n.
|
opendap.dap.DSequence |
newDSequence()
Construct a new DSequence.
|
opendap.dap.DSequence |
newDSequence(String n)
Construct a new DSequence with name n.
|
opendap.dap.DString |
newDString()
Construct a new DString.
|
opendap.dap.DString |
newDString(String n)
Construct a new DString with name n.
|
opendap.dap.DStructure |
newDStructure()
Construct a new DStructure.
|
opendap.dap.DStructure |
newDStructure(String n)
Construct a new DStructure with name n.
|
opendap.dap.DUInt16 |
newDUInt16()
Construct a new DUInt16.
|
opendap.dap.DUInt16 |
newDUInt16(String n)
Construct a new DUInt16 with name n.
|
opendap.dap.DUInt32 |
newDUInt32()
Construct a new DUInt32.
|
opendap.dap.DUInt32 |
newDUInt32(String n)
Construct a new DUInt32 with name n.
|
opendap.dap.DURL |
newDURL()
Construct a new DURL.
|
opendap.dap.DURL |
newDURL(String n)
Construct a new DURL with name n.
|
public opendap.dap.DByte newDByte()
newDByte in interface opendap.dap.BaseTypeFactorypublic opendap.dap.DByte newDByte(String n)
newDByte in interface opendap.dap.BaseTypeFactoryn - the variable namepublic opendap.dap.DInt16 newDInt16()
newDInt16 in interface opendap.dap.BaseTypeFactorypublic opendap.dap.DInt16 newDInt16(String n)
newDInt16 in interface opendap.dap.BaseTypeFactoryn - the variable namepublic opendap.dap.DUInt16 newDUInt16()
newDUInt16 in interface opendap.dap.BaseTypeFactorypublic opendap.dap.DUInt16 newDUInt16(String n)
newDUInt16 in interface opendap.dap.BaseTypeFactoryn - the variable namepublic opendap.dap.DInt32 newDInt32()
newDInt32 in interface opendap.dap.BaseTypeFactorypublic opendap.dap.DInt32 newDInt32(String n)
newDInt32 in interface opendap.dap.BaseTypeFactoryn - the variable namepublic opendap.dap.DUInt32 newDUInt32()
newDUInt32 in interface opendap.dap.BaseTypeFactorypublic opendap.dap.DUInt32 newDUInt32(String n)
newDUInt32 in interface opendap.dap.BaseTypeFactoryn - the variable namepublic opendap.dap.DFloat32 newDFloat32()
newDFloat32 in interface opendap.dap.BaseTypeFactorypublic opendap.dap.DFloat32 newDFloat32(String n)
newDFloat32 in interface opendap.dap.BaseTypeFactoryn - the variable namepublic opendap.dap.DFloat64 newDFloat64()
newDFloat64 in interface opendap.dap.BaseTypeFactorypublic opendap.dap.DFloat64 newDFloat64(String n)
newDFloat64 in interface opendap.dap.BaseTypeFactoryn - the variable namepublic opendap.dap.DString newDString()
newDString in interface opendap.dap.BaseTypeFactorypublic opendap.dap.DString newDString(String n)
newDString in interface opendap.dap.BaseTypeFactoryn - the variable namepublic opendap.dap.DURL newDURL()
newDURL in interface opendap.dap.BaseTypeFactorypublic opendap.dap.DURL newDURL(String n)
newDURL in interface opendap.dap.BaseTypeFactoryn - the variable namepublic opendap.dap.DArray newDArray()
newDArray in interface opendap.dap.BaseTypeFactorypublic opendap.dap.DArray newDArray(String n)
newDArray in interface opendap.dap.BaseTypeFactoryn - the variable namepublic opendap.dap.DGrid newDGrid()
newDGrid in interface opendap.dap.BaseTypeFactorypublic opendap.dap.DGrid newDGrid(String n)
newDGrid in interface opendap.dap.BaseTypeFactoryn - the variable namepublic opendap.dap.DStructure newDStructure()
newDStructure in interface opendap.dap.BaseTypeFactorypublic opendap.dap.DStructure newDStructure(String n)
newDStructure in interface opendap.dap.BaseTypeFactoryn - the variable namepublic opendap.dap.DSequence newDSequence()
newDSequence in interface opendap.dap.BaseTypeFactorypublic opendap.dap.DSequence newDSequence(String n)
newDSequence in interface opendap.dap.BaseTypeFactoryn - the variable name