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