41 virtual void setProfileName(
const DtString& profName);
42 virtual DtString profileName()
const;
44 virtual void setEnableRandomPoints(
bool yesNo);
45 virtual bool enableRandomPoints()
const;
91 virtual DtFilename
navDataPath()
const {
return myNavDataPath.c_str(); };
94 virtual int csType() {
return myCsType; };
95 virtual void setCsType(
int type) {myCsType = type; };
100 virtual void setExtentSpecified(
bool specified);
101 virtual bool extentSpecified();