gt-main
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-main</artifactId>
<version>24.2-oss84-1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!-- =======================================================================
Maven Project Configuration File
The Geotools Project
http://www.geotools.org/
Version: $Id$
======================================================================= -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.oss84.geotools</groupId>
<artifactId>library</artifactId>
<version>24.2-oss84-1</version>
</parent>
<!-- =========================================================== -->
<!-- Module Description -->
<!-- =========================================================== -->
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-main</artifactId>
<packaging>jar</packaging>
<name>Main module</name>
<description>
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 );
</description>
<properties>
<moduleIdentifier>org.geotools.main</moduleIdentifier>
</properties>
<licenses>
<license>
<name>Lesser General Public License (LGPL)</name>
<url>http://www.gnu.org/copyleft/lesser.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<!-- =========================================================== -->
<!-- Developers and Contributors -->
<!-- =========================================================== -->
<developers>
<developer>
<name>Jody Garnett</name>
<id>jive</id>
<email>jody.garnett@gmail.com</email>
<organization>BoundlessSpatial.xa Solutions, Inc.</organization>
<roles>
<role>Module Maintainer</role>
<role>Java Developer</role>
<role>Documentation</role>
</roles>
</developer>
<developer>
<name>James Macgill</name>
<id>jmacgill</id>
<email>jmacgill@users.sourceforge.net</email>
<organization>CCG</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Ian Turton</name>
<id>ianturton</id>
<email>ianturton@users.sourceforge.net</email>
<organization>CCG</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Linda Oxnard</name>
<id>loxnard</id>
<email>loxnard@users.sourceforge.net</email>
<organization>None</organization>
<roles>
<role>Doc Editor</role>
</roles>
</developer>
<developer>
<name>Cameron Shorter</name>
<id>camerons</id>
<email>camerons@users.sourceforge.net</email>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Chris Holmes</name>
<id>cholmesny</id>
<email>cholmesny@users.sourceforge.net</email>
<organization>TOPP</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Martin Desruisseaux</name>
<id>desruisseaux</id>
<email>desruisseaux@users.sourceforge.net</email>
<organization>Geomatys</organization>
<organizationUrl>http://www.geomatys.fr/</organizationUrl>
<timezone>+1</timezone>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Ian Schneider</name>
<id>ianschneider</id>
<email>ianschneider@users.sourceforge.net</email>
<organization>USDA ARS</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Sean Geoghegan</name>
<id>seangeo</id>
<email>sean.geoghegan@dsto.defence.gov.au</email>
<organization>Defence Science and Technology Organisation</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>David Zwiers</name>
<id>dzwiers</id>
<email>dzwiers@refractions.net</email>
<organization>Refractions Research</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Jesse Eichar</name>
<id>jeichar</id>
<email>jeichar@refractions.net</email>
<organization>Refractions Research</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Rueben Schulz</name>
<organization>University of British Columbia</organization>
<roles>
<role>Java developper / Tester</role>
</roles>
</developer>
<developer>
<name>Simone Giannecchini</name>
<id>simboss</id>
<email>simboss1@gmail.com</email>
<organization></organization>
<roles>
<role>Java Developer</role>
<role>Documentation</role>
</roles>
</developer>
<developer>
<name>Cory Horner</name>
<id>chorner</id>
<email>cory.horner@gmail.com</email>
<roles>
<role>Java Developer</role>
</roles>
</developer>
</developers>
<!--
<contributors>
<contributor>
<name></name>
<organization></organization>
<roles>
<role></role>
</roles>
</contributor>
</contributors>
-->
<!-- =========================================================== -->
<!-- Dependency Management -->
<!-- =========================================================== -->
<dependencies>
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-referencing</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-sample-data</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-core</artifactId>
<!-- The version number is specified in the parent POM. -->
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-text -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.6</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<!-- The version number is specified in the parent POM. -->
<scope>provided</scope> <!-- Really provided, not test -->
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-epsg-hsql</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>2.18.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<!-- =========================================================== -->
<!-- Build Configuration -->
<!-- =========================================================== -->
<build>
<plugins>
<!-- build test jar so that tests can be shared with legacy feature model module -->
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>