Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

seDRMUnionOfGeometry.h

Go to the documentation of this file.
00001 /*
00002  *  Copyright (c) 2004 Accent Geographic. All rights reserved.
00003  *  See the license file for licensing information.
00004  *  Created: Mon Jul 12 23:48:02 2004
00005 
00006  *  DO NOT EDIT THIS FILE! (Autogenerated)
00007  */
00008 

00010 

00012 
00018 #ifndef _seDRMUnionOfGeometry_h
00019 #define _seDRMUnionOfGeometry_h
00020 
00021 #include "seDRMAggregateGeometry.h"
00022 
00023 namespace sedris {
00024 
00032 class seDRMUnionOfGeometry : public seDRMAggregateGeometry
00033 {
00034 public:
00035 
00037     seDRMUnionOfGeometry() {}
00038 
00040     seDRMUnionOfGeometry( const seObject &other ) : seDRMAggregateGeometry(other) {}
00041 
00043     SE_Boolean get_unique_descendants() { DRMBASE_RET_FIELDS(Union_Of_Geometry, unique_descendants); }
00044 
00046     void set_unique_descendants( SE_Boolean val ) { DRMBASE_SET_FIELDS(Union_Of_Geometry, unique_descendants, val); }
00047 
00049     SE_Boolean get_strict_organizing_principle() { DRMBASE_RET_FIELDS(Union_Of_Geometry, strict_organizing_principle); }
00050 
00052     void set_strict_organizing_principle( SE_Boolean val ) { DRMBASE_SET_FIELDS(Union_Of_Geometry, strict_organizing_principle, val); }
00053 
00055     SE_Union_Reason get_union_reason() { DRMBASE_RET_FIELDS(Union_Of_Geometry, union_reason); }
00056 
00058     void set_union_reason( SE_Union_Reason val ) { DRMBASE_SET_FIELDS(Union_Of_Geometry, union_reason, val); }
00059 
00061     SE_Ordering_Reason get_ordering_reason() { DRMBASE_RET_FIELDS(Union_Of_Geometry, ordering_reason); }
00062 
00064     void set_ordering_reason( SE_Ordering_Reason val ) { DRMBASE_SET_FIELDS(Union_Of_Geometry, ordering_reason, val); }
00065 
00067     virtual SE_DRM_Class getClassType() const { return SE_DRM_CLS_UNION_OF_GEOMETRY; }
00068 
00069 };
00070 
00071 } // namespace sedris
00072 
00073 #endif // _seDRMUnionOfGeometry_h

SEDRIS Transmittal Access C++ API 4.0.0 beta - 14 Jul 2004
Copyright © 2004 SEDRIS Docs by Doxygen 1.3.2