[7 total ]
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS). As such, it aims to contain the complete functionality of JTS in C++. This includes all the OpenGIS "Simple Features for SQL" spatial predicate functions and spatial operators, as well as specific JTS topology functions such as IsValid().
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 Consortium
* JTS provides a complete, consistent
... [More]
, 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]
OpenJUMP is an open source GIS software written in Java. It is based on JUMP GIS by Vivid Solutions.
It is a Vector GIS that can read rasters as well. It is not just another free demo viewer, but you can edit, save, analyze etc. with OpenJUMP. It
... [More]
works, even with medium size datasets, and with professional touc. It provides a GIS API with a flexible plugin structure, so that new features are relatively easy to develope around the sound mapping platform. It utilises standards like GML, WMS and WFS. It is already translated in several languages. [Less]
A port of JTS to .Net, rewritten to take advantage of CLR constructs, as well as remove some of the legacy issues in JTS.
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 reliable for any kind of .NET platform, PocketPC and SQL Server 2005 (through CLR integration) included.
Hibernate Spatial is a generic extension to Hibernate for handling geographic data. It is generic in the sense that it works in the same way across different databases.
Hibernate Spatial allows you to deal with geographic data in a standardized
... [More]
way, whatever database that you use (as long as a Spatial Dialect Provider exists for it). In other words, it abstracts away from the specific way your database supports geographic data, and provides a standardized, cross-database interface to geographic data storage and query functions.
Hibernate Spatial supports most of the functions of the OGC Simple Feature Specification. [Less]
.Net application for generating domain models. Particular focus on supporting spatial capabilities (NHibernate.Spatial, PostGIS, JTS).