Changes between Version 8 and Version 9 of FDORfc60


Ignore:
Timestamp:
Apr 13, 2011, 8:24:46 AM (13 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc60

    v8 v9  
    140140||300||2||||
    141141
     142===== Physical Schema to FDO Logical Schema =====
     143
     144From the above Physical Schema, a Logical Schema will be generated that exposes two classes: Feature Class “Road” and Annotation Text Element Class “!RoadAnnotation”. The road table columns will be exposed on the Road Feature Class as Properties. Class Road will also contain a reference to an Annotation property, a new FDO property definition type defined as '''!FdoAnnotationPropertyDefinition'''. The Annotation property will in turn reference a new FDO class type '''!FdoAnnotationTextElementClass''' that defines the instance of the !RoadAnnotation class.
     145
     146[[Image(road_annotation.png)]]
    142147
    143148== Implications ==