Difference between revisions of "OSGeo Member Java Code Inventory"

From OSGeo
Jump to navigation Jump to search
Line 9: Line 9:
  
 
'''License:''' GPL
 
'''License:''' GPL
 +
 +
'''Release Entity:''' The SurveyOS Project
  
 
'''Description:''' Utility classes for working with [http://www.infonode.net/ InfoNode's] docking window framework.
 
'''Description:''' Utility classes for working with [http://www.infonode.net/ InfoNode's] docking window framework.
Line 19: Line 21:
  
 
'''License:''' GPL
 
'''License:''' GPL
 +
 +
'''Release Entity:''' The SurveyOS Project
  
 
'''Description:''' Library that support the input/output or reading/writing of Autodesk [http://en.wikipedia.org/wiki/AutoCAD_DXF DXF] files. Emphasis is on low level access to point, line, polyline, and text entities.
 
'''Description:''' Library that support the input/output or reading/writing of Autodesk [http://en.wikipedia.org/wiki/AutoCAD_DXF DXF] files. Emphasis is on low level access to point, line, polyline, and text entities.
Line 34: Line 38:
 
'''Description:''' Library that support the input/output or reading/writing of [http://www.topografix.com/gpx.asp Topographix GPX] files. Emphasis is on low level access to waypoint, route and track entities. Includes support for manipulation of GPX files, GPX metadata and temporal queries of GPX entities.
 
'''Description:''' Library that support the input/output or reading/writing of [http://www.topografix.com/gpx.asp Topographix GPX] files. Emphasis is on low level access to waypoint, route and track entities. Includes support for manipulation of GPX files, GPX metadata and temporal queries of GPX entities.
  
 +
----
 +
 +
'''Project Name:''' Inkscape SVG Manipulator
 +
 +
'''Status:''' Incomplete
 +
 +
'''License:''' GPL
 +
 +
'''Release Entity:''' The SurveyOS Project
 +
 +
'''Description:''' Library that allows manipulation of [http://www.inkscape.org/ Inkscape] [http://en.wikipedia.org/wiki/Scalable_Vector_Graphics SVG] files. Intended to support cartographic map production with Inkscape.
 +
 +
----
 +
 +
'''Project Name:''' Jodd-Ex
 +
 +
'''Status:''' Partially Complete
 +
 +
'''License:''' GPL
 +
 +
'''Release Entity:''' The SurveyOS Project
 +
 +
'''Description:''' Library of miscellaneous Java programming utilities. This currently includes the following items:
 +
* Object Utilities
 +
* Colleciton Utilities
 +
* String Utilities
 +
* Binary Data/Byte Utilities
 +
* File Filters
 +
* Number Utilities
 +
* CSV File Utilities
 +
* Text Parser Utilities
 +
* YAML Parser Utilities
 +
 +
The ultimate goal for this project is the transfer of code from Jodd-Ex to the regular [http://jodd.sourceforge.net/ Jodd] project.
 
----
 
----

Revision as of 11:47, 25 September 2008

Introduction

The purpose of this section is to catalog the inventories of Java code being developed and maintained by OSGeo members. This inventory may reduce code duplication and enhance code reuse. All the code listed in the inventories should be released under a FOSS license and should be at least loosely related to the development of geospatial software.

The Sunburned Surveyor's Inventory

Project Name: Docking Window Utilities

Status: Stable

License: GPL

Release Entity: The SurveyOS Project

Description: Utility classes for working with InfoNode's docking window framework.


Project Name: DXF I/O

Status: Incomplete

License: GPL

Release Entity: The SurveyOS Project

Description: Library that support the input/output or reading/writing of Autodesk DXF files. Emphasis is on low level access to point, line, polyline, and text entities.


Project Name: GPX Support

Status: Incomplete (Near first stable release.)

License: LGPL

Release Entity: GeoTools

Description: Library that support the input/output or reading/writing of Topographix GPX files. Emphasis is on low level access to waypoint, route and track entities. Includes support for manipulation of GPX files, GPX metadata and temporal queries of GPX entities.


Project Name: Inkscape SVG Manipulator

Status: Incomplete

License: GPL

Release Entity: The SurveyOS Project

Description: Library that allows manipulation of Inkscape SVG files. Intended to support cartographic map production with Inkscape.


Project Name: Jodd-Ex

Status: Partially Complete

License: GPL

Release Entity: The SurveyOS Project

Description: Library of miscellaneous Java programming utilities. This currently includes the following items:

  • Object Utilities
  • Colleciton Utilities
  • String Utilities
  • Binary Data/Byte Utilities
  • File Filters
  • Number Utilities
  • CSV File Utilities
  • Text Parser Utilities
  • YAML Parser Utilities

The ultimate goal for this project is the transfer of code from Jodd-Ex to the regular Jodd project.