![]() |
VR-Forces 4.1 Class Documentation
|
DtVmapInitializer holds the settings specified in a VmapDataRequest. More...

Public Member Functions | |
| DtVmapInitializer () | |
| default constructor. | |
| virtual | ~DtVmapInitializer () |
| destructor | |
| virtual DtString | type () |
| virtual const DtFilename & | libraryPath () const |
| returns the absolute path to the library requested | |
| virtual bool | setLibraryPath (const DtFilename &path) |
| sets the library that is requested | |
| virtual bool | setLibrary (const DtString &s) |
| virtual DtString | library () const |
| virtual const DtString & | themanticLayer () const |
| returns the name of the thematic layer requested | |
| virtual bool | setThemanticLayer (const DtString &s) |
| sets the thematic layer | |
| virtual const DtString & | featureClass () const |
| returns the feature class to be loaded | |
| virtual bool | setFeatureClass (const DtString &s) |
| sets the feature class to be loaded | |
| virtual DtGeodeticCoord | SWCorner () const |
| returns the SW corner of the Area of interest | |
| virtual bool | setSWCorner (const DtGeodeticCoord &p) |
| sets the SW corner of the area of interest | |
| virtual DtGeodeticCoord | NECorner () const |
| returns the NW corner of the Area of interest | |
| virtual bool | setNECorner (const DtGeodeticCoord &p) |
| sets the NW corner of the area of interest | |
| virtual DtVpfDatabase * | database () const |
| returns the database for this initializer | |
| virtual bool | init () |
| sets up the database using the initialization data. | |
Public Member Functions inherited from DtVectorDataInitializer | |
| DtVectorDataInitializer () | |
| virtual | ~DtVectorDataInitializer () |
| DtVectorDataInitializer (const DtVectorDataInitializer &orig) | |
| virtual DtVectorDataInitializer & | operator= (const DtVectorDataInitializer &orig) |
| virtual const DtVecFileNameContainer & | fileList () const |
| virtual DtVecFileNameContainer & | fileList () |
| virtual void | addFilename (const DtFilename &file) |
| virtual DtFilename | dfadSedrisFile () const |
| virtual void | setDfadSedrisFile (const DtFilename &file) |
| virtual DtFilename | colorMapFile () const |
| virtual void | setColorMapFile (const DtFilename &file) |
| virtual bool | cropping () const |
| virtual void | setCropping (bool onOff=true) |
| virtual bool | planarize () const |
| virtual void | setPlanarize (bool onOff=false) |
| virtual DtReal | tolerance () const |
| virtual void | setTolerance (DtReal tolerance=0.0001) |
| virtual unsigned int | excessiveEdgeCount () const |
| virtual void | setExcessiveEdgeCount (unsigned int edgeCount=50000) |
| virtual void | clearList () |
Protected Attributes | |
| DtFilename | myLibraryPath |
| DtString | myLibrary |
| DtString | myThemanticLayer |
| DtString | myFeatureClass |
| DtGeodeticCoord | mySWCorner |
| DtGeodeticCoord | myNECorner |
| DtVpfDatabase * | myDatabase |
Protected Attributes inherited from DtVectorDataInitializer | |
| DtVecFileNameContainer | myVectorFilenames |
| DtFilename | myColorMapFile |
| DtFilename | myDfadSedrisMapFilename |
| bool | myCropping |
| bool | myPlanarize |
| DtReal | myTolerance |
| unsigned int | myExcessiveEdgeCount |
Additional Inherited Members | |
Public Types inherited from DtVectorDataInitializer | |
| typedef std::list< DtFilename > | DtVecFileNameContainer |
| typedef DtVecFileNameContainer::iterator | DtVecFileIter |
| typedef DtVecFileNameContainer::const_iterator | DtVecFileConstIter |
Static Public Member Functions inherited from DtVectorDataInitializer | |
| static void | setDefaultDfadConfigDirectory (const DtFilename &) |
| Sets the default directory for dfad files. Defaults to ../data/importDfad. | |
| static const DtFilename & | defaultDfadConfigDirectory () |
Static Protected Attributes inherited from DtVectorDataInitializer | |
| static DtFilename | theDefaultDfadConfigDirectory |
DtVmapInitializer holds the settings specified in a VmapDataRequest.
| DtVmapInitializer::DtVmapInitializer | ( | ) |
default constructor.
|
virtual |
destructor
|
virtual |
Implements DtVectorDataInitializer.
|
virtual |
returns the absolute path to the library requested
|
virtual |
sets the library that is requested
|
virtual |
|
virtual |
returns the name of the thematic layer requested
sets the thematic layer
|
virtual |
returns the feature class to be loaded
sets the feature class to be loaded
|
virtual |
returns the SW corner of the Area of interest
|
virtual |
sets the SW corner of the area of interest
| DtInvalidInput | if the point is out of bounds |
|
virtual |
returns the NW corner of the Area of interest
|
virtual |
sets the NW corner of the area of interest
| DtInvalidInput | if the point is out of bounds |
|
virtual |
returns the database for this initializer
|
virtual |
sets up the database using the initialization data.
Returns true if there is not an error
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |