![]() |
VR-Forces 4.0.4 Class Documentation
|
Public Member Functions | |
| DtShapeEntry () | |
| DtShapeEntry (const DtFilename &filename, const DtString &dataString, float factorToMtrs) | |
| DtShapeEntry (const DtFilename &filename, float elevationDelta, float factorToMtrs) | |
| DtShapeEntry (const DtFilename &filename, float factorToMtrs) | |
| DtShapeEntry (const DtFilename &filename, int fccCode) | |
| DtShapeEntry (const DtShapeEntry &original) | |
| DtShapeEntry & | operator= (const DtShapeEntry &original) |
| virtual | ~DtShapeEntry () |
| virtual void | setType (DtShapefileEntryType newType) |
| virtual DtShapefileEntryType | type () const |
| virtual void | setFile (const DtFilename &filename) |
| virtual DtFilename & | file () |
| virtual const DtFilename & | file () const |
| virtual void | setDataString (const DtString &dataString) |
| virtual DtString & | dataString () |
| virtual const DtString & | dataString () const |
| virtual void | setElevationDelta (float stp) |
| virtual double | elevationDelta () const |
| virtual void | setFactorToMtrs (float factor) |
| virtual float | factorToMtrs () const |
| virtual void | setFccCode (int fccCod) |
| virtual int | fccCode () const |
| virtual void | setPath (const DtFilename &) |
| virtual const DtFilename & | path () const |
| virtual void | setLoadAllAttributes (bool yesNo) |
| virtual bool | loadAllAttributes () const |
| virtual void | setLoadSedrisMapAttributes (bool yesNo) |
| virtual bool | loadSedrisMapAttributes () const |
Protected Attributes | |
| DtFilename | myFilename |
| DtFilename | myPath |
| DtShapefileEntryType | myType |
| DtString | myDataString |
| double | myElevationDelta |
| float | myFactorToMtrs |
| int | myFccCode |
| bool | myLoadAllAttributes |
| bool | myLoadSedrisMapAttributes |
| DtShapeEntry::DtShapeEntry | ( | const DtFilename & | filename, |
| const DtString & | dataString, | ||
| float | factorToMtrs | ||
| ) |
| DtShapeEntry::DtShapeEntry | ( | const DtFilename & | filename, |
| float | elevationDelta, | ||
| float | factorToMtrs | ||
| ) |
| DtShapeEntry::DtShapeEntry | ( | const DtFilename & | filename, |
| float | factorToMtrs | ||
| ) |
| DtShapeEntry::DtShapeEntry | ( | const DtFilename & | filename, |
| int | fccCode | ||
| ) |
| DtShapeEntry::DtShapeEntry | ( | const DtShapeEntry & | original | ) |
| virtual DtShapeEntry::~DtShapeEntry | ( | ) | [virtual] |
| DtShapeEntry& DtShapeEntry::operator= | ( | const DtShapeEntry & | original | ) |
| virtual void DtShapeEntry::setType | ( | DtShapefileEntryType | newType | ) | [virtual] |
| virtual DtShapefileEntryType DtShapeEntry::type | ( | ) | const [virtual] |
| virtual void DtShapeEntry::setFile | ( | const DtFilename & | filename | ) | [virtual] |
| virtual DtFilename& DtShapeEntry::file | ( | ) | [virtual] |
| virtual const DtFilename& DtShapeEntry::file | ( | ) | const [virtual] |
| virtual void DtShapeEntry::setDataString | ( | const DtString & | dataString | ) | [virtual] |
| virtual DtString& DtShapeEntry::dataString | ( | ) | [virtual] |
| virtual const DtString& DtShapeEntry::dataString | ( | ) | const [virtual] |
| virtual void DtShapeEntry::setElevationDelta | ( | float | stp | ) | [virtual] |
| virtual double DtShapeEntry::elevationDelta | ( | ) | const [virtual] |
| virtual void DtShapeEntry::setFactorToMtrs | ( | float | factor | ) | [virtual] |
| virtual float DtShapeEntry::factorToMtrs | ( | ) | const [virtual] |
| virtual void DtShapeEntry::setFccCode | ( | int | fccCod | ) | [virtual] |
| virtual int DtShapeEntry::fccCode | ( | ) | const [virtual] |
| virtual void DtShapeEntry::setPath | ( | const DtFilename & | ) | [virtual] |
| virtual const DtFilename& DtShapeEntry::path | ( | ) | const [virtual] |
| virtual void DtShapeEntry::setLoadAllAttributes | ( | bool | yesNo | ) | [virtual] |
| virtual bool DtShapeEntry::loadAllAttributes | ( | ) | const [virtual] |
| virtual void DtShapeEntry::setLoadSedrisMapAttributes | ( | bool | yesNo | ) | [virtual] |
| virtual bool DtShapeEntry::loadSedrisMapAttributes | ( | ) | const [virtual] |
DtFilename DtShapeEntry::myFilename [protected] |
DtFilename DtShapeEntry::myPath [protected] |
DtShapefileEntryType DtShapeEntry::myType [protected] |
DtString DtShapeEntry::myDataString [protected] |
double DtShapeEntry::myElevationDelta [protected] |
float DtShapeEntry::myFactorToMtrs [protected] |
int DtShapeEntry::myFccCode [protected] |
bool DtShapeEntry::myLoadAllAttributes [protected] |
bool DtShapeEntry::myLoadSedrisMapAttributes [protected] |