60 :theFamilyName(family),
62 thePointSize(pointSize),
63 theFixedFlag(fixedFlag),
65 theRotation(rotation),
70 : theFamilyName(rhs.theFamilyName),
71 theStyleName(rhs.theStyleName),
72 thePointSize(rhs.thePointSize),
73 theFixedFlag(rhs.theFixedFlag),
74 theScale(rhs.theScale),
75 theRotation(rhs.theRotation),
76 theShear(rhs.theShear)
86 const char* prefix)
const 192 if((point_x)&&(point_y))
ossimString toString() const
Represents serializable keyword/value map.
const char * find(const char *key) const
void add(const char *prefix, const ossimKeywordlist &kwl, bool overwrite=true)
bool toBool() const
String to numeric methods.
ossimString toString(ossim_uint32 precision=15) const
const char * c_str() const
Returns a pointer to a null-terminated array of characters representing the string's contents...
std::basic_istringstream< char > istringstream
Class for char input memory streams.
std::basic_ostream< char > ostream
Base class for char output streams.