Project Group: io.oss84.geotools

Main module

io.oss84.geotools : gt-main

The main module contains the GeoTools public interfaces that are used by other GeoTools modules (and GeoTools applications). Where possible we make use industry standard terms as provided by OGC and ISO standards. The formal GeoTools public api consists of gt-metadata, jts and the gt-main module. The main module contains the default implementations that are available provided to other GeoTools modules using our factory system. Factories are obtained from an appropriate FactoryFinder, giving applications a chance configure the factory used using the Factory Hints facilities. FilterFactory ff = CommonFactoryFinder.getFilterFactory(); Expression expr = ff.add( expression1, expression2 ); If you find yourself using implementation specific classes chances are you doing it wrong: Expression expr = new AddImpl( expression1, expressiom2 );

Last Version: 24.2-oss84-1

Release Date:

Referencing services

io.oss84.geotools : gt-referencing

Contains implementations of Coordinate Reference Systems (CRS), conversion and transformation services.

Last Version: 24.2-oss84-1

Release Date:

Grid Coverage module

io.oss84.geotools : gt-coverage

Implementation of GridCoverage. Provides support for rasters and some image processing like reprojection.

Last Version: 24.2-oss84-1

Release Date:

JDBC DataStore Support

io.oss84.geotools : gt-jdbc

Abstract datastore implementation and helper classes / apis to be extended by datastores backed by releational databases accesible via jdbc.

Last Version: 24.2-oss84-1

Release Date:

Open GIS Interfaces

io.oss84.geotools : gt-opengis

Standard interfaces implemented throughout the library.

Last Version: 24.2-oss84-1

Release Date:

EPSG Authority Service using HSQL database

io.oss84.geotools : gt-epsg-hsql

Connection to an embedded EPSG database in HSQL format. This database is built from the SQL scripts delivered by EPSG.

Last Version: 24.2-oss84-1

Release Date:

Metadata

io.oss84.geotools : gt-metadata

Contains implementations of metadata and some core utilities classes.

Last Version: 24.2-oss84-1

Release Date:

GeoTools

io.oss84.geotools : geotools

Welcome to the homepage of the GeoTools build process In the left side bar you should see a list of active modules, visit each for more details on the status of each module.

Last Version: 24.2-oss84-1

Release Date:

Last Version: 24.2-oss84-1

Release Date:

Last Version: 24.2-oss84-1

Release Date:

OGC Web Service Models

io.oss84.geotools : ogc

Collection of EMF models for OGC Web Service schemas.

Last Version: 24.2-oss84-1

Release Date:

Sample data module

io.oss84.geotools : gt-sample-data

Contains sample data for testing purpose.

Last Version: 24.2-oss84-1

Release Date:

Geotools plugins

io.oss84.geotools : plugin

GeoTools plug-ins provide additional services to the core library using ServiceLocator.

Last Version: 24.2-oss84-1

Release Date:

Geotools extensions

io.oss84.geotools : extension

GeoTools extensions provide additional capabilities built using the core library.

Last Version: 24.2-oss84-1

Release Date:

Feature Based Graphs and Networks

io.oss84.geotools : gt-graph

Graph classes that builds and walk networks based on Feature relationships. The original graph package has been developed using the JUMP Feature API. Its intension is to be able to aid automated skeletonization of water bodies by computing directionality of generated skeletons. The work for the original JUMP based library has been funded by the BC Proventional Government department of BMGS. This library has been ported to geotools2 as part of the VWFS project sponcered by Geo Innovations.

Last Version: 24.2-oss84-1

Release Date:

EPSG Authority Service using WKT file

io.oss84.geotools : gt-epsg-wkt

EPSG and AUTO authority factories are defined for data.crs.CRSService. These codes are used to provide CoordinateRegerenceSystem for GCE and DataStore implementations that do not define their own native definition. Contains a Property file based CoordinateSystemAuthority (the property file is too large to be included in the main geotools release). This class will need to be ported to the new GeoAPI CoordinateReferenceSystem interfaces.

Last Version: 24.2-oss84-1

Release Date:

GeoTIFF grid coverage exchange module

io.oss84.geotools : gt-geotiff

Datasource created to read GeoTIFF raster format.

Last Version: 24.2-oss84-1

Release Date:

ArcGrid datasource module

io.oss84.geotools : gt-arcgrid

Datasource created to read ArcGrid raster format. Currently Serving as a prototype for the GridCoverageExchange API.

Last Version: 24.2-oss84-1

Release Date:

WorldImage datasource module

io.oss84.geotools : gt-image

Grid coverage reader for image georeferenced by a world file. File format consists of consisting of a plain image and a "sidecar" world file to georeference the image, a and projection file file to indicate the coordinate reference system used.

Last Version: 24.2-oss84-1

Release Date:

Coverage Multidimensional Module

io.oss84.geotools : gt-coverage-multidim

Module for Coverage experiment and ND GeoTools plugins.

Last Version: 24.2-oss84-1

Release Date:

Extensions to EPSG authority factory

io.oss84.geotools : gt-epsg-extension

Contains extra CRS defined by ESRI (and other parties) in the EPSG namespace. Those CRS are not defined in the official ESPG database, but are used widely enough to warant an optional plugin in Geotools. This plugin do not contains any definition already found in the official EPSG database - it is not a replacement for epsg-hsql or epsg-postgresql. One of the above plugins (at user choice) should be in the classpath.

Last Version: 24.2-oss84-1

Release Date:

EPSG Authority Service using PostgreSQL database

io.oss84.geotools : gt-epsg-postgresql

Connection to an EPSG postgreSQL database. This database should be built by the user from the SQL scripts delivered by EPSG.

Last Version: 24.2-oss84-1

Release Date:

grass raster datasource module

io.oss84.geotools : gt-grassraster

This datasource reads the GRASS DEM format.

Last Version: 24.2-oss84-1

Release Date:

ImageI/O-Ext based grid coverage readers

io.oss84.geotools : gt-imageio-ext-gdal

Extension of the of Grid Coverage plugins, leveraging on the GDAL raster data access capabilities by means of the ImageIO-Ext Project.

Last Version: 24.2-oss84-1

Release Date:

JP2K based grid coverage readers

io.oss84.geotools : gt-jp2k

Extension of the of Grid Coverage plugins, leveraging on the JP2K raster data access capabilities.

Last Version: 24.2-oss84-1

Release Date:

Application Schema Support

io.oss84.geotools : app-schema

Modules to support creation of complex feature types defined in a GML application schema

Last Version: 24.2-oss84-1

Release Date:

Vector grids

io.oss84.geotools : gt-grid

The grid module allows users to create vector grids (also known as lattices) that can be used for display and analysis.

Last Version: 24.2-oss84-1

Release Date:

Geotools unsupported

io.oss84.geotools : unsupported

Unsupported modules for GeoTools.

Last Version: 24.2-oss84-1

Release Date:

VPF Plugin

io.oss84.geotools : gt-vpf

DataStore plugin for VPF format.

Last Version: 24.2-oss84-1

Release Date:

GeoJSON Support

io.oss84.geotools : gt-geojson

Provides GeoJSON Encoding and Parsing support.

Last Version: 24.2-oss84-1

Release Date:

PostGIS Raster Plugin

io.oss84.geotools : gt-postgis-raster

Unsupported modules for GeoTools.

Last Version: 24.2-oss84-1

Release Date:

TPK Module

io.oss84.geotools : gt-tpk

TPK File support for GeoTools.

Last Version: 24.2-oss84-1

Release Date:

  • 1