26 #ifndef base_type_factory_h
27 #define base_type_factory_h
105 throw InternalErr(__FILE__, __LINE__,
"Not Implemented.");
116 virtual Str *
NewStr(
const string &n =
"")
const;
117 virtual Url *
NewUrl(
const string &n =
"")
const;
127 #endif // base_type_factory_h
Holds an Internet address (URL).
virtual ~BaseTypeFactory()
virtual Structure * NewStructure(const string &n="") const
virtual Sequence * NewSequence(const string &n="") const
Holds an unsigned 16-bit integer.
virtual Byte * NewByte(const string &n="") const
virtual BaseTypeFactory * ptr_duplicate() const
virtual Str * NewStr(const string &n="") const
Holds a structure (aggregate) type.
Type
Identifies the data type.
virtual Url * NewUrl(const string &n="") const
Holds a 32-bit floating point value.
A class for software fault reporting.
Holds character string data.
Holds a 16-bit signed integer value.
virtual BaseType * NewVariable(Type t, const string &name="") const
virtual Float32 * NewFloat32(const string &n="") const
virtual Float64 * NewFloat64(const string &n="") const
Holds the Grid data type.
virtual Array * NewArray(const string &n="", BaseType *v=0) const
virtual Grid * NewGrid(const string &n="") const
virtual Int16 * NewInt16(const string &n="") const
The basic data type for the DODS DAP types.
virtual Int32 * NewInt32(const string &n="") const
Holds a 64-bit (double precision) floating point value.
virtual UInt16 * NewUInt16(const string &n="") const
Holds a 32-bit unsigned integer.
virtual UInt32 * NewUInt32(const string &n="") const
A multidimensional array of identical data types.
Holds a 32-bit signed integer.