|
| | DtVmapMetafileRecord () |
| |
| virtual | ~DtVmapMetafileRecord () |
| |
| | DtVmapMetafileRecord (const DtVmapMetafileRecord &orig) |
| |
| DtVmapMetafileRecord & | operator= (const DtVmapMetafileRecord &rhs) |
| |
| virtual DtString | recordTypeName () const |
| |
| virtual bool | get (std::istream &stream) |
| |
| virtual bool | processToken (std::istream &stream, DtString &token) |
| |
| std::list< DtString > | libraryList () |
| |
| std::list< DtString > | thematicList () |
| |
| std::list< DtString > | featureList () |
| |
| | DtVectorDataRecord () |
| |
| virtual | ~DtVectorDataRecord () |
| |
| | DtVectorDataRecord (const DtVectorDataRecord &orig) |
| |
| DtVectorDataRecord & | operator= (const DtVectorDataRecord &rhs) |
| |
| virtual DtConfigCategoryType | recordCategory () const |
| |
| virtual const unsigned int | vecDataType () const |
| |
| virtual DtVectorDataInitializer * | vectorDataInitializer () |
| |
| virtual void | resetFileLists () |
| |
| | DtMetafileRecord () |
| |
| virtual | ~DtMetafileRecord () |
| |
| | DtMetafileRecord (const DtMetafileRecord &orig) |
| |
| DtMetafileRecord & | operator= (const DtMetafileRecord &orig) |
| |
| virtual bool | init () |
| |
| virtual bool | canImport () |
| |
| virtual bool | put (std::ostream &stream) const |
| |
| virtual bool | getAttribute (const DtString attrName, DtString &value, DtString &type, unsigned index=0) |
| |
| virtual bool | setAttribute (DtString attrName, DtString value) |
| |
virtual const
DtTerrainInitializer * | initializer () const |
| |
| virtual DtTerrainInitializer * | initializer () |
| |
| virtual void | setInitializer (DtTerrainInitializer *init) |
| |
| virtual const int | recordKey () |
| |
| virtual void | setRecordKey (const int key) |
| |
| virtual const DtPropertyNamesMap | properties () const |
| |
| virtual const DtString & | recordString () const |
| |
| virtual void | setPath (const DtFilename &) |
| |
| virtual const DtFilename & | path () const |
| |
| bool | isInt (const DtString &valueIn) |
| |
| bool | isDouble (const DtString &valueIn) |
| |
| bool | isColor (const DtString &valueIn) |
| |
| bool | isPoint (const DtString &valueIn) |
| |
| bool | isBool (const DtString &valueIn) |
| |
| bool | toInt (const DtString &valueIn, int &valueOut) |
| |
| bool | toDouble (const DtString &valueIn, double &valueOut) |
| |
| bool | toColor (const DtString &valueIn, DtColor &valueOut) |
| |
| bool | toPoint (const DtString &valueIn, DtPoint &valueOut) |
| |
| bool | toBool (const DtString &valueIn, bool &valueOut) |
| |
| DtVmapMetafileRecord::DtVmapMetafileRecord |
( |
| ) |
|
| virtual DtVmapMetafileRecord::~DtVmapMetafileRecord |
( |
| ) |
|
|
virtual |
| virtual DtString DtVmapMetafileRecord::recordTypeName |
( |
| ) |
const |
|
virtual |
Returns the type name for the particular record. Descendants should have this method return some string which uniquely identifies the kind of database it represents.
Reimplemented from DtVectorDataRecord.
| virtual bool DtVmapMetafileRecord::get |
( |
std::istream & |
stream | ) |
|
|
virtual |
| virtual bool DtVmapMetafileRecord::processToken |
( |
std::istream & |
stream, |
|
|
DtString & |
token |
|
) |
| |
|
virtual |
identifies a token or passes token the parent class.
Reimplemented from DtVectorDataRecord.
| std::list<DtString> DtVmapMetafileRecord::libraryList |
( |
| ) |
|
| std::list<DtString> DtVmapMetafileRecord::thematicList |
( |
| ) |
|
| std::list<DtString> DtVmapMetafileRecord::featureList |
( |
| ) |
|
| virtual bool DtVmapMetafileRecord::writeAttributes |
( |
std::ostream & |
stream | ) |
const |
|
protectedvirtual |
Write attributes to stream. This is called by put(stream)
Reimplemented from DtVectorDataRecord.
Given the name of a record's attribute, returns its value in the 'value' parameter. Returns True if successful; false otherwise.
Reimplemented from DtVectorDataRecord.
identifies a token and returns true if the value can be set to it, false otherwise
Reimplemented from DtVectorDataRecord.
| const DtString DtVmapMetafileRecord::theParameterLibraryPath |
|
staticprotected |
| const DtString DtVmapMetafileRecord::theParameterLibrary |
|
staticprotected |
| const DtString DtVmapMetafileRecord::theParameterThematicLayer |
|
staticprotected |
| const DtString DtVmapMetafileRecord::theParameterFeatureClass |
|
staticprotected |
| const DtString DtVmapMetafileRecord::theParameterSWCorner |
|
staticprotected |
| const DtString DtVmapMetafileRecord::theParameterNECorner |
|
staticprotected |
| DtString DtVmapMetafileRecord::myCurrentDatabasePath |
|
protected |
| DtString DtVmapMetafileRecord::myCurrentThematicLayer |
|
protected |
| DtString DtVmapMetafileRecord::myCurrentFeatureClass |
|
protected |
The documentation for this class was generated from the following file:
- /data/exports/nrhent7-1/nightly/docs/vrForces.vrf5-1-branch/include/terrainDbFactory/vmapMetafileRecord.h