Package opendap.dap
Class DefaultFactory
- java.lang.Object
-
- opendap.dap.DefaultFactory
-
- All Implemented Interfaces:
Serializable,BaseTypeFactory
public class DefaultFactory extends Object implements BaseTypeFactory, Serializable
The default client-side Factory for BaseType objects.- See Also:
BaseTypeFactory, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DArraynewDArray()Construct a new DArray.DArraynewDArray(String n)Construct a new DArray with name n.DBytenewDByte()Construct a new DByte.DBytenewDByte(String n)Construct a new DByte with name n.DFloat32newDFloat32()Construct a new DFloat32.DFloat32newDFloat32(String n)Construct a new DFloat32 with name n.DFloat64newDFloat64()Construct a new DFloat64.DFloat64newDFloat64(String n)Construct a new DFloat64 with name n.DGridnewDGrid()Construct a new DGrid.DGridnewDGrid(String n)Construct a new DGrid with name n.DInt16newDInt16()Construct a new DInt16.DInt16newDInt16(String n)Construct a new DInt16 with name n.DInt32newDInt32()Construct a new DInt32.DInt32newDInt32(String n)Construct a new DInt32 with name n.DSequencenewDSequence()Construct a new DSequence.DSequencenewDSequence(String n)Construct a new DSequence with name n.DStringnewDString()Construct a new DString.DStringnewDString(String n)Construct a new DString with name n.DStructurenewDStructure()Construct a new DStructure.DStructurenewDStructure(String n)Construct a new DStructure with name n.DUInt16newDUInt16()Construct a new DUInt16.DUInt16newDUInt16(String n)Construct a new DUInt16 with name n.DUInt32newDUInt32()Construct a new DUInt32.DUInt32newDUInt32(String n)Construct a new DUInt32 with name n.DURLnewDURL()Construct a new DURL.DURLnewDURL(String n)Construct a new DURL with name n.
-
-
-
Method Detail
-
newDByte
public DByte newDByte()
Construct a new DByte.- Specified by:
newDBytein interfaceBaseTypeFactory- Returns:
- the new DByte
-
newDByte
public DByte newDByte(String n)
Construct a new DByte with name n.- Specified by:
newDBytein interfaceBaseTypeFactory- Parameters:
n- the variable name- Returns:
- the new DByte
-
newDInt16
public DInt16 newDInt16()
Construct a new DInt16.- Specified by:
newDInt16in interfaceBaseTypeFactory- Returns:
- the new DInt16
-
newDInt16
public DInt16 newDInt16(String n)
Construct a new DInt16 with name n.- Specified by:
newDInt16in interfaceBaseTypeFactory- Parameters:
n- the variable name- Returns:
- the new DInt16
-
newDUInt16
public DUInt16 newDUInt16()
Construct a new DUInt16.- Specified by:
newDUInt16in interfaceBaseTypeFactory- Returns:
- the new DUInt16
-
newDUInt16
public DUInt16 newDUInt16(String n)
Construct a new DUInt16 with name n.- Specified by:
newDUInt16in interfaceBaseTypeFactory- Parameters:
n- the variable name- Returns:
- the new DUInt16
-
newDInt32
public DInt32 newDInt32()
Construct a new DInt32.- Specified by:
newDInt32in interfaceBaseTypeFactory- Returns:
- the new DInt32
-
newDInt32
public DInt32 newDInt32(String n)
Construct a new DInt32 with name n.- Specified by:
newDInt32in interfaceBaseTypeFactory- Parameters:
n- the variable name- Returns:
- the new DInt32
-
newDUInt32
public DUInt32 newDUInt32()
Construct a new DUInt32.- Specified by:
newDUInt32in interfaceBaseTypeFactory- Returns:
- the new DUInt32
-
newDUInt32
public DUInt32 newDUInt32(String n)
Construct a new DUInt32 with name n.- Specified by:
newDUInt32in interfaceBaseTypeFactory- Parameters:
n- the variable name- Returns:
- the new DUInt32
-
newDFloat32
public DFloat32 newDFloat32()
Construct a new DFloat32.- Specified by:
newDFloat32in interfaceBaseTypeFactory- Returns:
- the new DFloat32
-
newDFloat32
public DFloat32 newDFloat32(String n)
Construct a new DFloat32 with name n.- Specified by:
newDFloat32in interfaceBaseTypeFactory- Parameters:
n- the variable name- Returns:
- the new DFloat32
-
newDFloat64
public DFloat64 newDFloat64()
Construct a new DFloat64.- Specified by:
newDFloat64in interfaceBaseTypeFactory- Returns:
- the new DFloat64
-
newDFloat64
public DFloat64 newDFloat64(String n)
Construct a new DFloat64 with name n.- Specified by:
newDFloat64in interfaceBaseTypeFactory- Parameters:
n- the variable name- Returns:
- the new DFloat64
-
newDString
public DString newDString()
Construct a new DString.- Specified by:
newDStringin interfaceBaseTypeFactory- Returns:
- the new DString
-
newDString
public DString newDString(String n)
Construct a new DString with name n.- Specified by:
newDStringin interfaceBaseTypeFactory- Parameters:
n- the variable name- Returns:
- the new DString
-
newDURL
public DURL newDURL()
Construct a new DURL.- Specified by:
newDURLin interfaceBaseTypeFactory- Returns:
- the new DURL
-
newDURL
public DURL newDURL(String n)
Construct a new DURL with name n.- Specified by:
newDURLin interfaceBaseTypeFactory- Parameters:
n- the variable name- Returns:
- the new DURL
-
newDArray
public DArray newDArray()
Construct a new DArray.- Specified by:
newDArrayin interfaceBaseTypeFactory- Returns:
- the new DArray
-
newDArray
public DArray newDArray(String n)
Construct a new DArray with name n.- Specified by:
newDArrayin interfaceBaseTypeFactory- Parameters:
n- the variable name- Returns:
- the new DArray
-
newDGrid
public DGrid newDGrid()
Construct a new DGrid.- Specified by:
newDGridin interfaceBaseTypeFactory- Returns:
- the new DGrid
-
newDGrid
public DGrid newDGrid(String n)
Construct a new DGrid with name n.- Specified by:
newDGridin interfaceBaseTypeFactory- Parameters:
n- the variable name- Returns:
- the new DGrid
-
newDStructure
public DStructure newDStructure()
Construct a new DStructure.- Specified by:
newDStructurein interfaceBaseTypeFactory- Returns:
- the new DStructure
-
newDStructure
public DStructure newDStructure(String n)
Construct a new DStructure with name n.- Specified by:
newDStructurein interfaceBaseTypeFactory- Parameters:
n- the variable name- Returns:
- the new DStructure
-
newDSequence
public DSequence newDSequence()
Construct a new DSequence.- Specified by:
newDSequencein interfaceBaseTypeFactory- Returns:
- the new DSequence
-
newDSequence
public DSequence newDSequence(String n)
Construct a new DSequence with name n.- Specified by:
newDSequencein interfaceBaseTypeFactory- Parameters:
n- the variable name- Returns:
- the new DSequence
-
-