Changes between Version 2 and Version 3 of CodeSamples/DotNet/TfNetMgReaderWriter
- Timestamp:
- 12/13/07 01:10:47 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeSamples/DotNet/TfNetMgReaderWriter
v2 v3 14 14 === TF.NET Reader/Writer for MapGuide === 15 15 16 A reader/writer for geometric primitives exposed by OSGeo MapGuide Server. Alth ugh MapGuide relays on it's own (FDO-based) spatial filters, there are situations when they are simply not enough - most often FDO providers don't expose necessary spatial filtering by design. On the other hand, you can use rich JTS API to perform targeted geospatial analysis and bounce results back to MapGuide in some form (i.e. redlining, feature or spatial filter, etc).16 A reader/writer for geometric primitives exposed by OSGeo MapGuide Server. Although MapGuide relays on it's own (FDO-based) spatial filters, there are situations when they are simply not enough - most often FDO providers don't expose necessary spatial filtering by design. On the other hand, you can use rich JTS API to perform targeted geospatial analysis and bounce results back to MapGuide in some form (i.e. redlining, feature or spatial filter, etc). 17 17 18 18 For more info see TF.NET Reader/Writer for MapGuide wiki page: [http://code.google.com/p/tf-net/wiki/MapGuideReaderWriter]