or
TblAsRasterDD *tardd1 = 0; tardd1 = new TblAsRasterDD("tablename"); Colormap cmap1("Hot Metal 2"); tardd1->setColormap(&cmap1, 1.0); wcHolder->addDisplayData((DisplayData *)tardd1);
given a string which gives the full pathname and filename of a table on disk
Destructor
format the table value at the give world position
get the data unit
install the default options for this DisplayData
Apply options stored in rec to the DisplayData. A return value of True means a refresh is needed. recOut contains any fields which were implicitly changed as a result of the call to this function.
Retrieve the current and default options and parameter types.
Return the type of this DisplayData.
Create a new TblAsRasterDM for drawing on the given WorldCanvas when the AttributeBuffers are suitably matched to the current state of this DisplayData and of the WorldCanvas/Holder. The tag is a unique number used to identify the age of the newly constructed CachingDisplayMethod.
Return the current options of this DisplayData as an AttributeBuffer.
provide read-only access to the table
Clean up (ie. delete any existing cached display list).
(Required) copy constructor.
(Required) copy assignment.
Get the value of the named keyword, or the first keyword matching regex, and return it in value. The return value is True for success, and False for failure, which is the result if the wrong type T is requested.
Get the value of the named keyword, or the first keyword matching regex for the named column, and return it in value. The return value is True for success, and False for failure, which is the result if // the wrong type T is requested, or if the keyword doesn't exist.
set the default options for this display data
Arrange the query table (called after changing an option).
update/set the coordinate system
get all of the table columnNames
get the table column world coordinate range
get all of the table columnNames with a certain data type
Construct and destruct the parameter set.