OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimEastingNorthingCutter.h
Go to the documentation of this file.
1 #ifndef ossimEastingNorthingCutter_HEADER
2 #define ossimEastingNorthingCutter_HEADER
5 
6 class ossimProjection;
8  public ossimViewInterface
9 {
10 public:
12  ossimImageSource* inputSource=NULL);
14 
16  const ossimDpt& lr);
19 
20  virtual bool saveState(ossimKeywordlist& kwl,
21  const char* prefix=0)const;
22  virtual bool loadState(const ossimKeywordlist& kwl,
23  const char* prefix=0);
24 
25  virtual bool setView(ossimObject* baseObject);
26 
27  virtual ossimObject* getView();
28  virtual const ossimObject* getView()const;
29 
30  virtual void initialize();
31 
32 protected:
36 
38 
39 
40  void transformVertices();
42 };
43 
44 #endif
Represents serializable keyword/value map.
virtual bool loadState(const ossimKeywordlist &kwl, const char *prefix=0)
Method to the load (recreate) the state of an object from a keyword list.
void setEastingNorthingRectangle(const ossimDpt &ul, const ossimDpt &lr)
ossimRefPtr< ossimProjection > theViewProjection
#define TYPE_DATA
Definition: ossimRtti.h:339
ossimEastingNorthingCutter(ossimObject *owner, ossimImageSource *inputSource=NULL)
virtual bool setView(ossimObject *baseObject)
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Method to save the state of an object to a keyword list.