Projects tagged ‘gis’ and ‘topology’


Jump to tag:

Projects tagged ‘gis’ and ‘topology’

Filtered by Project Tags gis topology

Refine results Project Tags jts (5) geometry (5) spatial (4) opengis (4) ogc (3) math (3) nts (3) c# (2) mapping (2) csharp (2) visualization (1) mapguide (1)

[8 total ]

17 Users
   

The JTS Topology Suite is an API of 2D spatial predicates and functions. It has the following design goals: * JTS conforms to the Simple Features Specification for SQL published by the Open GIS ... [More] Consortium * JTS provides a complete, consistent, robust implementation of fundamental 2D spatial algorithms * JTS is fast enough for production use * JTS is written in 100% pure Java( * JTS is open source (under the LGPL license) [Less]
Created over 2 years ago.

8 Users

A port of JTS to .Net, rewritten to take advantage of CLR constructs, as well as remove some of the legacy issues in JTS.
Created about 1 year ago.

5 Users
 

NetTopologySuite is a C#/.NET port of JTS Topology Suite, a Java library for GIS operations, (OpenGIS compliant). The main goal of this project is to have a .NET GIS solution that is fast and ... [More] reliable for any kind of .NET platform, PocketPC and SQL Server 2005 (through CLR integration) included. [Less]
Created over 3 years ago.

1 Users

Topology Framework .NET (TF.NET)Topology Framework .NET represents a topology manipulation API capable of handling managed objects representation of topological entities based on other popular APIs ... [More] , exposing it's JTS-based common topology manipulation core to them. JTS Topology Suite is, in fact, Java 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 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 [Less]
Created 12 months ago.

1 Users

Managed OpenGIS GeoAPI Interfaces. A sister project to: http://code.google.com/p/tf-net/
Created 12 months ago.

0 Users

The GIS in the Cloud (App Engine + JTS) reference project is now available at http://giscloud.appspot.com UpdatesNEW! Beta 0.9 The spatial index is stored in Memcache and re-used from there rather ... [More] than going to disk each time and deserializing it. Beta 0.8 Spatial indexes are working in GIS in the Cloud beta 0.8. See SerializedSpatialIndexes. Beta 0.8 uses deserializes a modified JTS STRtree from disk for faster spatial queries. MotivationWhile many GIS/spatial App Engine discussions center on the python SDK (with pre-computing grids or geocells and heavy lifting done with set membership in the datastore), this reference project uses the Java Topology Suite (http://www.vividsolutions.com/jts/jtshome.htm) within the App Engine server to demonstrate point-in-polygon and polygon-in-polygon spatial queries. The GIS in the Cloud app is pure Java and was built with Google App Engine SDK for Java Google Plugin for Eclipse Google Web Toolkit Google Web Toolkit API Libraries - Google Maps 1.0 Library Java Topology Suite The Java Topology Suite was ported to C++ and became GEOS, which was embedded in PostgreSQL to become PostGIS, allowing users access to spatial functions within SQL. While App Engine does not give us spatial functions in GQL, the GIS in the Cloud app will demonstrate a GQL/JTS combination to accomplish the same effect. The current version of the application demonstrates use of the datastore and employs JTS to query point-in-polygon and polygon-in-polygon. Single clicks on the map trigger the point-in-polygon test (the point is the map center and the polygon is Salt Lake County). With zoom or drag, the polygon-in-polygon test is triggered. The first polygon is the map bounds and the second is Salt Lake County. [Less]
Created 4 months ago.

0 Users

Use this parser to load the E00 topological GIS vector format into any ActionScript 3-based application (Flash or Flex). Though older and less common than vector storage formats like shapefiles ... [More] , geoJSON, and KML, E00 files store topological information, making it easy to extract information on adjacency and shared border length, properties that open up new possibilities for experimentation in web mapping. [Less]
Created 10 months ago.

0 Users

The Open Geospatial Library aims to provide an open source GIS library for the .NET framework. The library will implement various Open Geospatial Consortium (OGC) and ISO specifications. Currently ... [More] , we are in the process of porting and enhancing the JTS Topology Suite library, a Java-based open source OGC Feature Geometry implementations, to the .NET framework. The Open Geospatial Library project also aims to reduce duplication and increase interoperability by providing neutral, interface-only APIs derived from OGC/ISO Standards. [Less]
Created 10 months ago.