public class test_ServerFactory extends Object implements BaseTypeFactory
BaseTypeFactory| Constructor and Description |
|---|
test_ServerFactory() |
| Modifier and Type | Method and Description |
|---|---|
DArray |
newDArray()
Construct a new DArray.
|
DArray |
newDArray(String n)
Construct a new DArray with name n.
|
DByte |
newDByte()
Construct a new DByte.
|
DByte |
newDByte(String n)
Construct a new DByte with name n.
|
DFloat32 |
newDFloat32()
Construct a new DFloat32.
|
DFloat32 |
newDFloat32(String n)
Construct a new DFloat32 with name n.
|
DFloat64 |
newDFloat64()
Construct a new DFloat64.
|
DFloat64 |
newDFloat64(String n)
Construct a new DFloat64 with name n.
|
DGrid |
newDGrid()
Construct a new DGrid.
|
DGrid |
newDGrid(String n)
Construct a new DGrid with name n.
|
DInt16 |
newDInt16()
Construct a new DInt16.
|
DInt16 |
newDInt16(String n)
Construct a new DInt16 with name n.
|
DInt32 |
newDInt32()
Construct a new DInt32.
|
DInt32 |
newDInt32(String n)
Construct a new DInt32 with name n.
|
DSequence |
newDSequence()
Construct a new DSequence.
|
DSequence |
newDSequence(String n)
Construct a new DSequence with name n.
|
DString |
newDString()
Construct a new DString.
|
DString |
newDString(String n)
Construct a new DString with name n.
|
DStructure |
newDStructure()
Construct a new DStructure.
|
DStructure |
newDStructure(String n)
Construct a new DStructure with name n.
|
DUInt16 |
newDUInt16()
Construct a new DUInt16.
|
DUInt16 |
newDUInt16(String n)
Construct a new DUInt16 with name n.
|
DUInt32 |
newDUInt32()
Construct a new DUInt32.
|
DUInt32 |
newDUInt32(String n)
Construct a new DUInt32 with name n.
|
DURL |
newDURL()
Construct a new DURL.
|
DURL |
newDURL(String n)
Construct a new DURL with name n.
|
public DByte newDByte()
newDByte in interface BaseTypeFactorypublic DByte newDByte(String n)
newDByte in interface BaseTypeFactoryn - the variable namepublic DInt16 newDInt16()
newDInt16 in interface BaseTypeFactorypublic DInt16 newDInt16(String n)
newDInt16 in interface BaseTypeFactoryn - the variable namepublic DUInt16 newDUInt16()
newDUInt16 in interface BaseTypeFactorypublic DUInt16 newDUInt16(String n)
newDUInt16 in interface BaseTypeFactoryn - the variable namepublic DInt32 newDInt32()
newDInt32 in interface BaseTypeFactorypublic DInt32 newDInt32(String n)
newDInt32 in interface BaseTypeFactoryn - the variable namepublic DUInt32 newDUInt32()
newDUInt32 in interface BaseTypeFactorypublic DUInt32 newDUInt32(String n)
newDUInt32 in interface BaseTypeFactoryn - the variable namepublic DFloat32 newDFloat32()
newDFloat32 in interface BaseTypeFactorypublic DFloat32 newDFloat32(String n)
newDFloat32 in interface BaseTypeFactoryn - the variable namepublic DFloat64 newDFloat64()
newDFloat64 in interface BaseTypeFactorypublic DFloat64 newDFloat64(String n)
newDFloat64 in interface BaseTypeFactoryn - the variable namepublic DString newDString()
newDString in interface BaseTypeFactorypublic DString newDString(String n)
newDString in interface BaseTypeFactoryn - the variable namepublic DURL newDURL()
newDURL in interface BaseTypeFactorypublic DURL newDURL(String n)
newDURL in interface BaseTypeFactoryn - the variable namepublic DArray newDArray()
newDArray in interface BaseTypeFactorypublic DArray newDArray(String n)
newDArray in interface BaseTypeFactoryn - the variable namepublic DGrid newDGrid()
newDGrid in interface BaseTypeFactorypublic DGrid newDGrid(String n)
newDGrid in interface BaseTypeFactoryn - the variable namepublic DStructure newDStructure()
newDStructure in interface BaseTypeFactorypublic DStructure newDStructure(String n)
newDStructure in interface BaseTypeFactoryn - the variable namepublic DSequence newDSequence()
newDSequence in interface BaseTypeFactorypublic DSequence newDSequence(String n)
newDSequence in interface BaseTypeFactoryn - the variable nameCopyright © 1999–2013 UCAR/Unidata. All rights reserved.