Showing posts with label java. Show all posts
Showing posts with label java. Show all posts

Saturday, March 27, 2010

GeOxygene OGC / ISO Open Framework for Geographic Information Systems (GIS)


GeOxygene aims at providing an open framework which implements OGC/ISO specifications for the development and deployment of geographic (GIS) applications. It is a open source contribution of the COGIT laboratory at the IGN (Institut Géographique National), the French National Mapping Agency. It is released under the terms of the LGPL (GNU Lesser General Public License) license.




GeOxygene is based on Java and open source technologies and provides users with an extensible object data model (geographic features, geometry, topology and metadata) which implements OGC specifications and ISO standards in the geographic information domain. The support of the Java interfaces developped by the open source GeoAPI project is planned.


Data are stored in a relational DBMS (RDBMS) to ensure a rapid and reliable access to the system but users do not have to worry about any SQL statements: they model their applications in UML and code in Java. Mapping between object and relational environments is performed with open source software. At present, OJB is supported and the mapping files for the storage of geographic information in Oracle or PostGIS are provided to users.


Learn More & Download GEOxygene.


I Hope this proves to be useful for you. If you are new to GIS, check out the Learn2Map GIS Tutorial and Atlas. We have more free GIS software available and there is plenty of free data and shapefiles that will work with these programs. More to come!

Thursday, March 25, 2010

Free Download Batik Java Based Toolkit for Scalable Vector Graphics (SVG)

Batik is a Java-based toolkit for applications or applets that want to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as display, generation or manipulation.




The project's ambition is to give developers a set of core modules that can be used together or individually to support specific SVG solutions. Examples of modules are the SVG Parser, the SVG Generator and the SVG DOM. Another ambition for the Batik project is to make it highly extensible - for example, Batik allows the developer to handle custom SVG elements. Even though the goal of the project is to provide a set of core modules, one of the deliverables is a full fledged SVG browser implementation which validates the various modules and their inter-operability.


What Batik can be used for


Batik use cases With Batik, you can manipulate SVG documents anywhere Java is available. You can also use the various Batik modules to generate, manipulate and transcode SVG images in your applications or applets.


Learn More and Download Batik


I Hope this proves to be useful for you. If you are new to GIS, check out the Learn2Map GIS Tutorial and Atlas. We have more free GIS software available and there is plenty of free data and shapefiles that will work with these programs. More to come!