00001
00002
00003
00004
00005
00006
00007
00008
00010
00012
00018 #ifndef _seDRMSpatialIndexRelatedGeometry_h
00019 #define _seDRMSpatialIndexRelatedGeometry_h
00020
00021 #include "seDRMAggregateGeometry.h"
00022
00023 namespace sedris {
00024
00030 class seDRMSpatialIndexRelatedGeometry : public seDRMAggregateGeometry
00031 {
00032 public:
00033
00035 seDRMSpatialIndexRelatedGeometry() {}
00036
00038 seDRMSpatialIndexRelatedGeometry( const seObject &other ) : seDRMAggregateGeometry(other) {}
00039
00041 SE_Boolean get_unique_descendants() { DRMBASE_RET_FIELDS(Spatial_Index_Related_Geometry, unique_descendants); }
00042
00044 void set_unique_descendants( SE_Boolean val ) { DRMBASE_SET_FIELDS(Spatial_Index_Related_Geometry, unique_descendants, val); }
00045
00047 SE_Boolean get_strict_organizing_principle() { DRMBASE_RET_FIELDS(Spatial_Index_Related_Geometry, strict_organizing_principle); }
00048
00050 void set_strict_organizing_principle( SE_Boolean val ) { DRMBASE_SET_FIELDS(Spatial_Index_Related_Geometry, strict_organizing_principle, val); }
00051
00053 SE_Boolean get_sparse() { DRMBASE_RET_FIELDS(Spatial_Index_Related_Geometry, sparse); }
00054
00056 void set_sparse( SE_Boolean val ) { DRMBASE_SET_FIELDS(Spatial_Index_Related_Geometry, sparse, val); }
00057
00059 SE_Integer_Positive get_column_count() { DRMBASE_RET_FIELDS(Spatial_Index_Related_Geometry, column_count); }
00060
00062 void set_column_count( SE_Integer_Positive val ) { DRMBASE_SET_FIELDS(Spatial_Index_Related_Geometry, column_count, val); }
00063
00065 SE_Integer_Positive get_row_count() { DRMBASE_RET_FIELDS(Spatial_Index_Related_Geometry, row_count); }
00066
00068 void set_row_count( SE_Integer_Positive val ) { DRMBASE_SET_FIELDS(Spatial_Index_Related_Geometry, row_count, val); }
00069
00071 SE_Long_Float get_column_width() { DRMBASE_RET_FIELDS(Spatial_Index_Related_Geometry, column_width); }
00072
00074 void set_column_width( SE_Long_Float val ) { DRMBASE_SET_FIELDS(Spatial_Index_Related_Geometry, column_width, val); }
00075
00077 SE_Long_Float get_row_width() { DRMBASE_RET_FIELDS(Spatial_Index_Related_Geometry, row_width); }
00078
00080 void set_row_width( SE_Long_Float val ) { DRMBASE_SET_FIELDS(Spatial_Index_Related_Geometry, row_width, val); }
00081
00083 SE_Spatial_Index_Spacing_Unit get_spacing_unit() { DRMBASE_RET_FIELDS(Spatial_Index_Related_Geometry, spacing_unit); }
00084
00086 void set_spacing_unit( SE_Spatial_Index_Spacing_Unit val ) { DRMBASE_SET_FIELDS(Spatial_Index_Related_Geometry, spacing_unit, val); }
00087
00089 virtual SE_DRM_Class getClassType() const { return SE_DRM_CLS_SPATIAL_INDEX_RELATED_GEOMETRY; }
00090
00091 };
00092
00093 }
00094
00095 #endif // _seDRMSpatialIndexRelatedGeometry_h