Sample data module · Contains sample data for testing purpose.
Group: io.oss84.geotools - All Dependencies
Main module · 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 );
EPSG Authority Service using HSQL database · Connection to an embedded EPSG database in HSQL format. This database is built from the SQL scripts delivered by EPSG.
Referencing services · Contains implementations of Coordinate Reference Systems (CRS), conversion and transformation services.
Grid Coverage module · Implementation of GridCoverage. Provides support for rasters and some image processing like reprojection.
Open GIS Interfaces · Standard interfaces implemented throughout the library.
Metadata · Contains implementations of metadata and some core utilities classes.
JDBC DataStore Support · Abstract datastore implementation and helper classes / apis to be extended by datastores backed by releational databases accesible via jdbc.
EPSG Authority Service using WKT file · 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.
Geotools unsupported · Unsupported modules for GeoTools.
Geotools plugins · GeoTools plug-ins provide additional services to the core library using ServiceLocator.
OGC Web Service Models · Collection of EMF models for OGC Web Service schemas.
JP2K based grid coverage readers · Extension of the of Grid Coverage plugins, leveraging on the JP2K raster data access capabilities.
ImageI/O-Ext based grid coverage readers · Extension of the of Grid Coverage plugins, leveraging on the GDAL raster data access capabilities by means of the ImageIO-Ext Project.
WorldImage datasource module · 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.
Vector grids · The grid module allows users to create vector grids (also known as lattices) that can be used for display and analysis.
grass raster datasource module · This datasource reads the GRASS DEM format.
Feature Based Graphs and Networks · 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.
GeoTIFF grid coverage exchange module · Datasource created to read GeoTIFF raster format.