Geotools modules 2.4-SNAPSHOT API

Spatial Referencing by Coordinates
org.geotools.axis Support for drawable axis with graduation.
org.geotools.parameter Parameter implementation.
org.geotools.referencing Reference systems implementation.
org.geotools.referencing.crs Coordinate reference systems implementation.
org.geotools.referencing.cs Coordinate systems implementation.
org.geotools.referencing.datum Datum implementation.
org.geotools.referencing.factory Base classes for factories and authority factories.
org.geotools.referencing.factory.epsg Authority factories for the EPSG database.
org.geotools.referencing.factory.wms Provides coordinate reference systems specified in the Web Map Service specification (ISO 19128).
org.geotools.referencing.operation Coordinate operation implementation.
org.geotools.referencing.operation.builder A package of convenience classes which use control points common to two data sets to derive empirically the transformation parameters needed to convert positions between the coordinate systems of the two data sets.
org.geotools.referencing.operation.matrix Matrix implementations on top of the javax.vecmath package.
org.geotools.referencing.operation.projection Basic implementations of map projections.
org.geotools.referencing.operation.transform Basic implementations of math transforms.
org.geotools.referencing.wkt Well Known Text (WKT) parsing and formatting.

 

Geometries
org.geotools.geometry Geometry implementation.
org.geotools.geometry.coordinatesequence  
org.geotools.geometry.jts  
org.geotools.geometry.jts.coordinatesequence  
org.geotools.measure Measures (like angles) and their formatter.

 

Images and Grid Coverage
org.geotools.coverage Coverage implementation.
org.geotools.coverage.grid GridCoverage2D implementation.
org.geotools.coverage.grid.io  
org.geotools.coverage.grid.io.imageio  
org.geotools.coverage.io Helper classes for coverage reader implementations.
org.geotools.coverage.processing Coverage processing implementations.
org.geotools.coverage.processing.operation List of coverage operations.
org.geotools.gce.arcgrid A datasource to manage the ARCGrid ASCII format.
org.geotools.gce.geotiff A grid coverage exchange to manage the GeoTIFF Revision 1.0 format.
org.geotools.gce.geotiff.crs_adapters  
org.geotools.gce.geotiff.IIOMetadataAdpaters  
org.geotools.gce.geotiff.IIOMetadataAdpaters.utils  
org.geotools.gce.geotiff.IIOMetadataAdpaters.utils.codes  
org.geotools.gce.gtopo30 Data source for reading the GTOPO30 file format.
org.geotools.gce.image  
org.geotools.gce.imagemosaic  
org.geotools.gce.imagepyramid  
org.geotools.image Helper classes for building images.
org.geotools.image.io Extensions to ImageReader for binary and ASCII files.
org.geotools.image.io.metadata Geographic informations encoded in images as metadata.
org.geotools.image.io.netcdf Image readers for the NetCDF format.
org.geotools.image.io.stream Services provider for image input streams.
org.geotools.image.io.text Extensions to ImageReader for ASCII files.
org.geotools.image.jai A set of Java Advanced Imaging operations.

 

Features, Filters and Styling
org.geotools.feature  
org.geotools.feature.collection Helper classes for implementing FeatureCollections.
org.geotools.feature.type  
org.geotools.feature.visitor  
org.geotools.filter  
org.geotools.filter.expression  
org.geotools.filter.function  
org.geotools.filter.function.math  
org.geotools.filter.identity  
org.geotools.filter.parser  
org.geotools.filter.spatial  
org.geotools.filter.text.cql2 Common Query Language (CQL) This package implements the OGC_Common Catalogue Query Language.
org.geotools.filter.v1_0  
org.geotools.filter.v1_1  
org.geotools.filter.visitor  
org.geotools.styling Allows for symbolization of geospatial data.
org.geotools.styling.visitor  

 

Data stores
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported.
org.geotools.data.collection  
org.geotools.data.coverage.grid This package contains the support classes necessary to implement a GridCoverageExchange and the data formats, such as ArcGrid or Geotiff.
org.geotools.data.crs Provides support for the OGC Catalog Specification.
org.geotools.data.db2  
org.geotools.data.db2.filter  
org.geotools.data.dir Directory DataStore Overview This package represents the functionality required to chain datastores, ie. to represents a directory of mixed file types as a single datastore.
org.geotools.data.gml  
org.geotools.data.jdbc  
org.geotools.data.jdbc.attributeio  
org.geotools.data.jdbc.datasource  
org.geotools.data.jdbc.fidmapper  
org.geotools.data.jdbc.referencing  
org.geotools.data.memory  
org.geotools.data.mysql  
org.geotools.data.oracle  
org.geotools.data.oracle.attributeio  
org.geotools.data.oracle.referencing  
org.geotools.data.oracle.sdo  
org.geotools.data.ows  
org.geotools.data.postgis  
org.geotools.data.postgis.attributeio  
org.geotools.data.postgis.collection  
org.geotools.data.postgis.fidmapper  
org.geotools.data.postgis.referencing  
org.geotools.data.shapefile  
org.geotools.data.shapefile.dbf  
org.geotools.data.shapefile.indexed  
org.geotools.data.shapefile.prj  
org.geotools.data.shapefile.shp  
org.geotools.data.shapefile.shp.xml  
org.geotools.data.store  
org.geotools.data.view  
org.geotools.data.vpf  
org.geotools.data.vpf.exc  
org.geotools.data.vpf.file  
org.geotools.data.vpf.ifc  
org.geotools.data.vpf.io  
org.geotools.data.vpf.readers  
org.geotools.data.vpf.util  
org.geotools.data.wfs  
org.geotools.data.wms Provides for Web Map Server client access as a Grid Coverage Exchange.
org.geotools.data.wms.gce  
org.geotools.data.wms.request  
org.geotools.data.wms.response  
org.geotools.data.wms.xml  

 

XML and derivatives (GML, SVG)
org.geotools.gml Reads GML files and translates them into Java objects.
org.geotools.gml.producer  
org.geotools.gml2  
org.geotools.gml2.bindings  
org.geotools.gml3  
org.geotools.gml3.bindings  
org.geotools.gml3.bindings.smil  
org.geotools.gml3.smil  
org.geotools.xml Package supporting XML parsing with a focus on GML.
org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation.
org.geotools.xml.gml  
org.geotools.xml.handlers Overview This package provides the necessary tools to parse an XML instance document using the XMLSAXHandler and DocumentFactory.
org.geotools.xml.handlers.xsi Overview This package contains information about xml schemas, and processes to create parse and interpret Schema.
org.geotools.xml.impl  
org.geotools.xml.impl.jxpath  
org.geotools.xml.schema Schema Interfaces Overview This package is intended to provide all the necessary interfaces to semantically represent an XML Schema.
org.geotools.xml.schema.impl  
org.geotools.xml.styling  
org.geotools.xml.test  
org.geotools.xml.transform  
org.geotools.xml.wfs  
org.geotools.xml.xLink  
org.geotools.xml.xsi  

 

Catalog Services
org.geotools.catalog  
org.geotools.catalog.adaptable  
org.geotools.catalog.defaults  
org.geotools.catalog.postgis  
org.geotools.catalog.shapefile  
org.geotools.catalog.styling  
org.geotools.catalog.wfs  
org.geotools.catalog.wms  

 

Meta Data
org.geotools.metadata Root package for various metadata implementations.
org.geotools.metadata.iso Metadata implementation.
org.geotools.metadata.iso.citation Citation implementation.
org.geotools.metadata.iso.constraint Constraints implementation.
org.geotools.metadata.iso.content Content information implementation.
org.geotools.metadata.iso.distribution Distribution implementation.
org.geotools.metadata.iso.extent Extent implementation.
org.geotools.metadata.iso.identification Identification implementation.
org.geotools.metadata.iso.lineage Lineage implementation.
org.geotools.metadata.iso.maintenance Maintenance information implementation.
org.geotools.metadata.iso.quality Data quality implementation.
org.geotools.metadata.iso.spatial Spatial representation implementation.
org.geotools.metadata.sql An implementation of Metadata interfaces fetching the data from an SQL database.

 

Graphs and validation
org.geotools.graph.build  
org.geotools.graph.build.basic  
org.geotools.graph.build.feature  
org.geotools.graph.build.line  
org.geotools.graph.build.opt  
org.geotools.graph.build.polygon  
org.geotools.graph.io  
org.geotools.graph.io.standard  
org.geotools.graph.path  
org.geotools.graph.structure  
org.geotools.graph.structure.basic  
org.geotools.graph.structure.line  
org.geotools.graph.structure.opt  
org.geotools.graph.traverse  
org.geotools.graph.traverse.basic  
org.geotools.graph.traverse.standard  
org.geotools.graph.util  
org.geotools.graph.util.delaunay  
org.geotools.graph.util.geom  
org.geotools.graph.util.graph  
org.geotools.validation Defines the Validation Processor and Support classes.
org.geotools.validation.attributes Simple Attribute based Validation implementations.
org.geotools.validation.dto Data Transfer Objects for use with the ValidationProcessor.
org.geotools.validation.network  
org.geotools.validation.relate  
org.geotools.validation.spatial Geometry based Validation implementations.
org.geotools.validation.xml This package contains the functionality required to read and write XML versions of the org.geotools.validation.dto classes.

 

Renderer and Display Objects
org.geotools.map List of layers to be rendered.
org.geotools.map.event A set of events fired by map interfaces.
org.geotools.renderer Basic interface for rendering of features.
org.geotools.renderer.lite A simple renderer implementation.
org.geotools.renderer.lite.gridcoverage2d  
org.geotools.renderer.shape  
org.geotools.renderer.shape.shapehandler.jts  
org.geotools.renderer.shape.shapehandler.simple  
org.geotools.renderer.style Styling to be applied on org.geotools.renderer.geom.Geometry objects at rendering time.

 

Graphic User Interfaces
org.geotools.gui.headless A set of non-graphical classes sending informations to the standard output stream or through emails.
org.geotools.gui.swing Miscellaneous widgets.
org.geotools.gui.swing.event Events fire from the Swing's widgets package.
org.geotools.gui.swing.image Widgets related to rendered image.
org.geotools.gui.swing.referencing Widgets relative to the referencing package.
org.geotools.gui.swing.table A set of TableModel implementations.
org.geotools.gui.swing.tree Workaround for the missing javax.swing.tree.TreeNode.getUserObject() method.

 

Miscellaneous utilities
org.geotools.event Allows for events on GeoTools nested data structures.
org.geotools.factory Utility classes which enable dynamic binding to factory implementations at runtime.
org.geotools.index  
org.geotools.index.quadtree  
org.geotools.index.quadtree.fs  
org.geotools.index.rtree  
org.geotools.index.rtree.cachefs  
org.geotools.index.rtree.database  
org.geotools.index.rtree.database.mysql  
org.geotools.index.rtree.fs  
org.geotools.index.rtree.memory  
org.geotools.io Extensions to standard Reader and Writer.
org.geotools.math A set of mathematical objects and algebraic utilities.
org.geotools.nature Algorithms related to the observations of natural phenomenons.
org.geotools.util Contains utilities and addition to the collection framework.
org.geotools.util.logging Extensions to the Java logging framework.

 

Bridges to external applications
org.geotools.openoffice Provides Geotools functionalities as add-ins for OpenOffice.

 

Other Packages
org.geotools  
org.geotools.arcsde  
org.geotools.arcsde.data DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway.
org.geotools.arcsde.data.view  
org.geotools.arcsde.filter  
org.geotools.arcsde.gce  
org.geotools.arcsde.gce.band  
org.geotools.arcsde.gce.imageio  
org.geotools.arcsde.pool  
org.geotools.brewer.color  
org.geotools.ows A placeholder for data objects common to OWS code, such as WMS, WFS, etc.
org.geotools.test A set of helper classes for Geotools tests.
org.geotools.text.filter Common Query Language (CQL) This package implements the OGC_Common Catalogue Query Language.
org.geotools.wms.v1_1_1.bindings  
org.geotools.xlink  
org.geotools.xlink.bindings  
org.geotools.xs Captures initial mapping of XML Simple Types to Java Objects.
org.geotools.xs.bindings Captures initial mapping of XML Simple Types to Java Objects.
org.geotools.xs.facets Captures initial mapping of XML Simple Types to Java Objects.

 



Copyright © 1996-2008 Geotools. All Rights Reserved.