The gt-api module is where we publish out stable interfaces that are implemented by GeoTools. These interfaces build on the ideas and concepts defined by standards the gt-opengis module.
The gt-api module provides:
In general gt-opengis module defines data structures and concepts while the gt-api module provides data access and functionality.
Maven:
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-api</artifactId>
<version>${geotools.version}</version>
</dependency>
Contents