OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimGeoAnnotationObject.cpp
Go to the documentation of this file.
1 //*******************************************************************
2 // Copyright (C) 2000 ImageLinks Inc.
3 //
4 // License: See LICENSE.txt file in the top level directory.
5 //
6 // Author: Garrett Potts
7 //
8 //*************************************************************************
9 // $Id: ossimGeoAnnotationObject.cpp 9094 2006-06-13 19:12:40Z dburken $
10 
12 
14  "ossimGeoAnnotationObject",
16 
18  unsigned char g,
19  unsigned char b,
20  long thickness)
21  :ossimAnnotationObject(r, g, b, thickness)
22 {
23 }
24 
26  const ossimGeoAnnotationObject& rhs)
27  :
29 {
30 }
31 
33 {
34 }
35 
37  const char* prefix) const
38 {
39  return ossimAnnotationObject::saveState(kwl, prefix);
40 }
41 
43  const char* prefix)
44 {
45  return ossimAnnotationObject::loadState(kwl, prefix);
46 }
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Saves the current state of this object.
Represents serializable keyword/value map.
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Saves the current state of this object.
RTTI_DEF1(ossimGeoAnnotationObject, "ossimGeoAnnotationObject", ossimAnnotationObject) ossimGeoAnnotationObject
virtual bool loadState(const ossimKeywordlist &kwl, const char *prefix=0)
Method to the load (recreate) the state of an object from a keyword list.
virtual bool loadState(const ossimKeywordlist &kwl, const char *prefix=0)
Method to the load (recreate) the state of an object from a keyword list.
ossimGeoAnnotationObject(unsigned char r=255, unsigned char g=255, unsigned char b=255, long thickness=1)