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


Ignore:
Timestamp:
Dec 14, 2007, 2:01:09 AM (16 years ago)
Author:
MaksimS
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeSamples/DotNet/TfNetMgReaderWriter

    v3 v4  
    99JTS Topology Suite is, in fact, an API providing spatial object model and fundamental geometric functions, providing a complete, consistent, robust implementation of fundamental 2D spatial algorithms. It implements geometry model defined in the OpenGIS Consortium Simple Features Specification for SQL. JTS port for .NET was named NetTopologySuite (NTS), and is fully conformant to Microsoft .NET 2.0 specification. NTS extends JTS with numerous coordinate transformation and other functions, while TF.NET extends NTS further, including additional IO functions and generic classes related to geometry graphs. Recent TF.NET additions were also related to porting JCS Conflation Suite to .NET.
    1010
     11Supported external managed APIs include:
     12 * OSGeo Feature Data Objects (FDO) geometries
     13 * OSGeo MapGuide Server (FDO-based) geometries
     14 * Autodesk ObjectARX geometries (a.k.a. entities)
     15
     16
    1117TF.NET project is hosted on Google Code: [http://code.google.com/p/tf-net/]
    1218