Changes between Version 2 and Version 3 of CodeSamples/DotNet/TfNetMgReaderWriter


Ignore:
Timestamp:
Dec 13, 2007, 1:10:47 AM (16 years ago)
Author:
MaksimS
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeSamples/DotNet/TfNetMgReaderWriter

    v2 v3  
    1414=== TF.NET Reader/Writer for MapGuide ===
    1515
    16 A reader/writer for geometric primitives exposed by OSGeo MapGuide Server. Althugh 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).
     16A 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).
    1717
    1818For more info see TF.NET Reader/Writer for MapGuide wiki page: [http://code.google.com/p/tf-net/wiki/MapGuideReaderWriter]