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