10 #define PIXPPRMAPREC_H
47 virtual void setSwCorner(
const DtPoint& pnt);
48 virtual const DtPoint& swCorner()
const;
51 virtual void setNeCorner(
const DtPoint& pnt);
52 virtual const DtPoint& neCorner()
const;
59 virtual void setCornersInDatabase(
bool db);
60 virtual bool cornersInDatabase();
63 virtual bool get(std::istream&
stream);
DtPaperMapRecord & operator=(const DtPaperMapRecord &rhs)
DtPoint mySwCorner
Definition: pixmapPaperMapRecord.h:84
virtual bool processToken(std::istream &stream, DtString &token)
identifies a token or passes token the parent class.
class DtPixmapPaperMapRecord: Instances of this class are accessors to Mak terrain database metafiles...
Definition: pixmapPaperMapRecord.h:24
virtual bool getAttribute(const DtString attrName, DtString &value, unsigned index=0)
Given the name of a record's attribute, returns its value in the 'value' parameter. Returns True if successful; false otherwise.
virtual bool setToken(const DtString &token, const DtString value)
identifies a token and returns true if the value can be set to it, false otherwise ...
bool myCornersInDBCoords
Definition: pixmapPaperMapRecord.h:87
Definition: paperMapRecord.h:22
virtual DtString recordTypeName() const
Returns the type name for the particular record. Descendants should have this method return some stri...
static DtMetafileRecord * create()
virtual DtPaperMapRecord * clone()
virtual bool writeAttributes(std::ostream &stream) const
Write attributes to stream. This is called by put(stream)
DtPoint myNeCorner
Definition: pixmapPaperMapRecord.h:85
#define DT_DLL_terrainDbFactory
Definition: terrainDbFactoryDefines.h:23
voidpf stream
Definition: ioapi.h:39
static const DtString theParameterNeCorner
Definition: pixmapPaperMapRecord.h:90
static const DtString theParameterSwCorner
Definition: pixmapPaperMapRecord.h:89