Changes between Version 12 and Version 13 of MapGuideRfc70
- Timestamp:
- 07/03/09 03:19:39 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc70
v12 v13 109 109 ==== Changes to !MgPropertyType ==== 110 110 111 Many FDO data sources support decimal type property. Users can add a decimal property in a feature class in those datasources. However, class MgPropertyType doesn't define a decimal property type. So we will extend class MgPropertyType to add a new type name 'Decimal' so that method MgFeatureService::ApplySchema(...) can handle the decimal property.111 Many FDO data sources support decimal type property. Users can add a decimal property in a feature class in those datasources. However, class !MgPropertyType doesn't define a decimal property type. So we will extend class !MgPropertyType to add a new type name 'Decimal' so that method MgFeatureService::!ApplySchema(...) can handle the decimal property. 112 112 113 113 {{{