|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--DefaultFactory
|
+--org.iges.grads.server.dap.GradsServerFactory
A factory for GrADS-DODS server-side data objects The only supported types are Float32, Float64, String, Sequence, Grid, and Array.
| Constructor Summary | |
GradsServerFactory()
|
|
| Method Summary | |
static GradsServerFactory |
getFactory()
Returns a unique instance of this class |
DArray |
newDArray()
Construct a new DArray. |
DArray |
newDArray(java.lang.String n)
Construct a new DArray with name n. |
DFloat32 |
newDFloat32()
Construct a new DFloat32. |
DFloat32 |
newDFloat32(java.lang.String n)
Construct a new DFloat32 with name n. |
DFloat64 |
newDFloat64()
Construct a new DFloat64. |
DFloat64 |
newDFloat64(java.lang.String n)
Construct a new DFloat64 with name n. |
DGrid |
newDGrid()
Construct a new DGrid. |
DGrid |
newDGrid(java.lang.String n)
Construct a new DGrid with name n. |
DInt32 |
newDInt32()
Construct a new DInt32. |
DInt32 |
newDInt32(java.lang.String n)
Construct a new DInt32 with name n. |
DSequence |
newDSequence()
Construct a new DSequence. |
DSequence |
newDSequence(java.lang.String n)
Construct a new DSequence with name n. |
DString |
newDString()
Construct a new DString. |
DString |
newDString(java.lang.String n)
Construct a new DString with name n. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GradsServerFactory()
| Method Detail |
public static GradsServerFactory getFactory()
public DFloat32 newDFloat32()
public DFloat32 newDFloat32(java.lang.String n)
n - the variable name
public DFloat64 newDFloat64()
public DFloat64 newDFloat64(java.lang.String n)
n - the variable name
public DString newDString()
public DString newDString(java.lang.String n)
n - the variable name
public DInt32 newDInt32()
public DInt32 newDInt32(java.lang.String n)
n - the variable name
public DArray newDArray()
public DArray newDArray(java.lang.String n)
n - the variable name
public DGrid newDGrid()
public DGrid newDGrid(java.lang.String n)
n - the variable name
public DSequence newDSequence()
public DSequence newDSequence(java.lang.String n)
n - the variable name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||