|
FdoReaderWriter
TF.NET Reader/Writer for Feature Data Objects (FDO)
IntroductionA reader/writer for Feature Geometry Factory-based geometric primitives exposed by OSGeo Feature Data Objects spatial library. It's purpose is to provide additional set of topological functions in addition to existing ones already provided by FDO geometry core. For example, if FDO provider fails to perform certain spatial query (due to it's design limitations), one can always read FGF geometries to TF.NET and perform the query outside feature source, then write resulting geometries back to FGF. If needed, link between FDO-based feature class and TF.NET geometry can be maintained via UserData property, which may carry feature identifier from a feature source. Still, this issue is very very implementation specific. FGF Reader/Writer relies on open source OSGeo Feature Data Objects spatial library:
AGF Reader/Writer references Autodesk's Feature Data Objects spatial library implementation being shipped with Autodesk Map 3D (pre-2008 versions):
PrerequisitesAll necessary support FDO libraries are available for download here. Also references TF.NET core library available for download here. LimitationsCurrently can neither read nor write geometries involving curves. |
Sign in to add a comment