30 packages
-
org.geotools.gt-wms
An OGC Web Map Server client implementation that can be used directly or as through the GridCoverageExchange API. Direct usage is recommended, as the GridCoverageExchange access for WMS is not well tested and is complicated to use. It supports WMS versions 1.0.0, 1.1.0, 1.1.1, and 1.3.0.
50 -
org.geotools.gt-process
An API for creating custom processes/operations plus a collection of pre-written processes including vector/raster conversion.
50 -
org.geotools.gt-arcgrid
Datasource created to read ArcGrid raster format. Currently Serving as a prototype for the GridCoverageExchange API.
50 -
org.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.
50 -
org.geotools.gt-referencing
Contains implementations of Coordinate Reference Systems (CRS), conversion and transformation services.
41 -
org.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 );
41 -
org.geotools.gt-cql
A parser that takes a Constraint Query Language input string and produces an equivalent org.opengis.filter.Filter.
41 -
org.geotools.gt-jdbc
Abstract datastore implementation and helper classes / apis to be extended by datastores backed by releational databases accesible via jdbc.
41 -
org.geotools.gt-render
The render module contains a renderer built around the interface in api and main. This is a first class geotools module as creating a visual representation of features is considered key to most geospatial applications.
39 -
org.geotools.xsd.gt-xsd-core
Schema based xml parsing. This module contains tools for creating bindings from xml types to java types. Schema modelling is based on Eclipse XSD.
10 -
org.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.
1 -
org.geotools.gt-property
DataStore using Java properties files, a useful reference implementation for test cases. This implementation is based on ContentDataStore and supports the use of ResourceId to support history.
1